Customized add new action or inline form according to table column value

Hi everyone,

I have a problem that need your help.

I need to restrict user to add new row/data from the inline form when the account name is not “TEXT” But allowed users to add new row/ data from the inline add new action when the account name = “TEXT”

I thought about it and found some path like using CONTEXT(“view”) to hide the add action but this way it disable the action for all instead based on the value of a column in a table.

Another thought is to disable the inline form when account name is not equal “value”

Please let me know if anyone has ever solve a similar problem as such

Solved Solved
0 4 391
1 ACCEPTED SOLUTION

Use a Show? expression for the column so that it only shows the inline table if there are rows to be shown:

ISNOTBLANK([Related Transaction Datas])

View solution in original post

4 REPLIES 4