How to pro-grammatically update the value of a module custom attributes in RDNG ?
One answer
Hi Chandan,
DNG provides a set of API's which allow you to programmatically update attributes. You might want to look further at https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding#DOORS_Next_Generation for more details.
For instance, you can use the OSLC based API where you can use popular programming languages like Java, C#, etc, to integrate with DNG. There's a workshop available here: https://jazz.net/library/article/635
Also you can use the REST API, in this article you can find a guide and some examples: https://jazz.net/library/article/1197
Regards!