I need to be pointed in the right direction.
I have created a time sheet and expense reporting site for our field technicians.
I would like to have a drop down display different choices depending on either a field in the user table or group membership, not sure which one would work best.
I have a table with payment types (cash, MC, Visa, Account, etc.) that is used for the Lookup Wizard drop down and I do not want all of the users having all of the choices. I have a field in the payment types table to classify the payment type as a regular payment type or a corporate payment type (all payment types should be displayed for the corporate user).
I think this would be a Where clause in the Lookup Wizard screen but I do not know where to start, I have not written any custom PHP code before, but I am willing to learn.
Any help would be appreciated.