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
Make ExtendedData Searchable
Norman_Leung_(ImvecAdmin_(Delete)_2148619)
Does anyone have experienced adding data to extendedData of an existing object? How can we make it searchable?
Find more posts tagged with
Comments
Gabriel_Lopez
I've worked with extendedData. Depending what you want to do, there are two ways:1- Get the pExtendedData of a specific node, modify it and update with DAPI.2- Make a SQL query of the node, convert ExtendedData with Str.ValueToString apply any changes and update it.Hope this helps.Alvaro.