- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- Re: Access User Defined Fields (UDF) using API ?
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I have created 2 custom fields/ UDFs on entitlement page. I am able to set their value after logging into FNO. I want to know how can I access and set their values using API ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello @anshul-barco ,
If you want to update the entitlement and populate the Custom Attributes you can use the updateSimpleEntitlement method using the EntitlementOrderService web service wsdl. I have attached an image where I set the value of "EntitlementCustomAttribute" to "MyAttributeValue". You could also populate this field when creating the entitlement.
Best regards,
Jim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Which version of FlexNet Operations are you using, LLM or ALM?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello @anshul-barco ,
If you want to update the entitlement and populate the Custom Attributes you can use the updateSimpleEntitlement method using the EntitlementOrderService web service wsdl. I have attached an image where I set the value of "EntitlementCustomAttribute" to "MyAttributeValue". You could also populate this field when creating the entitlement.
Best regards,
Jim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello @anshul-barco ,
How are you getting on with this? Please let us know if you need further assistance with this.
Ramendra
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
It worked! Thanks a lot 🙂
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
That is excellent. Thanks for letting us know.