Can anyone see what is wrong with this: The AGS works in process flow when I "Test" it however when I run it through the personnel action it returns that a "field is required"
Any thoughts
_PDL=LOGAN&_TKN=RD30.1&_EVT=ADD&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=Add&IDH-ID=&IDH-DESCRIPTION=&IDH-ID-TYPE=Employee&LMV-NAME-FIRST=&LMV-NAME-LAST=&IDH-WEB-USER=&WUR-TYPE=EM&IDH-STATUS=1&WUR-COMPANY=&WUR-EMPLOYEE=&LMV-E-MAI1=&WUR-PRODLINE=&WUR-ACCESS=N&WUR-ALLOWJOBQUEUE=N&_DELIM=%09&_OUT=TEXT&_EOT=TRUE
The script works perfectly in the test section of Process Flow script builder ... It also worked perfectly from the browser with the script below. HOWEVER, it does not work when I run it from the "production" personnel action. It throws an error - field is required.
Then I sent myself an email from the process flow to show each of the variables that are used in the script and they all showed correctly in the email. I am not sure why it is having problems?
Script (browser)
http://vtl-2k3lawsontest/...9&_OUT=XML&_EOT=TRUE
XML output
xml version="1.0" encoding="ISO-8859-1" ?>
John,
You were right...... When I checked the process flow it did not have a description populated. Now it is working perfectly.
THANKS
Shane