Column to only be editable by an action but visible in a form

Hi all,

My question is how to I set an editable if condition that will only allow columns to be edited by an action that has been triggered by a workflow rule? Does the system have a equivalent to a USEREMAIL() that I can use.

My app is creating timesheets via a workflow rule at the start of every month for the prior month. It is setting the Year, month and employee name. This is the only way the app can create a timesheet and I donโ€™t want those 3 fields to be edited by the users. How do I allow the rule to edit those fields automatically, but still allow the user to see the columns in the form and not allow them to edit them.

Thanks for your help in advance.

Solved Solved
0 7 2,080
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Setting Editable? (Editable_If) to the expression FALSE prohibits all user modification (e.g., in forms or with Quick Edit) while still allowing all app-driven modifications (e.g., with actions, app formulas, and initial values).

Setting Editable? to OFF (the setting, not an expression) prohibits all modification to the column.

View solution in original post

7 REPLIES 7
Top Labels in this Space