cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
anshul-barco
Level 4

Access User Defined Fields (UDF) using API ?

Jump to solution

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 ?

 

0 Kudos
(1) Solution

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

View solution in original post

(7) Replies
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Which version of FlexNet Operations are you using, LLM or ALM?

0 Kudos
ALM
0 Kudos

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

Thanks a lot! I will try this and let you know. 🙂
0 Kudos

Hello @anshul-barco ,

How are you getting on with this? Please let us know if you need further assistance with this.

Ramendra

0 Kudos

It worked! Thanks a lot 🙂

0 Kudos

That is excellent. Thanks for letting us know.

0 Kudos