Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Looking for API to set multiValue Attribute in create page of Promotion Request.
Values are taken from another MultiValued attribute.
EG:
Product under which PR is getting created has attribute A with values A,B,C
When I am creating Promotion request , attribute in PR should take values from that attribute of product (Multivalued and editable)
Help would be appriciated.
Thanks
Solved! Go to Solution.
In the crate wizard a promotion request object does not exists so you can not get them.
In data utility in the crate wizard you can get a context where the wizard is activated and get the parameter from that context (product library)
Also the multivalued attributes are separated by "@" character
PetrH
Get Multi IBA Value :
Set Multi IBA Value, you just need to pass an Array of values to set:
Hello Abhishek,
Thanks for your response.
But in create page of PR , I am not seeing object as Promotion request.
Object is coming as wtpart on which this PR is getting created?
How can I get PR object (in Data utility Create page)
In the crate wizard a promotion request object does not exists so you can not get them.
In data utility in the crate wizard you can get a context where the wizard is activated and get the parameter from that context (product library)
Also the multivalued attributes are separated by "@" character
PetrH