Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Adding pExtended Data using LAPI
Venugopal_Rao_(SATCOM01Admin_(Delete)_2802061)
Can pExtended data be added to a DAPI node using any LAPI call?
Find more posts tagged with
Comments
Steve_Piatt_(spiatt_(Delete)_891610)
You can update ExtendedData using UpdateObjectInfo in 9.1.x. I can't recall the exact release when this went in but it was in the release notes."The function- UpdateObjectInfo has been modified to support updating the ExtendedData field. This enhancement relies on the underlying LLNode code to validate and update the note, which will prevent the application from corrupting the object. The function GetObjectInfo has been modified to return all documented columns in the DTree table. The output Assoc returned from GetObjectInfo can be modified with the Value API and passed as input to UpdateObjectInfo. In addition, the function ListObjects has been modified to return the items in the RecArray in ascending order by Name."CreateObjectEx may also effect ExtendedData. For instance when creating a project, when you set the project goals, objectives etc., these values are stored in ExtendedData.Please see the documentation for more information.