Changes

Jump to: navigation, search

Visibility Condition

2 bytes removed, 18:54, 16 January 2012
no edit summary
* To make the field visible after 06 February 2009.
now()>'"2009-02-06' "
::* Use ''''@fullenddate@'''' rather than ''''@enddate@''''.
:''This will format the stored date as yyyy-mm-dd so it can be compared using < and >.''
'"@fullstartdate@' " >= '"2009-05-01'"
* To make the field visible only if the date in the field named '''Date Initiated''' is on or after 2009-01-31
'"@Date initiated@' " >= '"2009-01-31'"
*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 '''Standard Fields'''. [[Custom Fields]] have a separate [[Status Field Permissions|Status Field Permission]] section that can be used.''
0
edits

Navigation menu