Hello everyone,
I have a requirement - I have to add an item requirement (quick create) record in my sales order. In the item requirement I have 2 lookup fields.
1. Products (product bundle) - lookup to product
2. Parts (associated product) - lookup to product
I tried creating the Part lookup pointing to "product association" entity but i guess it is not possible.
So both lookups are pointing to Product entity.
I tried using JavaScript (getControl) to create a custom view for Parts when Product is selected (using product guid).
But I am unable to see any products and when trying to debug I get forbidden 403/401 authentication error.
Any suggestions on how to achieve this would be helpful.
Thank you,
Manu.