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 8 of 48 << < 678910 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

ActorID and AgentID    

Started By  PD
When a user with their ID goes into Infor MyHR, she sees someone else's name and information and that person has a completely different ID. Terminated employee seems to be the thread, on all three cases thus far, the terminated employee ID has been the common thread......we just went live on cloud v10. How do I query the ERP (or IPA flow) to catch other records
0 4165 1
1/9/2018 7:35 PM

Security violation    

Started By  PD
I am using a LwsnTxn and WebRun node for a PR295 job. I then reference the bldxffiles utility to convert the PR295.prt to a csv file. The csv is not being created because the .prop and .grp files are not being generated neither from the job or the utility. Might anyone be knowledgeable on how to generate the .prop and .grp files with the prt job or   I am using this command: bldxffiles -SCp 382396 D:\lsenv\law/print/INFORBC_382396/pr295-ju/1  PR295.prt     I am getting this error msg: ...
2 6150 3
by  PDJump to last post
1/2/2018 1:00 PM

Trigger WFWK.1 in a non-Design Studio form    

Started By  Roger French
I've got a custom htm form I am using for a customization. It's working. It's not a Design Studio form. Design Studio is not available on this environment.   So question, I've tried the 'normal' method of using the portalWnd.AGSPath in the call to WFWK, but, in the html form, it does not work. I've spent alot of time debugging why it won't work. There isn't any error messages, but the javascript function does not like the method of  var s = portalWnd.AGSPath .....   So question. Does an...
2 3621 1
by  Roger FrenchJump to last post
12/22/2017 12:16 PM

Where do SQL Procs go???    

Started By  dcasper70
IPD v11.0.1.43,  single tenant, cloud, SQL Server. A developer had created a SQL Procedure using the 'Create/Update SQL Procedure' option.  Now that proc is available to me in the 'Run SQL Procedure' option -> Select -> 'SQL Procedure Selector' window. Original developer then deleted that SQL node from his original flow.  The proc exists, but we don't have a copy of the original source. Is there any way for us to view the SQL behind that proc Does it actually create a stored proced...
2 3210 0
by  dcasper70Jump to last post
12/21/2017 2:38 PM

Create a field of spaces    

Started By  FireGeek21
I am using process flow to build a fixed field .txt file.  Several of the fields require a specific number of spaces because no value is being passed.  In SQL it is quite easy to use space(10) for a field with 10 spaces.  How can I do this in an Assign node maybe with javascript  I have tried the addtrailingspaces(' ', 10  but the spaces appear as 202020...  instead of true spaces.  Using '      ' is out of the question because the header and trailer require over 2,000 spaces each. Than...
3 3453 0
by  FireGeek21Jump to last post
12/12/2017 4:15 PM

Encryption Node    

Started By  Jessica M
I need to encrypt an outgoing file to a 3rd party vendor using the PGP key they provided.  Do I need to provide that key to Cloud Services to install in our system  Is that where I get the 'service name' for the encrypt node  I would greatly appreciate any assistance.  Thanks, Jessica
2 2883 1
by  Jessica MJump to last post
12/12/2017 3:57 PM

Add Approval History to Email Notification    

Started By  JonA
One of our medical center presidents asked if he could see who has approved a requisition before him in the email notification.  He's at the top level (level 5) so he would like to see who approved at levels 1-4.  I've been able to add the history to the notification email by adding this...         Which looks like this APPROVER ACTIONS Level 1 approved by M123450 Level 2 approved by A95687 Level 3 approved by O159757 Level 4 approved by J76213 But the problem is that our user id ...
4 4164 1
by  Kat VJump to last post
12/5/2017 6:39 PM

How to bypass AGS error prompt?    

Started By  Lance Jurgensen
I am trying to delete an employee group - HR55.1 and when that group contains employees the system prompts you to hit Delete again to confirm.  Anyone know how to bypass that in the AGS call LwsnTxn5370_errorCode = 5 LwsnTxn5370_informationCode = 197 LwsnTxn5370_returnMessage = Warning-Employees in group; okay to delete
1 2971 0
by  John HenleyJump to last post
12/1/2017 9:34 PM

Webrun /lawsion-ios/action/AddAttachment    

Started By  Lance Jurgensen
I am attempting to add a Delivery comment to the POLINE.  One of the things I do not understand and can not find documentation on is what the K1 through K5 should be. I am guessing here on these settings from running this ListAttachment in the browser and looking at the values it spits out. The editor is killing the text I'm trying to put here, please see attachment
4 4095 1
by  Lance JurgensenJump to last post
12/1/2017 1:26 PM

Dynamically change SQL Proc in IPD?    

Started By  dcasper70
IPD v11.0.1.43,  single tenant, cloud, SQL Server.  Business has about a dozen or so bonus programs.  Each program has different criteria, run dates/frequencies, and payout amounts.  We're attempting to use a single flow to create the EmployeeSpecialIncentivePayout (ESIP) business class records for the desired program.  We figure that all the ESIP entries can be done in one Landmark transaction node, and all that we need to vary is the SQL that runs to get the people and payouts and other ...
1 2872 0
by  dcasper70Jump to last post
11/28/2017 9:26 PM

SQL Count not showing as variable    

Started By  Nabil
Hi All,   I'm running a SQL query and doing a count which should determine how the flow would proceed, however, when I try to pull the Count on my Branch Node, I'm failing to see it.   Any ideas why this is happening  Here is the SQL SELECT PAY.APCOMPANY ,PAY.INVOICE ,PAY.VENDOR ,PAY.INVOICEURL ,to_char(cast(PAY.USTIMESTAMP as date),'DD-MM-YYYY') as UPDATE_TIME ,PAY.CREATIONDATE ,PAY.USTIMESTAMP ,API.INVOICE ,API.L_INDEX ,URL.L_INDEX ,COUNT(URL.L_INDEX) FROM devapia.PA...
2 3523 1
by  NabilJump to last post
11/16/2017 9:52 PM

AddAttachment via process flow    

Started By  Nabil
Hello,   Has anyone implemented the AddAttachment that's supposedly replacing writeattachrec.exe SERVER: PORT/lawson-ios/action/AddAttachment Lawson documentation has this as an example POST data but I haven't been able to get it to work. I'm looking to add Invoice comments to APINVOICE from our Landmark Financial suite.   Attaching a KB article (1937446) that talks about the replacements for writeattach   Thanks, Nabil
2 4135 2
by  NabilJump to last post
11/13/2017 4:37 PM

processflow trigger    

Started By  edison
Apologies for the very basic question;   We're migrating from v9 to v10. I need to have a process flow execute when a user changes their address in ESS.  I'm just assuming that the EMSSAddrChg service is the key to running the process flow (that's what I saw in our v9 bpm/menu.do.) I made a very simple processflow that just sends an email and upload it.  Then on Process Server Administrator > Configuration > Service Definitions Double click on EMSSAddrChg Click the create icon,  pi...
15 7101 3
by  edisonJump to last post
11/9/2017 6:10 PM

Trigger flow on data change    

Started By  Kidd Kasper
Process flows are uploaded to the server in a few different PFI tables. I have a flow that will query those tables, create a summary document, email the developer, etc. It's easy enough to schedule my process flow to run every hour to look for any other flow that was uploaded in the past hour.  However, I would love to be able to trigger my flow based on a new record in these PFI tables (new flow having been uploaded). Anyone aware that this is even possible
0 3497 0
11/7/2017 4:52 PM

S3 Adapter    

Started By  Lynne
Hello- I am looking for some help on the S3 Adapter node in IPA.  The manual says to run process FormFldLoad to get the fields loaded in rich client for my form.  Does anyone know where to find it or how to run it  I found a rich client form that has some of the S3 form fields built out.  Do I have to add all my fields manually  Thanks!
0 3345 1
11/7/2017 2:31 PM

PATCH web API triggered from IPA flow    

Started By  brox07
I'm trying to run a web API, using the PATCH method, that our web dev team developed.  I set up a webrun node with the information that I needed but it's returning an 'Invalid HTTP method: PATCH' error.  I tried using 'POST' with 'X-HTTP-Method-Override: PATCH' in the Post String with no luck.  Has anyone had any experience with this  Any information would be greatly appreciated.
3 3727 1
by  David WilliamsJump to last post
11/4/2017 12:47 PM

po30 - PO Overshipment not trigger    

Started By  PD
In Po30, when the quantity received is greater than what was ordered, it should create a work unit with the 'has buyer message'. The buyer message is created but it does not trigger a work unit through 'PO Overshipment' Service definition. What is my problem   Thanks
1 3197 1
by  Kat VJump to last post
10/30/2017 6:44 PM

SysCommand Node - Landmark Command    

Started By  Maestro
I have tried to search for the answer prior to asking this but unfortunately when trying to go past page one of posts i'm getting an error. I'm sure this is relatively simple answer. When using SysCommand node how can i reference a landmark command like dbupdatelobs and wait for it to finish   Thanks Michael
3 4484 2
by  JimYJump to last post
10/30/2017 11:01 AM

IPA Enhancements    

Started By  ALB
Our version of Landmark is 10.0.  We will be engaging ICS to update our environment.  The suggested version of Landmark is 10.1.1.42.  I remember about a year ago there was a webinar about the various CUs and the impact on IPA.  I believe CU 48 had many performance enhancements.  When I look at the Infor technology blogs, it appears that the webinar is no longer there as Landmark version 11 is available for LSF 10.0.9.  Does anyone have any suggested CUs  Would going to Landmark 11 be in our be...
1 3334 1
by  David WilliamsJump to last post
10/25/2017 12:06 PM

XML Output of Lawson Transaction Activity    

Started By  Layne.Ingle
I was wondering if you might could help with something.  This is XML output from a Lawson transaction.  I need the value called REQUEST-NBR, so I would want 1153 returned.  What can I use to extract this into a variable so I can use it.   Thanks   LSAPPSPD10.1TRUEPD10.1AGCSGreenville County Schools>11530NewCard CompaniesNT00005704212350Mickey Mouse106134Terese McSharrytmcsharrgreenville.k12.sc.usGCS       0000000000001153Add Complete - Continue000001TC
0 3154 0
10/24/2017 1:04 PM

Landmark: Provisioning - Account Disabled Flag    

Started By  Bob WCHN
In ISA, on the Landmark Tab, there is an Account Disabled checkbox. I can't find a means of setting this flag with a Landmark Transaction Activity Node. I’ve tried setting the IsActorDisabled and AccountLockout.IsAccountDisabled Flags for the Actor and tried doing a ‘DisableActor’ update, but the checkbox still is unchecked. Then, I thought that maybe the flag is a reflection of the DELETEFLAG value (off for 0, on when the DeleteFlag has a non-zero value) in the GEN ACTOR Table, but neither th...
4 3480 2
by  Bob WCHNJump to last post
10/19/2017 2:40 PM

Creating excel xlsx file instead of csv    

Started By  HDAustin13
Hello All, I have a flow that using SQL to produce an output to CSV file but the vendor keeps having an issue of opening it. In order to successfully open it, he has to rename the file extension from .csv to .xlsx each time. Does any know if IPA can produce an output excel file to .xlsx instead of .csv file Can you please advise Thanks, Han
12 5262 5
by  jamesracesonJump to last post
10/10/2017 11:34 AM

sending email-smtp settings    

Started By  edison
Hello,  I'm very new to lawson. I started this job last month and we're converting from v9 to v10. Still getting to figure out all the terms.  I've been tasked to convert our old process flow in v9 to the v10 Infor Process Designer(IPD) I created a test processflow that just sends email. I could not get this to work. I always get an authentication failure. Our sysadmin has supplied me with the username/password for the smtp server. There is an online tool called 'Process Server Administrato...
2 3702 0
by  edisonJump to last post
10/4/2017 7:23 PM

Workload Manager Tools    

Started By  Kyle Jorgensen
Is anyone using Control-M (a cross-application and cross-platform workload management tool) with Lawson and/or Landmark If not Control-M, any other workload management tool Thanks in advance, Kyle Jorgensen
4 3230 1
by  Kyle JorgensenJump to last post
10/3/2017 12:04 PM

IPA Inbasket user guide    

Started By  Karen Ploof
I cannot find anything on the Infor site that would help us understand what all the bells and whistles in the InBasket do.  It's taking us a while to play around with each and I'm hoping someone out there has some kind of documentation. So far Infor helpdesk has not come up with anything.
1 3827 1
by  heartlandJump to last post
9/22/2017 2:40 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 8 of 48 << < 678910 > >>


RSS Feed Available