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)
automatic data deploy
Mich
hi, is it possible to get data deploy to work automatically on clicking on submit by putting some formAPI in the DCT?
Find more posts tagged with
Comments
nipper
Check out DAS, which does this already. It moves DCR content into personal tables and promotes the cahnges to the Staging table when the DCR is promoted to Staging.
Andy
Mich
thanks, we cannot use DAS and are creating our own tables. I can manage to deloy to my database when I use the command line I just want to create a script which can do this automaticaly when the user clicks submit.
Migrateduser
You can invoke DD via a Workflow job using iwdd.ipl script
Phil
You can also setup a submit trigger that kicks off a DataDeploy script every time a submit occurs on a particular branch. Look up iwat in the CLT documentation if you are unfamiliar with triggers.