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)
Change extended attribute on each save of a DCR
System
I want to set an extended attribute on a DCR when a user saves it. (The value depends on one of the fields inside the DCR) All idea's on how to accomplish this are welcome....
At the moment I'm trying to call a CGI script with the callServer method of the FormAPI. This works, but I can only send the filename to the CGI and not the path as there is no method to request that information in the FormAPI. So inside the cgi I know everything I need to know except the location of the file!
Find more posts tagged with
Comments
Migrateduser
An external task in workflow will give you all the state and location information you need. I have some Perl scripts that do similar stuff (open a DCR, look at the XML info, but not write the extended attribute which is one line of code). Let me know if you would like some additional help.