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)
predefining the path to save the DCR
lucifer
Is there any way to predefine the name of the DCR and save it in a predefined category without opening the save dialog?
Could somebody kindly help?
thanks in advance
Find more posts tagged with
Comments
tvaughan
We all wish with every ounce of our being that there is some way to do it, but alas, there ain't.
I've played around with the regexes in the templating.cfg, and all that does is validate that
where
the HTML gets saved is in the right place, but it doesn't limit them from making a mistake or help them in any way of getting it right.
Someone out there, please tell me I'm wrong!
Tom
lucifer
I think it sould be in some property file, or perl script or java script .
i would like to know where it is.
Gregg Faus
With FormAPI you can automatically save the DCR. You would have to use the following call:
IWDCRInfo.setDCRName (path, callback)
See the API docs for more info.
Migrateduser
Can I invoke a Perl Script with this DCR Name as parameter as soon as the DCR is saved?
Thanks.