WF Forms in ProcessFlow 9.x

You know you have to use a WebRun to update the old WF forms in v. 9.x

Here's some of the ones I've used and I thought it would be nice to share them.
The first line is the old WF form, the 2nd line is the WebRun Web Program field value and the 3rd line is the WebRun Post String value.

WF46.1
bpm/queueForm.do
method=Change&workUnit=548&processId=548&activityId=UA22
&displayStatus=8

WF20.1
bpm/workUnitBForm.do
method=Change&workUnit=534&status=4

WF12.4
bpm/xml/userCategoryForm.do
method=Add&id=MZAMBELLI&task=Level5&workCategory=Req Loc&workCategoryValue=10003

WF22.1
bpm/xml/workUnitVariablesForm.do
workUnit=177&variableName=RQH_APPROVAL_VAL&sequenceNumber=12
&variableValue=333&variableType=3&method=Change

See Lawson KB article 556115 (and yes, I list some that Lawson didn't include).

Additional hint: To see the fields available do a method=Inquire on the XML form you're working with.

ProcessFlow AGS call - click Add again!

Have you come across this when you use an AGS call to Add on a form (like GL40.6)? You're asked to click add again but you can't. I found a simple work around that might work for you too.

Instead of using EVT=ADD, change it to EVT=CHG

I won't promise it will work on all forms, but I've used it a couple of times when I've had this come up.