Forum: IPA/ProcessFlow

To join the discussion you need to register first. (Registration is free!) If you are already a registered user please login to join the discussion.
164 Subscribed to this forum
Page 27 of 48 << < 2526272829 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Using SyssCommand node with AS400    

Started By  Kenn
I am trying to use a SysCommand node to run AS400 commands, but it is not working.  Any advise would be apppreciated. I am using option: run program directly (no shell options) with the command: DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(SECPRF/USRPRFOUT) and I am receiving; Executing System Command Activity SysCommand2860..... Full system command: DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(SECPRF/USRPRFOUT) Error while executing System Command activity. java.io.IOExce...
0 3239 1
5/13/2013 4:38 PM

LPA & PFI running side by side    

Started By  mark.cook
I have heard conflicting information as to if you can run LPA and PFI side by side by turning on LPA by service. Has anyone done this or have you just converted all flows at one time I am trying to come up with a roll-out plan so anyone that has done this if you can share some gotchas it would be greatly appreciated. Thank you
1 2757 1
by  David WilliamsJump to last post
5/13/2013 12:47 PM

Create a workunit in batch using basic method.    

Started By  pfguy
My question can you do it by just calling the standard api, 1000-processflow and what will the service code be. For example an online program if the from is xt30, would be xt30.1_R  if the routine is called from the Release tab.... If not not really sure what the service will be , how can I get a small batch pgm to display back (can be crude) what the created service code is/was....Make an interactive one, but maybe with no form in it.. So its really a abtch pgm, but testing it interactive...
13 5261 0
by  JMJump to last post
5/9/2013 4:36 PM

ProcessFlow COBOL Trigger - No Work Unit    

Started By  JM
Hello - I added basic custom trigger in COBOL (RQ04) and all needed set up in ProcessFLow, but have no work units created. The instructions from ProcesFlow Admin or Developers Guide (9.0.1) don't seem to work for me by some reason. My code is below, can someone advise            PERFORM 500-MOVE-DATA            THRU    500-END. 002680     PERFORM 820-STORE-REQUESTER. MYCODE     PERFORM 1000-OPEN-WORKFLOW-DB. MYCODE       MOVE 'RQ04AddRequester' TO WFAPI-I-SERVICE. MYCODE       MOVE RQ0...
2 3566 2
by  JMJump to last post
5/8/2013 2:22 PM

Variables Truncate after User Action    

Started By  Preston Burdwell
ProcessFlow is truncating variables after a user action. Has anyone seen this before
10 3074 2
by  John HenleyJump to last post
5/7/2013 1:36 PM

Triggering PFI from Java    

Started By  David Burnham
Does anyone know if there is a restriction on the number of variables you can pass to a flow when you are triggering the flow from a custom java program   Thanks!
6 3993 0
by  David WilliamsJump to last post
4/22/2013 7:17 PM

Process Flow Scheduling    

Started By  Chad Dirst
How can I setup five seperate process flows to run consecutivley  I prefer to use existing functionality and not build anything that would call each of these flows individually.  Please advise. Thank you, Chad
11 4182 2
by  Chad DirstJump to last post
4/20/2013 11:22 AM

URL structure    

Started By  Josue Molina
Where can I find the definition of the function 'workdetail' as shown in the url bellow. (FUNCTION=workdetail) /bpm/inbasketFUNCTION=workdetail&WORKUNIT=16539&RDUSER=129290&APPRODLINE=DEV&t=1365598728029 Please help! Thanks!!!
0 3239 0
4/11/2013 11:58 AM

Process Flow Looping    

Started By  Chad Dirst
I have a process flow that reads all GLNAMES records. For each GLNAMES record it determines if an Attribute is associated with it from the AUMXVALUE file.  The attribute contains an RM ID.  Once I have the RM ID the flow performs an RM query to obtain the employee number.  I then utilize the employee number to query the EMPLOYEE file.  All of this works fine except when an RM ID does not have an employee number defined in the LAWSON_EMPLOYEE service.  When an RM ID does not find an employe...
3 2921 1
by  Chad DirstJump to last post
4/10/2013 11:56 PM

Inbasket Messages customization    

Started By  Josue Molina
I need to add the User Full Name besides the Attached by column(User Id ). What's the best approach to achieve something like this Please be as descriptive as possible as I'm new to LAWSON and still trying to figure out the architecture. I'm thinking I would need to add the full name as an attribute to the MESSAGES element, but at this point I don't know how to modify the messages element This is the URL I got from Fiddler /bpm/inbasketFUNCTION=workdetail&WORKUNIT=16539&RDUSER=129290&AP...
0 3326 0
4/10/2013 4:06 PM

Return field that erred in ags from processflow    

Started By  Matt
I've been trying to figure out a way to return the field in error in processflow after an ags call has failed.  For example, I'm running an ags call to PA52.1 and one of the fields has the same value as the current value (which causes it to error).  I'd like to capture which field is in error but for some reason, that particular field is unavailable to use after the ags call is made. Here's part of the xml returned from the ags call: Message>New value is the same as previous valueMessage...
2 2920 1
by  MattJump to last post
3/27/2013 5:34 PM

AGS Update to AP20 detail    

Started By  AJ
I have a processflow that is adding a detail record to the AP20.  After the add takes place under some conditions I need to go back and update the record that was just added.  I am having a hard time identifying the record that was just added when there are multiple records.  I thought that I could get return variables from the previous AGS transaction such as and use that to identify the record that was added.  But I am not getting anything returned. I do not see any other way to identify a...
2 4039 0
by  AJJump to last post
3/25/2013 2:12 PM

Process Flow Data Comparison    

Started By  Chad Dirst
Thank you for taking the time to review my issue. I am trying to compare an employees termination date to today's date - 30 days.  However, my current setup/logic is not working. Here are the variables I have defined and the condition I am using.  Variables defined in Start Node localCurDay = today() localCurDay1 = AddDay(localCurDay,-30) localCurDay2 = getDateDME(localCurDay1) localCurDateM30 = pfDate(localCurDay2,'yyyymmdd') Javascript condition located in Branch Node: (GetEm...
2 2743 2
by  John HenleyJump to last post
3/20/2013 2:36 PM

ProcessFlow - How to access PA52 changed values that are not defined variables?    

Started By  timbomom
Hi, I am relatively new to processflow.  I have a process flow that I am invoking with a PA52 change.  I have created an action where I want to check a change in the FTE value in order to update a customer field.  I can't find where to access the new and old FTE values from within process flow. Thanks, Patricia
3 2777 1
by  timbomomJump to last post
3/20/2013 2:18 AM

How to call RQ10 from User Action Node (Work Tab)    

Started By  Tom Sinkula
I'm trying to display the RQ10 screen in the Inbasket by  entering appropriate values in the Work tab of the User Action node.  I can get the RQ10 screen displayed but can't get key values RQH-REQUESTER and RQH-REQ-NUMBER passed and displayed.  If requester and req-number are entered as key values, they both are displayed in the requester line in RQ10.
1 2328 0
by  David WilliamsJump to last post
3/19/2013 4:58 PM

Landmark to S3 flows?    

Started By  George Graham
Does anyone know where there is documentation on the standard out of the box flows that interface between GHR and S3 Trying to find what all on the employee comes across.
0 3025 0
3/19/2013 3:20 PM

ProcessFlow to parse csv file    

Started By  slavo
I am relatively inexperienced as a PF designer, I need to parse an input csv file, parse the fields out and write them to a SQL server table.  This should be very easy but I cannot figure out the Data Iterator node at all.  If someone has a simple flow they can shar, I would be very grateful.  CFan email me an example if possible to: slavomhotmail.com
3 3013 2
by  Kevin CubillasJump to last post
3/8/2013 9:12 PM

Change Multi-Step Job Parameters using ProcessFlow    

Started By  agersh
In the past I have used the PF Transaction node to change single step job parameters. I am trying to develop a PF that changes the program parameters for a Multi-Step job (for ex. multiple PR275's). Can anyone provide some assistance on how to perform this task/subject using PF. S3 ProcessFlow 9.0.1.7
1 3760 1
by  David WilliamsJump to last post
3/7/2013 1:19 PM

Displaying WFMSGDTL in workflow emails.    

Started By  Brian Espe
Currently we are retrieving data from the wfmsgdtl table and displaying it in our flow emails.  When there are multiple messages for the same workunit it just strings them together.  We would like these to be on a separate line in the email.
6 2602 0
by  Brian EspeJump to last post
3/6/2013 8:33 PM

Pulling correct reqline receipt date    

Started By  Normajean
Hello Lawson folks; I am a new member of the Enterprise data warehouse team and am working on the Lawson Supply Chain project. Prior to my coming on board logic had been written to pull the received date for requisition line items by using the following process: 1. join to polinesrc to get the ponumber\poline number for the requisition line (Join is polinesrc.source_doc_n = reqline.req_number and polinesrc.src_line_nbr = reqline.line_nbr) 2. join to porecline to get the received date for t...
1 2971 1
by  JonAJump to last post
2/26/2013 7:43 PM

Has anyone called PowerShell from Process Flow?    

Started By  Tom Sinkula
I'm trying to call PowerShell from Process Flow (actually Lawson Process Automation) using the System Command node.  It seems to hang on the startup of powershell and finally timeout.
7 5239 4
by  pbelskyJump to last post
2/21/2013 6:29 PM

Process Flow version on iseries    

Started By  KJBULLS
Hi, we are on iseries an I would like to know the version of the process flow installed. I am looking for univver equivalent command for iseries. Does anyone know Thanks, KJ
2 3300 1
by  Steven GrayJump to last post
2/17/2013 7:43 PM

Display exec: Comments from PA    

Started By  Anthony
I'm trying to display any comments attached to a PA submitted through MSS.  I can't figure out how to call the comments for the action submitted.  How do I do this Thank You
1 2633 0
by  Robert SpurrJump to last post
2/15/2013 8:38 PM

Updating action request parameters via LPA    

Started By  kw250
In S3, we have several processflows that use custom design studio screens, some of which use forms that allow the approver to update values in the flow.  Because we are replacing some of this functionality, I'm trying to replicate that in LPA for LTM. I was told by the Infor consultant who did our training that we should be able to update the action request via the Landmark node by selecting the action that was used to initiate the process, setting the action request id, selecting CreateUpda...
4 3690 0
by  kw250Jump to last post
2/14/2013 9:28 PM

ScanFileClient example    

Started By  slavo
I am relatively new at PF development, but what I read, I want to use ScnaFileClient to kick off a Flow when someone FTP's a file to a directory.  I know I need to create a ScanFileCLient.cfg   but I don't really know how to use it.  Can someone give be a very simple explanation on how to of ScanFIleCLient  Perhaps an example  We are a Windows shop.  Thanks.
2 3764 0
by  slavoJump to last post
2/12/2013 6:27 PM
To join the discussion you need to register first. (Registration is free!) If you are already a registered user please login to join the discussion.
Page 27 of 48 << < 2526272829 > >>


RSS Feed Available