11/10/2023 01:24 AM
I need help in identifying the binding variable to retrieve customproperty values for the requested entitlement in order to include it in the create/update account JSON. For my usecase I have to pass the entitlement metadata for creating the account itself in target.
Any guidance would be appreciated.
11/12/2023 11:07 PM
What connector is this for? Why would you want to include entitlement metadata into Create/Update account JSONs?
11/12/2023 11:10 PM
I'm using the SOAP Connector. For my target, those entitlement metadata details are mandatory to create an account.
11/12/2023 11:32 PM
There is a binding variable "allEntitlementMap" in SOAP. You may want to validate what is the type of the that variable and if it includes the necessary metadata.
11/13/2023 02:49 AM
Thanks for your response @amit_krishnajit
Could you please provide more details or examples on how to retrieve the entitlement custom property1 using the binding variable 'allEntitlementMap' because I have to pass that as a value for some attributes in the request.