Hi all, Is there a way to make a parent reco...

Hi all,

Is there a way to make a parent record and its children read only? I have Sales and SalesDetails and I would like to prevent users from editing them once the date of the Sale is passed.

Thanks

0 4 342
4 REPLIES 4

You canโ€™t do that in tabel level because you will have two different kind of records in that tableโ€ฆ open and closed records. If you donโ€™t have lot of columns, you could add an expression into option โ€œEditable_Ifโ€ like [SalesDate]>TODAY().

I was afraid you would say thatโ€ฆ I was trying to avoid using the Editable_If on specific columns.

Can I disable the delete action button if [SalesDate]>TODAY() ?

That was just the first solutionโ€ฆ you can create your own action buttons and then hide them depending on your record status.

Oh really! Ok thatโ€™s a side of things I have not explored yet, let me look that up. Thanks @Aleksi_Alkio

Top Labels in this Space