What is DropdownOption list? and what do Text, Value and ParentId reference to when mapping from any list to DropdownOption list?
In the attachment here, Names is a DropdownOption list and GetProducts.list is a list retrieved from an aggregate.
Hi Mohannad,
Drop down list will comes under static entity (Id, Label, Order). Based on this record list, dropdown values will be mapped..
Attach you OML to understand the issue better
Thanks, Aadhavan S
Sorry to late reply.
The Text field of the structure will be the text that is to be displayed (e.g. Product.Name).The Value field of the structure will receive the identifier of that element (e.g. Product.Id).
Let me know if this is clear, so that this thread can be closed.
Cheers,RG