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)
Archive Page
cc96ai
I have two pages,
One is content page; another one is Index page.
When the content page is filled, the content page ‘s Title will automatic populate into Index page. Everything goes fine and it works on presentation template (tpl).
My problem is, when someone got any typo in Content page, the Index page will get change also, then we have to go inside index DCR and modify the content.
Can I put this process into workflow?
I used “iwpt_load_dcr” in my tpl, but it didn’t support on my external task Perl script (ipl)
So I only can use Perl/XML to retrieve data from my existing DCR?
TS 6.1 W2K3
Find more posts tagged with
Comments
iwovGraduate
... Can I put this process into workflow? ...
Based on what you described, you should be able to.
... I used “iwpt_load_dcr” in my tpl, but it didn’t support on my external task Perl script (ipl) ...
What do you mean by "didn't support" ?
saumil
Hi,
Can you put more focus on following statement ?
I used iwpt_load_dcr in my tpl, but it didn't support on my external task Perl script (ipl).
So I only can use Perl/XML to retrieve data from my existing DCR?
If you want to read/modify dcr in externalscript(ipl), you can use Teamsite:
CRNode package as well.
Saumil
BTWholesale | CMS
cc96ai
Thanks
I used Teamsite:
CRNode
it works fine