Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Requested Entitlement Metadata Binding Variable

gokul
Regular Contributor
Regular Contributor

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.

4 REPLIES 4

amit_krishnajit
Saviynt Employee
Saviynt Employee

What connector is this for? Why would you want to include entitlement metadata into Create/Update account JSONs? 

 

Thanks,
Amit

@amit_krishnajit 

I'm using the SOAP Connector. For my target, those entitlement metadata details are mandatory to create an account.

amit_krishnajit
Saviynt Employee
Saviynt Employee

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. 

 

Thanks,
Amit

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.