Hi,
I am developing an webservice connector. I need to create a json body on Add entitlement operation. Is there any way OOTB by which I can populate entitlement metadata values from plan in json body directly on Add entitlement operation?
Please use before operation rule to print your plan and if the details are available that you are looking then you can reference it using json attribute reference.
Otherwise, you may call an API in your before operation rule to get extra details.
yes there is , everything that you put into the Provisioning policy , for add entitlement Update Policies, is going to be present to be called using the $plan.METADATA$ format.
Yes use a Rule is also a possibilitty but it may create unnecessary lag.
you can have logic or even transforms on it. and populate accordingly
this for attributes or anything else. In the plan, is going to show as AttributeRequest but as you controll the provisioning that shouldnt be a problem.