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 25 of 48 << < 2324252627 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Dynamic Columns in SQLNode    

Started By  d
Is there a way to loop through the results of a SQL query without having to specify the actual name of the column For Example; If there is a SQLQuery node that returns a bunch of results. I know inside of the SQLNode loop I can do something like: SQLQuery3040_1 SQLQuery3040_2 SQLQuery3040_3 To get the data returned in column 1,2,3 but as soon as I try to build the SQLQuery counter SQLQuery3040_testCounter I can't seam to get the data out of the SQLQuery Node. My Code (Note tha...
7 2973 3
by  dJump to last post
9/27/2013 12:52 PM

IPA User Action node not executing    

Started By  Michael J
I am executing a lawson delivered Process Flow, ChangeRelToOrg and the flow gets to the user action, reject, approve or return.  The user will select an action, but the flow does not execute the node.  The proceed action will commence when 'any one recipient takes an action'.  The work assignment ID is HR administrator we are running IPA version 10.0.4.0.5739 Any suggestions
5 3283 1
by  WoozyJump to last post
9/23/2013 6:55 PM

Calling AP190 from PFI    

Started By  Ludy
Hi, I have a flow, PF1, that gets triggered when a user voids a check in CB80.  This flow captures key data info and writes it to a csv file.  This csv file serves as input to another flow, PF2, which puts the invoices associated with this check on hold.  Between PF1 and PF2, AP190 needs to run to reinstate the invoices before they can be put on hold. My question is:  how do I call AP190 from PF1 Thanks, Ludy
6 3180 1
by  LudyJump to last post
9/23/2013 1:46 PM

Does anyone know how to configure WTx for IPA (LPA) Process Flow    

Started By  amylynanderson
I am trying to move our PFI to LPA.  I am getting an error on W TX The system configuration is the following main checked use rmi RMI Host is from bpm.properties RMI Port is from bpm.properties rmi extension - aix time out 60 This is the error message I am receiving: Executing TX Activity TXAdapter7440... TX Activity TXAdapter7440 - Map: GovCustAR Activity TXAdapter7440: java.rmi.NotBoundException: DTXRMIServer Variables:         lastOutputData(Type=Object) =         lastRe...
1 3290 0
by  amylynandersonJump to last post
9/20/2013 1:39 PM

Data Iterator    

Started By  Erin
Is there a way of resetting the _nextPosition in a Data Iterator I have an IPA that reads in two variables that are passed in from another IPA flow that represents two separate but similarly formatted files. I have a generic variable 'inputFileName' in my IPA that I set to the first of the two incoming file variables (e.g. inputFileName = FileA.txt) At the end of the FileA.txt file processing I use a branch to see what the inputFileName is set to in order to see if it is already set t...
5 3518 0
by  ErinJump to last post
9/18/2013 7:35 PM

IPA process flow to delete completed action requests and move completed work units to history    

Started By  Deleted User
I am new to Lawson and we just implemented LTM.  I would like to create an IPA process flow to delete completed action requests and move completed work units to history in LTM.  The problem is that I do not know where to start.  I have modified several canned user action process flows but have not done anything across the 'system'.  One post suggests using the custom activity node.  Does that require calling externally created custom code or are there canned processes I can call to accomplish th...
15 5635 4
by  amylynandersonJump to last post
9/16/2013 1:39 PM

Problem with Landmark Transaction Node    

Started By  Jessica M
I am trying to create a process flow (in LPA) that will create a csv file with employee info (name, email, direct manager, address info).  I have a different landmark query node for each object I need to get data from (Employee, HROrganizationUnit, EmployeeContact, EmployeeAddress).  The first node which gets the employee number and name works.  In the subsequent queries, I was trying to use the employee number variable from the first query to select the data for the specific employee.  If I u...
7 4406 2
by  WoozyJump to last post
9/13/2013 4:39 PM

User Action    

Started By  TommyT
I see thta user actions can be specified as a role or as a specific user. Assuming I'm working with a giant table of the world that lists all approval chains by department, is there a way to dynamically(sp) assign the user to the node
7 3193 0
by  Accentia MEJump to last post
9/12/2013 10:39 AM

IPA: Using Landmark Transaction node to pull PFIWorkUnitVariable info    

Started By  LisaN
We are new to IPA and we're trying to fix some of our PFI converted flows that used to use a query node to pull workunit information from the Logan WFVariable table. I've replaced the qry node with the Landmark Transaction node and we're reading the 'PFIWorkUnitVariable' table. The node successfully reads the table and pulls the WU information. However, There are other Lawson Query nodes in the flow that reference certain variable values. In PFI you could simply reference the WFVariable v...
5 6499 0
by  LisaNJump to last post
9/10/2013 10:14 PM

IPA Branch Node - Condition Expression Builder    

Started By  Margie Gyurisin
I am trying to send a form to employees when they change either their address1 or their city and live in PA.  I do not want the form to be sent if they’ve only changed their phone number. I have this formula in the Condition Expression Builder but it is sending the form even when it is only a phone number change.   (qEMP_PROCESS_LEVEL==30 &&qEMP_STATE =='PA' &&oldAddr1!=qEMP_ADDR1) || (qEMP_PROCESS_LEVEL==30 &&qEMP_STATE =='PA' &&oldCity!=qEMP_CITY)     Does anyone know how I can make this...
6 4411 0
by  Kyle JorgensenJump to last post
9/10/2013 4:17 PM

Process Flow Integrator JDBC SSL issue    

Started By  Wayne Popp
We are having an issue connecting to a SQL Server 2008 Database that now requires connecting via an SSL connection.  We are using the SQL Server Query node and in the past we connected fine using the sqljdbc4.jar file to our SQL Server 2008 databases but now when they turn on 'Force Encryption' on the SQL server we get the error 'SQLException: Connection reset'.  We did add the URL parameter 'trustServerCertificate=true' and the flow runs ok locally but we get this error when it runs on the Serv...
1 2845 2
by  Rob ConradJump to last post
9/6/2013 7:29 PM

Interface from S3 to LTM to GHR    

Started By  Dave Lis
When a new position is created in S3, I want to grab that information and get it into the POSITION table in GHR.  I see two IPA processflows.  One puts the new position data in a table called POSITIONIMPORT and one puts it in POSITIONIMPORTLITE. My question is how does it get from either of these tables into the POSITION table  Should I change the flow I want to use and add the position directly into the POSITION table  Thank you.
8 6442 0
by  Dave LisJump to last post
9/6/2013 5:05 PM

Custom Activity Node - Encoding    

Started By  Brandt
I have a need to do an external call (Web Service) and return a potentially complex HTML string for use in a email. I would like to be able to encoding the string on the webservice side and decode it on the flow side before applying it to the email. It seems like the Custom Activity node does but every test I've run returns the same string out as goes in. My settings are: Activity: Encoding Action: convertStringToCharEncodingBytes charEncoding: input: charEncodnign: input:  ou...
0 2557 1
8/28/2013 2:38 PM

Custom triggers for PA02    

Started By  John
Hello. I'm new to this. Has anyone ever created a custom trigger for processflow
6 2961 1
by  David WilliamsJump to last post
8/28/2013 10:26 AM

Grid properties for JDBC in LPA    

Started By  Gary Padgett
Am trying to configure properties in the Grid for my JDBC.jar files.  The help documentation in Landmark is good but this is all new to me.  The particular doc I am looking at is entitled 'Configuing Grid and other properties for Infor Process Automation'.  It mentions 2 properties called grid.app.classpath and grid.app.dataareas.  I cannot locate those properties and am unsure of whether I need to add them and where they would go.  Any ideas Thanks in advance.
1 2461 2
by  Dave LisJump to last post
8/27/2013 7:37 PM

Can you query Landmark IPA from a Design Studio Portal Page?    

Started By  Ken Stark
We have a custom DS Portal Page that runs a DME query to get ProcessFlow workunit information from the LOGAN database.  Now that we are beginning to use Infor Process Automation the workunits reside on a Landmark server.  Does anyone know if it is possible to query Landmark from a DS Portal Page
1 3103 1
by  David WilliamsJump to last post
8/23/2013 10:56 AM

X call to AP55    

Started By  DougAB
Here's our scenario: Some of our suppliers charge our corporate credit card immediately when an item is ordered from them.  (we provide some of our suppliers our CC b/c we get $ back on purchases).  Once our CC statement is available, these charges only show who the supplier is, but does not reference any PO number that we sent them (nor Invoice they sent us).  We are trying to find a way to match these charges to the orders.  I spoke with a Lawson business consultant and she said the bes...
4 3156 2
by  DougABJump to last post
8/22/2013 2:33 PM

Unable to attach a remote files in emails    

Started By  Accentia ME
Hi everybody, When I try to attach a file on a remote server in a MAIL node, the system sends emails without attachment. I want to know if this is a configuration problem or a limitation of the PFI. In this exemple, i set two attached file, the first one is local, and the second one is on a remote server. when i execute the flow, only the local file appear in email . BR, Hicham
7 2911 1
by  John HenleyJump to last post
8/22/2013 2:19 PM

Process Flow can not access HR Tables    

Started By  timbomom
I am running process flow and it can access tables in BN when using a Query Node.  However, it can't access any HR tables, such as EMDEPEND and EMPLOYEE. Th Query node returns nothing but does not generate an error message. Is this a issue of the permissions on the ID that is accessing Lawson  Any help would be appreciated. Patricia
1 2505 1
by  Bob CanhamJump to last post
8/19/2013 12:08 PM

print or delivera document from process flow    

Started By  Willie
I am able to create an html email using variables etc and email to recipient. I have a similar project where I would like to deliver a similar document to a printer or to the users inbasket. I would like the user to then be able to mail this document to the customer. PDF or some other format would be great. Is this possible via process flow. Thanks.
10 5893 2
by  George GrahamJump to last post
8/14/2013 12:58 PM

IPA Inbasket filters not working    

Started By  Margie Gyurisin
We are migrating from PFI to IPA and our inbaskets appear as it they are not enforcing the filtering rules. If we turn the filter on, users see no transactions. When turned off, they see all. Has anyone else run into this issue  Can you share how you fixed it, please Thanks.
2 3574 0
by  Tim CochraneJump to last post
8/13/2013 12:24 PM

Bulk Approval in a single click    

Started By  Vijay S
One of our client(prospect) asked a very interesting question that if Lawson provides a facility where bulk approvals can be approved in a single click (for the same flow). I Haven't come across such a scenario in Lawson as of now  because  there can be different workuinits from different flows resting in  the inbasket at a time Does Lawson provides such facility (either on PFA or PFI)
5 2917 1
by  Vijay SJump to last post
8/9/2013 4:44 PM

CSV file with embedded commas    

Started By  Terry P
I have a CSV file being delivered by an outside agency. It is a CSV file in that commas separate the fields, but they are also putting the ALPHA fields wrapped in double quotes. A typical record might look like this: 12345,'Terry','Pickering','this, that and others' I'm using standard data iterator activity to parse out each field. I also can remove the 'quote' characters. The problem is when I encounter a record where they have embedded the comma in a field surrounded by quotes. The parse...
5 3628 0
by  Terry PJump to last post
8/8/2013 5:24 PM

Adding Users with Resource Update Activity Node    

Started By  Ari
I am adding users from Processflow using the Resource Update Activity Node. The users are being added to LSF9 Security. The RM Information is added correctly. The Identities information is added correctly. The Lawson Environment Information is not added. The user cannot log into Portal until a security administrator goes to the user record in Lawson Security Administrator and adds the Lawson Environment Information. Is this correct behavior or should I be able to fully add the user form the Reso...
8 4422 1
by  John HenleyJump to last post
8/2/2013 12:32 PM

PF and record counts    

Started By  Laura J
Hello, I have created my first PF to capture assets from the AMASSET table and dispose the asset if a condition is met. I added an email message to include the asset number disposed. I would also like to build into my email message the number of transactions processed. I am using xxxxxx_RECORC_COUNT but it always returns 0 not the actual number processed. Any suggestions would be greatly appreciated on how to return the actual record count of transactions processed.
9
4188 0
by  Shane JonesJump to last post
7/27/2013 1:16 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 25 of 48 << < 2324252627 > >>


RSS Feed Available