Forum: IPA/ProcessFlow

 163 Subscribed to this forum
Page 4 of 48 << < 23456 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Modifying Lawson Environment Info from a Flow    

Started by  Deleted User
I've created a flow to build new Resource records for my portal users using the Resource Update node.&160; However, I don't see a way to update the Lawson Environment settings (as seen in LSA) from my flow --&160;specifically,&160;I need to update&160;the Data Area/ID field.&160; As a result, my newly defined user is unable to log in to portal until the Data Area&160;gets populated and causes a GEN\USER record to be created.&160; Is there a way to add or update the Lawson Environment set...
9 17436 2
by  AdamJump to last post
11/20/2019 3:10 PM

How do I update information on page 3 of HR15.1    

Started by  Todd Mitchell
How do update an item on 'page 3', page down twice, of HR15.1. 
8 15870 2
by  David WilliamsJump to last post
8/21/2019 3:38 PM

Resource Update Node - Remove specific Role or Group    

Started by  Nabil
Hi All, I'm trying to delete a specific Group from the existing list. I only want to delete 'Manager Self Serve' but instead it deletes all group the user has.   In the Group value, here is what I have:    
2 15245 1
by  JimYJump to last post
10/21/2019 9:31 AM

WriteAttach via WebRun    

Started by  Steph76
Hello, I'm trying to use a WebRun node in IPD to add an attachment to an invoice. I want to attach a URL. I tried following the documentation and other posts I saw, but I'm still having problem. When I set the content type to text/html the Work Unit shows as Completed in Rich Client, but the log shows this:   ERROR key='UNKNOWN_ERROR' level='1' !&91;CDATA&91; An unknown error occurred. Please contact your system admin. &93;&93; !&91;CDATA&91; Check IOS logs for details. &93...
3 16861 1
by  TomEDJump to last post
11/21/2019 9:44 PM

IPA Data Iterator node cannot find input file.    

Started by  Scooter
IPA Data Iterator node cannot find input file. Need your assistance to identify issue with Data Iterator node. Error message is 'File 'https://lawtestv10.dart.org/lawson02/univ2/dartipa/appload.CSV' does not exist.' We've confirmed file (appload.CSV) exists on this directory (/lawson02/univ2/dartipa/ and server (lawtestv10.dart.org). Below error message was copied from workunit log file: Activity nameI1 id:1 started 08/12/2019 03:41:24.578 PM Executing Data Iterator Activity DI1 ... ...
5 15236 1
by  ScooterJump to last post
8/13/2019 8:19 PM

IPA Email Node when SMTP Server is Unavailable    

Started by  jmartin
We’ve had issues lately with our on-premises Exchange server and found that emails failed from IPA when SMTP was unavailable.  We were hoping they would be able to queue... like magic.  Unfortunately, we are unable to simply restart the work units to resend the email notifications.   How do you handle situations where the SMTP server may be unavailable but the jobs need to continue to run and emails need to send/queue   Do you setup an error conne...
0 2984 1
8/12/2019 9:12 PM

How to calculate last day of current month    

Started by  Scooter
In processflow, we need the last day of current month.  This last day of month value will be used in batch pgm parm date, i.e. BN100, Thru-Date=20190831  Has anyone does this before Is there an Infor PF date function that can do this  
2 14852 0
by  ScooterJump to last post
8/14/2019 8:01 PM

Removing Identities with IPA    

Started by  Scooter
We want to remove employee's Identities from Infor Rich Client. Our test flow is removing the employee's userid and passwords from each Identity  but,  the flow is not deleting the Identity name (e.g. SSOP) from Infor Rich Client when we view the employee, after flow is run. We are using a WebRun node with code that works on our PROD environment.  What could be missing from our 'test' flow that stops it from deleting the employee's Identities Thanks for your assistance. ...
5 15351 0
by  ScooterJump to last post
8/15/2019 8:29 PM

Converting .prt file to Excel formats    

Started by  Scooter
Thanks for your assistance.
10 19092 0
by  ScooterJump to last post
9/5/2019 1:06 PM

System Command node    

Started by  Scooter
for example: cd /Lawson/ cp fileA fileB  
4 15096 0
by  steve fingerJump to last post
9/4/2019 1:05 PM

IPA and ADFS issues    

Started by  Joan Herzfeldt
We just switched to ADFS and my IPA inbasket is requesting the user to Login again in order to see the detail of the requisition/workunit.  The User Action node is set up with a display type of HTML and uses File Id: recsum.htm (see attached print screen).    Where is the connections between the user who’s already logged in and viewing their inbasket (with the general information) to see detail. My basic understanding is... the system is displaying the general detai...
3 15821 2
by  Joan HerzfeldtJump to last post
10/2/2019 4:18 PM

Batch job monitoring with ProcessFlow    

Started by  Scooter
I'm creating a processflow to monitor Batch jobs completion.  Using SQL node to query 'GEN' table QUEUEDJOB.    When testing query, field STATUS returns values like &91;Bf106b0  First, is this correct table to monitor batch jobs  If yes, how can we determine if job went to recovery or completed successfully when            STATUS has values like &91;Bf106b0    What am I missing    Below job PA102 ...
7 15375 3
by  ScooterJump to last post
10/2/2019 6:22 PM

Effective Date in a flow/form    

Started by  weeoooohhhh
Hey guys, so I need to obtain the Effective Date within the Transfer Flow.  There is a caveat to this though.  I have the node looking up the Effective Date variable from the PFIWorkUnitVariable table which works great.   However, once the flow gets into the HROPs inbasket, they may end up changing the Effective Date at this point within the flow.  Once that happens the PFIWorkUnitVariable table does not get updated with the new Effective Date so I can't re-look it back ...
2 14109 1
by  weeoooohhhhJump to last post
10/11/2019 2:29 PM

Issue with JavaScript Date    

Started by  tommyg-006
Good Afternoon All, I am hoping somebody else has run into this issue before.  I seem to be having with a JavaScript calculation in IPA.  We are trying to take today's date (i.e 10/15/2019) and move it forward to December so the date range starts at 12/01/2019.  However, when the script runs it returns a date of 00/01/2020.  The script works for every other month in the calendar except for 12/1.  Below is the script that we have in IPA:   Evaluating JavaScript ex...
1 14623 1
by  David WilliamsJump to last post
10/15/2019 7:22 PM

Web Run Node - File Upload    

Started by  Chad Dirst
We are successfully using IPA to call various REST API web services via the Web Run node.  In one of the calls we need to transmit a file and am having issues getting this working.  Has anyone had experience will successfully transferring files via an IPA Web Run node
3 14482 2
by  David WilliamsJump to last post
11/8/2019 7:10 PM

QUEUEDJOBS WebRun    

Started by  Scooter
I'm running a Webrun to return any job in 'Needs Recovery' status and want to know how to pull certain output fields, like  jobOwner,  jobName.  How do I pull those 2 output fields from the Webrun Output results Here's the Webrun code. /lawson-ios/action/ListQueuedJobsfilter=jobStatus20EQ20needsRecovery Below is Webrun Output results, i.e. jobOwner='u0003035' token='BN320' jobName='BN320TEST' jobQueue='**********' jobStepType='application' jobNumber...
0 3185 0
11/13/2019 9:08 PM

Referencing Business Tasks in an IPA Flow    

Started by  Tony
Hello, I was wondering if anyone has experience triggering a business task in a custom IPA flow. Specifically, I am looking to trigger the EMail Executor business task at the end of the flow, but to only process the emails that have gone into the 'New' status that same day. As context, I recently built a custom flow to trigger a 'reminder' action for our Health Module components but the emails are getting put into the 'New' status in the Email Queue. We've found that the temporary solution...
0 2217 0
11/18/2019 7:09 PM

Deleting UserIDs from Landmark Security    

Started by  Scooter
We are creating a flow to delete User IDs from Landmark Security. I'm building the code with Landmark Transaction Builder. Does anyone know the 'Data area', 'Module', 'Object Name' values to use  Thanks.
1 15277 0
by  ScooterJump to last post
11/27/2019 4:05 PM

IPA performance    

Started by  Thiago Corredor
Hello everyone ! Do you know how where can we check if exist any IPA running for more than 3 or 4 hours long   Some IPA tables or GRID can help   Thanks !
1 14897 1
by  JimYJump to last post
11/22/2019 11:47 AM

Array size limit    

Started by  Ragu Raghavan
In my flow, I need to lookup a custom table outside the Lawson schema for each transaction. The SqlQry takes a long time. I wonder, if I can do a single qry at the beginning and load the results of the Sqlqry into an Array, avoiding the multiple lookups. Catch is that there are likely to be 50,000 records in the custom table. Will that cause the LM server to crash Are there any limits to how big the array can be Thanks.
5 16910 1
by  Ragu RaghavanJump to last post
11/29/2019 9:30 PM

V11 Inbasket displays for User Actions    

Started by  Scooter
On version 11, where are User Action inbasket display files (i.e. HTML, etc.) reside   Are they configured in Infor Rich Client If so, where Do they reside on a Landmark drive if so, where  Thanks for your assistance.
2 14831 1
by  ScooterJump to last post
12/27/2019 2:29 PM

IPA - reading CSV file    

Started by  Scooter
Can IPA read a CSV file from a laptop C: drive   We are on Cloud v11. Or, must CSV file reside in another directory Landmark Thanks.  
5 15908 2
by  Todd MitchellJump to last post
1/9/2020 7:38 PM

Req Item Rec Service Definition    

Started by  Joan Herzfeldt
I&39;m trying to set up my first Trigger (previous ones have been set up by consultants). According to the "IPA Services for Infor Lawson Reference Guide (v10.0.5)" documentation the PO Receiving (PO30) has a trigger for each time a req line item is received. Service = Req Item Rec.  I set up the trigger (per instuctions) in Process Server Administrator -> Scheduling -->Service Triggers I added my  Process Definition &39;Receive_Req_Item&39; to the ReqItemRec Serv...
7 14857 2
by  Joan HerzfeldtJump to last post
2/20/2020 3:22 PM

MA60.3 Transaction Query    

Started by  AC_Slater
I am currently running into an issue where the transaction node is not performing as expected for the MA60.3.   I want to choose a specific receipt line item, mark it to be selected, and then perform the special action "Select". Unfortunately, although the XML for the transaction query appears to reflect what I&39;m looking for it to do, the receipt line item remains unselected (does not have an "X" for the FC). Admittedly, I haven&39;t had to utilize flag c...
0 3146 1
3/2/2020 10:15 PM

Javascript error .. invalid XML character    

Started by  Joan Herzfeldt
Error processing flow configuration: org.mozilla.javascript.EcmaError: TypeError: Character reference "&3" is an invalid XML character. (initJavaScriptContext1) All of a sudden we are getting the above error in our TEST system for ALL of our process flows.  (we are still on v10 IPA and Landmark and LSF.) I was testing something new and found the problem but it started on the 18th of March.  Apparently we put a windows update, etc... in place that night.  My SysA...
5 15678 2
by  David WilliamsJump to last post
3/26/2020 6:55 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 4 of 48 << < 23456 > >>


RSS Feed Available