Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Setting value of DOCMASTER.CDATE1 using API
jasonb_UK
Is this possible?
I am using the IManDocument object's SetAttributeByID method to update a number of profile fields for imported content, but can't see how to set the values in the CDATE1 and CDATE2 columns in the DOCMASTER table.
I could make a call directly to the database from my application, but I'd rather not.
Any suggestions gratefully received!
Find more posts tagged with
Comments
RJKnott
Cdate1 and Cdate2 3 & 4 are custom21, 22, 23 and 24 in the API
CDBL1,2,3,4 are custom 17-20
cbool1,2,3,4 arw custom 25-28, it's in the admin manual, around page 147.
jasonb_UK
Nice one, thanks!