8,849
edits
Changes
no edit summary
*To make the field hidden for a user if they have a [[UTA Role]] of ''XYZ''
INSTR("[#(?object=contact;criteria=rolename like 'XYZ';)~userid~,#]","@me.userid@")=0
*To make the field visible for a user whose parent company has company category 1234
"@me.parent.catlist@" like "%,1234,%"
*To make the field visible only when the status is Draft or Open
* "@status@" in ('Draft','Open')
::''Note: The above Visibility Condition would only be used for '''Standard Fields'''. [[Custom Fields]] have a separate [[Status Field Permissions|Status Field Permission]] section that can be used.''