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 17 of 48 << < 1516171819 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

LSF IPA Connectivity Issues    

Started By  DavidV
Grid, Landmark, and IPA are installed and running.  Flows can be created in IPA using IPD and they execute as expected.  Trying to connect to LSF and I'm getting: [2015-10-14 12:50:58] [LPSJNIUtil] Exception encountered while calling Java, stack trace follows: com.lawson.bpm.eprocessserver.interfaces.LPSConnectionException: Null proxy for class: com.lawson.bpm.eprocessserver.interfaces.LPSDatabaseBridgeForLSF, data area: (blank)         at com.lawson.bpm.eprocessserver.interfaces.LPSGridSess...
1 5080 1
by  DavidVJump to last post
10/15/2015 8:10 PM

Reuqisition Approval Auditing and Work Unit Deletion    

Started By  Bob Canham
We started doing requisition approvals this year, and it has caused a huge increase in the number of work units created for us.  We never did much with deleting work units, so I wanted to see how other organizations handle this.   The other concern with deleting work units is the record of who approved a requisition.  How are you making this information available
2 3044 1
by  JonAJump to last post
10/13/2015 10:59 AM

IPA JMS Channel setup/usage    

Started By  Todd Mitchell
Wondering if anyone has any experience in setting up a JMS message queue and then utilizing that queue within IPA.  We have experience here at out company with JMS queues, but since we are new to IPA, not real sure how to effectively set up the Channel and Receiver in Infor Rich Client.
1 3116 1
by  John HenleyJump to last post
10/12/2015 6:53 PM

Transaction Update in Mobile Inbasket?    

Started By  ShawnV
Has anyone been able to perform a Transaction Update call in Mobile Inbasket code  I have a Process Flow ibasket screen which allows the users to change the data & press an Update button to save their changes.  The Process Flow saves the data by performing a Transaction Update call in the back end code.  I want to replicate this functionality in the Mobile Inbasket display.  It doesn't appear that Infor has a 'Transaction' class in MIB to perform the Update. Thanks, Shawn Van Sluys
0 2925 0
10/7/2015 12:09 PM

How to disable user and delete user under laua via process flow    

Started By  Vijay S
We are developing a PF that automatically disables a user in Lawson security and after 60 days automatically deletes it from lawson security. Can anyone help me out how to disable/ delete it via process flow Thanks, Vijay
12 7257 1
by  RickyYJump to last post
10/5/2015 7:55 PM

ITEMMAST or ITEMLOC add/change Approval    

Started By  Jared Lytle
Has anyone created a flow, or give some insight, on an approval process for specific data changed (i.e - manuf nbr, replenish vendors, etc...) in the ITEMLOC, ITEMMAST, or ITEMSRC tables   Or does anyone have a good reporting process for this scenario We are having issues with communication and I would like to somewhat put some constraints on this piece in our system.   Lawson 9.0.1.13 upgrading to Lawson 10.1.x soon and already using IPA/LRE in test. 10.0.1.144
7 4655 2
by  Bill IanniJump to last post
10/3/2015 8:35 PM

Process Flow to take AP Invoices off of hold    

Started By  AnnePep
Anyone have any experience with a process flow to take invoices off of hold Would we automate the AGS call to ap30.1 Can we simply remove the record from APHLDINV Any help is appreciated - thanks!
3 3366 1
by  Tim CochraneJump to last post
10/1/2015 11:23 AM

Location of Uploaded IPAs    

Started By  ALB
I have been migrating PFs to IPA and uploaded them.  The files are not where I expected them on the Landmark server.  Is there a configuration file which will tell me where they are
11 4954 3
by  WoozyJump to last post
9/30/2015 7:13 PM

SQL From A Command line in IPA    

Started By  tambrosi
Hello, hope somebody can help me out on this.   I seen this from another post, but not sure of the commands that need to be execute. If somebody would be willing to share an example of running sql from a command line, I would sure appreciate it. I am new to IPA and Lawson software. 'You can also run the sql from a command line and provide an option to have the sql output to a csv - actually faster than the iterative approach. Then you can manipulate the csv file from inside the flow.' Tha...
6 4036 1
by  Tim CochraneJump to last post
9/23/2015 11:58 AM

ResourceQuery to extract Roles    

Started By  CMNew
When I use the ResourceQuery  to extract Roles, the Roles extracted do not have a delimiter. How do I separate them Am I doing something wrong
3 3371 0
by  John HenleyJump to last post
9/17/2015 3:38 PM

Custom Javascript Functions IPA    

Started By  ALB
We are migrating process flows to IPA.  There are a few functions which are missing.  The functions are in $GENDIR/bpm/pflow.js, and one of the functions has a comment that it is a custom.  How do I get these custom/missing functions into IPA
2 3526 1
by  ALBJump to last post
9/11/2015 2:07 PM

Requisition Comments to Approver via email    

Started By  Bob Canham
Our procurement department approached me with a request to send the requisition approver the comments on the requisition.  The concern is that when entering a special through RQC, most of the actual details (including the vendor since our vendor master isn't usable to the average person) are done in comments. Has anyone done this or have ideas how this could be accomplished
4 3481 1
by  kflores01Jump to last post
9/10/2015 7:20 PM

Inbasket display files    

Started By  Ronnie
Can someone refresh my memory of on what server and directory the files for inbasket displays should be stored   I have had brain fart.
15 5112 1
by  John HenleyJump to last post
9/10/2015 3:22 PM

IPA Reset process error status?    

Started By  mikeP
I've been trying to find a way to reset a process error status when a normal and expected condition occurs that IPA treats as an error.  The current issue is testing if a file exists. The File Access node can do that, but if it detects the file does not exist, it treats it as an error condition.  In this case, the file is probably present in 15 of the runs, and it is a normal condition for it not to exist.  If it's not found, the process does some housekeeping and terminates normally, but IPA...
6 3638 2
by  JimYJump to last post
9/3/2015 4:26 PM

Triggering a flow within a flow, but get an error    

Started By  Ronnie
Ok,   I am working on a flow currently that is a name change flow. It is working correct and flows to a correct inbasket. After approval from the inbasket, it goes to the trigger node, where it calls another flow.   The flow it calls just goes out to PA53 and changes some things and the approval flag.   I can not figure out for the life of me, why this second portion errors out.   Here is the error message (below the dotted line) Ive rebuilt the lawson transaction node for PA53, checked...
9 4229 1
by  Tim CochraneJump to last post
9/3/2015 2:34 PM

IPA Priority for Flows    

Started By  Chip
I have a processflow in IPA on Landmark that is called via a url.  At times there are several hundred flows triggered per minute.  They are all run through the ProcessServer queue on IPA FIFO.  Some of these triggers are a higher priority than other ones and will need to be executed immediately, is there a way to either change the priority of a trigger so that the flow is put in the front of the queue or can i map the trigger to a new queue.  I have tried to set up a new queue and mapping to run...
0 3277 1
9/3/2015 12:00 PM

IPA Priority for Flows    

Started By  Chip
I have a processflow in IPA on Landmark that is called via a url.  At times there are several hundred flows triggered per minute.  They are all run through the ProcessServer queue on IPA FIFO.  Some of these triggers are a higher priority than other ones and will need to be executed immediately, is there a way to either change the priority of a trigger so that the flow is put in the front of the queue or can i map the trigger to a new queue.  I have tried to set up a new queue and mapping to run...
0 3317 0
9/3/2015 12:00 PM

Service Variables    

Started By  Jason Beard
I have a flow that has several service variables associated.  These variables are being passed to the inbasketexec however the variables are passing their initial values (set when the flow was triggered) rather than the current value as of the time the User Action is called.   Is there a way to update the value of a service variable so that it passes to an in basket, if not what other alternatives exist
3 2948 1
by  Jason BeardJump to last post
9/3/2015 12:24 AM

Sync Employee Data    

Started By  mcarlson
Has anybody had any experience using Process Flow to synchronize Lawson Employee Data with Active directory  Our AD is a bit of a mess right now and we would like to get the data in sync with Lawson.  We would need to get the existing data  over to AD (Specified fields), and then maintain the data moving forward.  Infor indicated that Process Flow would be the tool to  do this, but we would like to hear from somebody who is currently using it for this purpose.   Thanks!
3 4719 3
by  Kwane McNealJump to last post
9/2/2015 12:16 PM

Regarding FTP of check file - AP155    

Started By  Vijay S
We are having a process via which CHECK forms generated by AP155 are FTP'ed to the third party Windows server, where they are processed to get checks  printed via C-Series (a third party Vendor). We don't have any documentation for this process and there is no one who have any knowledge how actually file gets FTP'ed to C-Series Server. Something recently broke the process and the file doesn't  get FTP'ed to C-Series Server. When I requested the user how actually file gets FTP'ed, they told me on...
5 3207 1
by  Vijay SJump to last post
9/1/2015 3:22 PM

IPA locks text file if process errors out    

Started By  mikeP
I have a process that uses a FTP node to transfer a CSV file from a remote server to a share on the LSF server, then uses a Data Iterator to read the CSV, construct, then execute a SQL Update command.  It's been working fine, then I had to spoil it by testing my error handling.  I induced an error by putting invalid syntax in the SQL command. The error handler works as expected, but when the process completes, the Lawson user still has the CSV locked.  The next run, the FTP node bombs because ...
2 3916 0
by  John HenleyJump to last post
8/31/2015 11:27 AM

Inbasket PF    

Started By  LawsonPM1e
Hi,   I am trying to make a PF which uses captures users inbasket information. How would that be done in IPD
3 2950 1
by  David WilliamsJump to last post
8/28/2015 7:48 PM

Force reassign of variable values    

Started By  Joan Herzfeldt
I have a variable set up in Start (vEmailForm) that uses other variables that are currently blank (vAction, vPerson).  Later in the flow I assign values to these variables (vAction, vPerson) and then use the vEmailForm variable.  Of course the vEmailForm variable has the blank values for  vAction, vPerson.  Is there a way to force the vEmailForm variable to look at the new value of these variables  perhaps a JavaScript expression or something   WITHOUT having to actually declare the vEmailForm...
9 3620 1
by  Kyle JorgensenJump to last post
8/27/2015 6:23 PM

URL possibility?    

Started By  Greg Moeller
We have the need for running an activity from the RichClient without actually deploying the rich client to all of our users.  (Proxy Set Up)  We can figure out how to do this from the RichClient, but need our users to be able to do this from another source....  Portal would be ideal.  Is it possible to set up proxies (for doing your inbasket work) without deploying the RichClient to all   Thanks in advance, -Greg
3 2925 1
by  Greg MoellerJump to last post
8/27/2015 5:16 PM

Variables null after useraction node    

Started By  Deleted User
(Topic has multiple pages1 2 )
I have just discovered that global variables in my process flow that were assigned a value using Javascript statements revert to null values after a user action node.  This is a serious issue that is affecting flow path, data updates, and data notifications.  We are 9.0.1.10. Is this a known issue
42 10917 4
by  kflores01Jump to last post
8/27/2015 1:53 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 17 of 48 << < 1516171819 > >>


RSS Feed Available