How to specify a pick applet for a product attribute with a constraint to work in all contexts (e.g.
when you set up a pick applet for a product attribute with a constraint, you have to specify the business component name. Hence it will work only in a certain context. E.g. in Quotes only.
How to set this up so that it works for all possible contexts (E.g. also for Orders)?
Example:
Product with attributes:
- "Account Name" of type Text
- "Account Site" of type Text
For Account Name attribute I added the following Properties:
PickList = PickList Account
PickApplet=Account Pick Applet
PickMap01= <PickMap Field="Account Name" PickField="Name"/>
PickMap02 =<PickMap Field="Account Site" PickField="Site"/>