I have created a picklist on a button within a subform that is placed in a form within a standard section. The formula that I am using is:
FIELD RA_Designer:= RA_Designer;
@SetField(“RA_Designer” ; @PickList( [Custom] ; “” ; “DesN” ; “Select items by checking in left column” ; “” ; 1 ))
My problem is this: The picklist works beautifully for me as the creator with Manager access on the db, but noone else can see the contents of the view.
I have checked the view’s security and the “All readers and above” check box IS checked on the view. I have tried using “Roles” and individual access.
I have deleted the view, closed Notes and recreated the view with the same result.
Does anyone have any ideas?