I’ve tried to make a picklist which gives alternatives according to another doc field. For example, if information in the “organization” field is “A”, then picklist gives list of persons according to “A”.
Is there any easy way to build this?
I’ve tried to make a picklist which gives alternatives according to another doc field. For example, if information in the “organization” field is “A”, then picklist gives list of persons according to “A”.
Is there any easy way to build this?
Subject: How to define picklist by a doc field?
You have to create a listing for what “A” is- (and “B” and “C”) - w/ documents that you save in a “LookupView” - than retrieve based on @dblookup using the “A” as the key.
Subject: RE: How to define picklist by a doc field?
Thanks for response! I understand this, but I don’t know how to build this @DbLookup structure…Can you advice?