The display type of an item line field needs to be set as disabled for some users. The workflow can be used for this purpose. In the workflow, even though the ‘Set Field Display Type’ action is not available for sublist action groups, it can be achieved without the sublist action group. Select the ‘Set… Continue reading Change the Display Type of Item line field using Workflow
Tag: field display type
Client script for setting the value of custom fields to empty whose display type is false
Requirement Based on the custom form selected from a select box, there are some fields whose display type can be false or true. On the save of that record, find all the custom fields whose display type is false and set those custom fields to empty. Solution