Retrieving Entitlement details and Role details from provisioning request in before provisioning

Hi guys,

I have got a requirement where I need to add l2 l3 details of entitlements and Roles in provisioning request using before provisioning

But in the plan for entitlements its passing name of the entitlement which I can’t use to retrieve the data

And for role it is not passing role name but entitlements of the role into the plan

Please help me with it

Can we retrieve entitlement details by Name like

managedAttribute managedAttr=Context.getObjectByName(managedAttribute.class,name of entitlement);

Hi @Chiru_1307 , It will expect value , i don’t think it will work on your case . Can you little bit provide more details that how you are sending the name etc in plan so we can analyze that how to streamline it effectively .

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.