RCOIS GetPossibleDomain Method
Hello everyone!
I would like to get some clarification about GetPossibleDomain method used with Remote Complex Object Instance Service. For example, I have complex product Product A that contains Product B and Product C as sub components. Product B and Product C added to the Product A structure in a domain of a class Relationship. Minimum cardinality is 0. I want to detect what products in a relationship is eligible and add them automatically to the overall configuration.
Product A
|
|-----Product B (ineligible)
|-----Product C
Code example:
inp.SetProperty("ObjId", objId); //objId is Quote Id
inp.SetProperty("RootId", rootId); //rootId is Root Id of a Quote Line Item
0