However you do need it if you want to update resources.
Resource Query is included with all ProcessFlow editions. ResourceUpdate, however, is only included with ProcessFlow Integrator. For more on what's in each edition, see https://www.lawsonguru.co...ats-in-the-Box.aspx.
Dear John Thanks a lot for your advise. I am now able to convert the procedures into XML flows by doing the above steps. I created a simple BCI procedure(with a system command involved in the step) then converted them to XML flows and then opened the flow in PF designer. When I try to run this flow, I got a message saying that system command username was not set in pfserv config. Then, I set the user ID and password for a system command but the the error still appears. Is this something to do with Process Flow integrator license ? as we dont have PFI license.. Thanks Thenn
You can access any of the new forms using the WebRun node. To find out what the field values are just view the source while accessing the forms in bpm/menu.do
Slighty off-topic but related...our flows use custom Design Studio objects. Some of these Design Studio objects have AGS calls imbedded in custom JavaScript for the now defunct WFxx forms. We know how to use the new bpm/xml/xxx.do in ProcessFlow but how do you do access these new forms in JavaScript in a Design Studio object?
I assume they are AGS calls because you are updating and not just doing an Inquire, if it is for inquiry the tables are still the same and located in LOGAN in 9.0. For the AGS calls you should be able to replace them with an http request such as:
var oResponse=portalWnd.httpRequest(".....");
You will have to parse the XML that is returned to see if it is successful.
The perl command should have been.
Perl pflowtoxml.pl ProductLine dir $GENDIR/ug81/803flows >pflowtoxml.log 2>&1