Forum: IPA/ProcessFlow

52 Subscribed to this forum
Page 2 of 48 << < 12345 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

REST Calls in Infor Process Automation      

Started By  Ethan
We are working on a new interface where the vendor provided a REST API. Is it possible to interact with a REST API through an Infor Process Automation We typically deal with flat files, this is our first project using the REST API. We will basically need to pull some data through the API, do an AGS call to load the data into a PA52 action, and then post some data back through the REST API. Any guidance would be appreciated.
7 36978 3
by LauaLuau

Terminating Pflow after a certain amount of time      

Started By  Debra
We have a flow that looks for a file and then does various things to it.  We need to figure out a way to stop the flow/work unit created if it is unsuccessful after 4 days.  Is there a way to do this in either the flow or the schedule  I haven't been able to find something that will work.  Thanks for your help!
2 14825 1
by Debra

Write File adding extra record      

Started By  Joan Herzfeldt
I'm populating a message builder and later writing those records to a file.  I have no problems in the IPDesigner.  However when the process runs from the server the first line in the file does not come from the message builder.  It is: com.lawson.bpm.processflow.workFlow.flowGraph.FgaMsgBuilder1028d654  and then I see all the records from the msg builder.  This is a new issue to v11  Any idea how to get rid of it
1 14283 1
by Ragu Raghavan

FTP node and carriage returns      

Started By  Scooter
After FTP node transmits file, Line Carriage returns (CR) are missing.  Why Each line has a '\n'  (i.e. CR) appended to the end.  FTP is using a SFTP connection.  How can we keep (CR) on each line   Thanks.
2 15139 0
by Scooter

IPA with DocuSign/Fill & Sign      

Started By  Kat V
Is IPA capable of leveraging Sharepoint as a file share We have pdf forms that we want to route for approval - but these forms themselves need to use something like Docusign or Fill & Sign and cummulate signatures and edits.  All our current solutions would be download and then upload an edited copy.  We only want to keep the one and overwrite it as we go. If we store this on Sharepoint - can the IPA do the 'Checkout/Checkin' steps and keep the attachment URL on the item, req, PO, etc
0 4225 0

Can IPA send to a Printer??      

Started By  Joan Herzfeldt
I have a request from our Material Dept.  'Looking to see if an IPA flow can be created that upon receipt of a patient chargeable item on a line in a PO, if a print file can be sent to the Zebra printer to automatically print the yellow charge sticker. Receipt can be done on a MSCM handheld or on the PO30'    We currently have the Gen_PORecieve trigger on and filter for tissue items that are received, so I know I can trigger a work unit and I can query to see if it is a charable item, etc... ...
1 15354 1
by Ragu Raghavan

SQLQRY node issues creating a CSV      

Started By  LawnsonGuy
Hello All, On the SQLQRY node there is a checkbox for 'Generate CSV from resultset (This will skip SQL Looping)'. This feature seems to work for me until at some point I believe the resultset is too large. For example, I have an IPA that saves a CSV file to a local folder. The process runs fine daily and we don't have any issues with it. If I try to expand the range of the query within the node to find more data, it fails. It ran fine for 2136 rows, but failed at 7713. When I look at the l...
0 4547 0

combining records from file      

Started By  Joan Herzfeldt
Looking for the best way to combine records using IPA v11 with LSF v10 –on premise I have an Inbound delimited file with 65 fields.  I only use around 20 fields.  The records are in no particular order, usually less than 50 records. I need to combine the records that have the same number in field-11 (F-11).  There are only 4 fields that have different data if F-11 matches. My preference is to create array fields, for the 4 with different data and combine the matching records into one wi...
1 15273 1
by Ragu Raghavan

Import data from CSV file to an external Oracle table      

Started By  HDAustin13
Hello and Happy Friday, everyone! I am trying to import data from the csv file (no delimited comma, just the regular csv file) to an external Oracle db table by using the DataIterator with the Reading by File and Reading by File but it takes so long like 45 minutes for just 800 records vs a 2 min in SQL Developer to finish. Can someone please advise if there is a better way to do the import beside the DataIterator thing Thanks in advance.
11 16734 2
by HDAustin13

Reading ,Update & append files from FTP      

Started By  Ashish
Hi Team, Need your expert advice  I have to read multiple files from a FTP server directory update the data in file and append it in once file. I have used FTP node to get the file in Server and then use file access node to read the file in memory and then use Data Itarator to read each line content and replace some content using java script,but how can we read all file from a directory as we have to give name path in FTP. i have to read all .ord file fron directory. I am using Infor...
5 16571 0
by Ashish

File move/copy from within IPA (Processflow)      

Started By  SWilkins
Lawson environment 10 LSF on one windows 2012 VM and Landmark on another windows 2012 VM.  IPA (Processflow) running on the Landmark VM.  Using designer 10.1.1.48 and using the SysCommand node to run a COPY or MOVE command.  The flow works fine if the source and destination for the file location is either the C or D drives of the LSF server (D is where LSF is installed).  But if we want IPA to move the file to a network location it fails, even if we map a network drive on the server (K).  Can co...
5 18830 1
by Debra

PfiUserProfile in Landmark      

Started By  Demi
I should be alittle more specific... I'm having difficulties narrowing down documentation(purpose and necessity) for this table. We have migrated over the years from being a lawson core user of workflow in which we used tasks and approvals.  Back then if a user was not defined in the PfiUserProfile table they had no access to inbaskets, approvals, etc.  Over the next several years we migrated our inbaskets and approvals over to landmark.  We are now migrating up into the OS system and have chang...
2 15563 1
by Demi

Parse the data from Web API      

Started By  HDAustin13
Hello Everyone, I am trying to parse the data from the vendor Web API to a csv file to insert into a database table by using Webrun node to connect to the Web API, JSonParser to parse the data, and JSonConverter to conver the JSon data to CSV but get stuck on configuring these nodes as I am not sure what should be correct to configure for these nodes.  Has anyone done something similiar to this Can you please share your experiences Thanks in advance, Han
0 4168 1

IPA v11 - Updating field with a value containing an ampersand      

Started By  dcasper70
Our requirement is to update JobRequisitions if certain fields change on the Position.  One of the fields to be updated is Description. In this example, the Position.Description is Post Graduate  Year 3&4 When attempting to update via a landmark node, the resulting JobRequisition.Description value is 'Post Graduate  Year 3 According to the Landmark node documentation, special characters need to be preceeded by a backslash.  We've attempted every variation we can think of and none seem t...
7 16214 1
by Orlando Gray

alt rates      

Started By  TommyT
I know you get at the alternate rates using a button on hr11 to go to hr14. If I need to alter rates in a flow, how do I format the ags To call hr14
6 19007 1
by Ragu Raghavan

Use IPA to query IFS      

Started By  AndyG
Since IFS syncs with our 5 sub-domains, we would like to read/query the user information, to later use in the IPA. Can IPA query IFS user information What node How Has anyone done this Thank you in advance.
2 16338 2
by AndyG

IPA 1 GB memory limit error      

Started By  Quarantine
Infor recently instituted a 1 GB memory limit warning message on Cloudsuite MT that comes as a error in the workunit logs.It has then been hastily updated to 100 GB but it is impacting flows that are used as extract flows out of  Landmark.   Ways to reduce the memory load other than reducing the number of assign nodes and writing to messagebuilder and then ftping to file at every 100 records or so. The memory consumed in Landmark calls is huge. any way to reduce that
6 17424 3
by Robert

email authentication      

Started By  Ragu Raghavan
We have flows that send out emails with buttons, so users can approve/reject without logging on to Lawson. Has been working for many years. Recently, the site changed their authentication from SAM to UPN. This seems to have broken something. Users are now forced to login to Lawson to take action. The system property 'emailActionAuthenticationRequired' was not there. tried creating it and setting it to true/false. No effect. One theory floated is that the email server still uses SAM auth...
0 3690 0

LPA- Default work title for UA      

Started By  Lynne
Hi- I need to modify some of the inbasket work titles and can't figure out where I can see what the default title is.  If I look at the UA, work title, it is blank.  But, when the inbasket generates there is a title that displays.  Is there a default title that is used if you don't enter anything in the Work tab Work Title field of the UA node  Thanks!
11 21798 2
by B Ledet

Triggering WFWK after a PR140 job run      

Started By  Preston Burdwell
Any suggestions as to how to trigger the IPA after PR140 I could add a WebRun node with PR140 submission, but wanted to see if you all know of other options. No Design Studio, and we are on a Single Tenant, Hybrid instance of S3
8 16403 3
by B Ledet

using a flow to change LBI bookmarks      

Started By  Karen Sheridan
We use LBI dashboards for ESS functions.  During the 2 days of payroll processing we need to disable/hide the direct deposit bookmarks.  What I'd really like to do is swap for a flat page that says something about calling the payroll department or wait until Thursday.  I know folks disable different forms/tokens during their payroll processing.  What is the best way to handle  Can I use a flow to swap the 2 pages out during those days TIA - Karen
0 4021 1

Automation for disabling active Directory      

Started By  Utsav
Hello, is it possible to construct a automation workflow in lawson Infor Process designer (IPD) for disabling the employees from Active Directory when they get disabled from Infor
2 15796 1
by Kristi_ANTHC

Flow submitting a single job multiple times??      

Started By  LauraPat
I have a fairly simple flow.  A user places a file in a specific location - a File/Channel in Rich Client detects the file, passes it to the LSF server and then a Lawson job is kicked off (via webrun node) to process the file.  It's a CSV file with vendor numbers - the batch program they are being passed to is doing an invoked of AP10 to inactivate the vendors. I ran it with 10 records, 100 records and 1000 records and it worked perfectly.  I then decided to drop 50,000 records in the.  The j...
2 15157 1
by Karen Sheridan

Array values from Rich Client      

Started By  Karen Sheridan
I need to pass a list of employee status codes into the flow and put them in a simple array. From the log: FromStatusCodes = A1,A2,A3,A4,A5,A6,A7,A9,MD,ML,RW,WC - this list was hard coded in the start node of the flow ['A1','A2','A3','A4','A5','A6','A7','A9','MD','ML','RW','WC'] - field is defined as array   testInt1 = A2 - from FromStatusCodes[1]; ToStatusCodes = ['A8','SV'] - this list is coming from rich client - field is defined as string testArray = Ljava.lang.Object;78d48440...
2 14844 1
by Karen Sheridan

Error with Landmark Admin node      

Started By  Scooter
Below is from Log file with LM Admin error message.  Cannot find info on errorCode = 32.  Infor Support has not provided solution yet.  Your assistance is much appreciated. - Scott Kelley        ImportData_errorCode = 32      ImportData_informationCode = 0      ImportData_returnMessage = Landmark Admin ImportData: Command dbimport failed with error com.lawson.bpm.coreutils.PFIException: Landmark Admin ImportData: Error file: error      ImportData_outputData =       Landmark Admin...
2 15125 1
by Quarantine
Page 2 of 48 << < 12345 > >>


RSS Feed Available