Dear All,
I am trying to standardise the process for updating Attributes as my development team are currently using several different processes :
1. Get the detail using DBGET, update the Frame and then jsut call DBPUT - see https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=3499041&objAction=ArticleView&viewType=1 for more info.
2. Same as 1 but populating the ValueChanges RecArray as well as directly editing the Frame
3. Using the LLNode NodeCategoriesGet and NodeCategoriesUpdate method as per https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=12900449&objAction=viewincontainer
Just looking for feedback and comments on the above and any other approaches ?