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)
Alert for Error
System
Hi Guys,
I am using Interwoven 6.5
In workflow scripts i need to check for some condition like common file exists using perl.If the common file does not exists means.I should alert for an error and prevent the user from initialising workflow.How to give an alert like javascript in perl.
Kindly advise.
Find more posts tagged with
Comments
jbonifaci
Well, since the perl is running on the server and not on the client, you can't. You'll have to have your perl output javascript to the browser to alert the user.
~Jeff
Migrateduser
If possible, you may want to do this through a callServer in the DCT. As Jeff said, you need a client-facing language like Javascript to do this for you, not Perl. Although, with a callServer, you can have Perl do the backend stuff and generate the Javascript code or alert you would need.