Hi what code do I add to below , to show only names from address book that have department name of “Finance”,cheers.
FIELD person:=person;
@SetField( “person”; @PickList( [NAME] ) )
Hi what code do I add to below , to show only names from address book that have department name of “Finance”,cheers.
FIELD person:=person;
@SetField( “person”; @PickList( [NAME] ) )
Subject: @picklist with category
I would recommend you categorize a view by department and use the picklist as shown below
@PickList( [CUSTOM] : [SINGLE] ; server : file ; view ; title ; prompt ; column ; categoryname )
Hope this helps
Regards
Javed Khan