Forum: IPA/ProcessFlow

52 Subscribed to this forum
Page 13 of 48 << < 1112131415 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Pushing and Pulling Files via FTP      

Started By  DaveW
We have a need to push and pull files via FTP using PFI to and from external client servers.  What is the easiest way to do that
6 9761 0
by JimY

Process Flow Integrator      

Started By  prakash
Hi, Can any one help me with the Process Flow Integrator for M3. I am new to this. Any tutorials or documents may help me. Thanks in advance.
5 7554 0
by cymaano

Process Flow Approvers on Vacation      

Started By  Jeremy
We have a Process Flow for requisitions approvals that is based on Accounting Units, Dollar Amounts, and Approval levels.  Example:  if it is for a certain dollar amount, it goes to the dept. manager for that accounting unit for approval.  After that, if it over a certain dollar amount, it goes up the chain to the director of that accounting unit. My question is this:  How do other places handle users going on vacation  Currently, if a Vice President, for example, goes on vacation, I hav...
29 20291 4
by Wil Power

Trigger Flow within a FLow/dynamically.      

Started By  tambrosi
Hello all,  hope somebody can point me in the right direction, I need to set up a process flow that can kick off another process flow within it. I tested with the trigger node, and can see the process run,  my problem/question is, under the trigger node in IPA, is there a way to make the triggered process a variable that can be set.   Example:   Main IPA Process will run,                           Based on some criteria,  I will need to run, IPA Process A or IPA Process B,  I would like to pas...
17 7221 5
by tambrosi

SQL versus standard Lawson queries      

Started By  Terry P
A few of us at work today had a 'philosophical discussion' on the merits of the 'best practice' for writing Process Flows (IPA or PFI). One developer is very skilled in SQL, so whether it is writing a Crystal Report or a Process Flow - he uses SQL over other methods. My take (with limited SQL knowledge) is while SQL might be more efficient, the advantage of Process Flow is you can visually figure out what is going on, and is easier to read and understand. Three or four nested queries is better t...
27 13660 8
by cymaano

Email authentication action Process Automation      

Started By  CMNew
With Process Automation I can set Action items to take place from emails - Approve, Reject etc If the user who receives the approval email forwards that email to another user, the user its forwarded to can also take an action and basically impersonate the original intended approver. Is there any way to prevent this from happening
20 7790 5
by Thibaud Lopez Schneider

Req Approval - Multiple users      

Started By  Lynne
We'd like to make our capital req approval process more efficient by sending the approval request to 4 users at one time.  Currently, they are sent sequentially and it doesn't move on to the next approver until the one prior has approved it.  This slows down the process.  To accomplish this, I set the UA options tab to '  of recipients take a specific action' at Approve for 100.  It seems to work in that it doesn't move on until all have approved.  The problem is that I would like to write a...
4 3794 3
by David Williams

Add Actor to Landmark via IPA      

Started By  Willie
I have a flow which adds new users to LSF nightly. We are upgrading to Lawson 10 and would like to add a node to add the users to Landmark. Can anyone offer some guidelines on this node as searches have not been very helpful. The majority of the adds are for EMSS users. Any assistance greatly appreciated.   Thanks
17 6486 1
by Thibaud Lopez Schneider

Is there a limit to resource querry i IPA      

Started By  xxxxxttysfh
Limit to Resoiurce querry in IPA   i am not ble to queery all user using Lawson reource query node
1 2975 0
by Deleted User

Build a tab delimited file      

Started By  charliewilliam
I am trying to use PFI process flow to create a tab delimited file.  Using SQL to pull data.  What do I use for the tab delimiter  Is there something I can use in the SQL node to string together all the data  Tried \t including assigning it to a variable.  Also tried char(9) to string data along as well.     Thoughts     Thanks!
2 3400 1
by charliewilliam

Adding years to date function      

Started By  Roger French
Old Processflow in V9,  Date = getDateDME(AddYear(pfDate(Query1_BIRTHDATE,'mm/dd/yyyy'),AgeVar))   Let's say Birthdate = 2/1/1990 and AgeVar=40 Where Date is defined as a String type. Query1_BIRTHDATE is from a DME query. AgeVar is an integer. This returns a correct formatted date: Date =  2/1/2030 .   In IPA in V10, this same flow  returns an incorrect string. It returns Date = 2/2/199040 In other words, it is concactenating the AgeVar to the Birthdate. I'm fairly certain this has b...
0 3002 0

UA Node Question      

Started By  Srini Rao
I created a CER approval process, as part of the set up I created a TASK called ”CerBuyer” and group of buyer assigned to the task.   When new req goes to CerBuyer’s Inbasket flow is sending an email to every buyer defined in task. (I’m using the UA). Instead of every buyer receiving the email, they like me to send it to generic email and buyers will work on the queue.  How do I do it
10 3969 2
by Srini Rao

IPA Designer Issues      

Started By  JonA
We're having some issues with the IPA Designer.  First, when I log in I immediately get this error.  The application still runs and I can see/modify the flows. And here's the full details for the error... java.io.FileNotFoundException   Aug 25, 2016 7:40:23 AM EDT      Plug-in Vendor: Infor   Plug-in Name: Infor Process Designer   Plug-in ID: com.lawson.bpm.designer   Product Version: 10.0.3.v201511232056      Exception detected in Class: com.lawson.bpm.designer.util.LoginConnection ...
2 5557 1
by JonA

Command line to add Users and Tasks in IPA?      

Started By  Thibaud Lopez Schneider
Hello,   How can I programmatically add Users, Tasks, and User-Tasks to a specified data area (e.g. DEV, TST) in Infor Process Automation (IPA) That's PFIUSERPROFILE, PFITASK, and PFIUSERTASK in the IPA database.   I need to synchronize M3 Users (MNS150), M3 Roles (MNS405), M3 User-Roles (MNS410), and M3 Email addresses (CRS111) with their counterparts in IPA. That's for Infor Smart Office users to take action in the Inbasket for approval flows.   With the command secadm.bat I can create ...
6 5587 1
by Thibaud Lopez Schneider

IPA User Actions - Sending emails from Main Config      

Started By  Preston Burdwell
I have been struggling with a problem that exists when I use the IPA User Action to send emails. I can send emails correctly if I use our system configuration name, but then my display exec: recsum.htm displays an error 404 (File not found) in the users Inbasket. If I use the main/default configuration name with User Action Node, the display exec works, but the emails fail with the following error: Notification failed with javax.mail.AuthenticationFailedException: No authentication mechansims ...
4 4451 2
by Thibaud Lopez Schneider

Reason code via email?      

Started By  Thibaud Lopez Schneider
Hi,   Is it possible to enter a reason code and reason comment when taking action via email The UserAction activity node shows the reason code popup in the Inbasket, but not in the email, the click on the button 'Approve' goes straight to 'Your action (Approve) has been processed'.   Thank you.
2 3261 0
by Thibaud Lopez Schneider

Send email by Actor ID?      

Started By  Thibaud Lopez Schneider
Hi,   I have an email activity node in a process flow, and I need to set the To: field to an Actor ID, not to an email address. I was hoping IPA would resolve the Actor ID to the email address that is stored in the Contact Info of the Actor, but it doesn't, thus the SMTP server throws an error that the recipient doesn't exist. How to do that   Otherwise, I added a Landmark Transaction activity node to Find the Actor by ID, it works, but it only reflects the Actor ID as an output, and I don'...
2 2654 1
by Thibaud Lopez Schneider

SQL Query Date Cast/Convert Oddity      

Started By  Ethan
I was cleaning up some of the date output from selects in SQL Query nodes this afternoon, removing the time from datetime fields using CONVERT(DATE,DATEVALUE) and noticed that when I ran the LPA, two days were removed along with the time. I checked a few different date fields and they were two days short of the date value stored in the database. I set up an isolated test, creating a LPA flow with a single SQL Query node with the following select statement: SELECT CONVERT(date,GETDATE()), GETDAT...
0 3406 3

SysCommand      

Started By  charliewilliam
Hi, I am trying to copy a file using the SysCommand node and running into some trouble.  Hoping someone can assist. Here is what I have but I am getting an error:  The system cannot find the file specified.  This is the very path I am using to create the file - works just fine.  At the end of the flow, I want to copy the file to an Archive folder and now it is saying it cannot find the file.  BUT, it is there! SysCommand - Command: Copy \prod\work\Vendor_Files\OutFile.csv \prod\work\Vendor_F...
12 3613 1
by charliewilliam

PFI Mapping      

Started By  Srini Rao
Hello - we are migrating from PFI to IPA migration.    in V9 PFI, we used lot of map Map(s). Now in V10 we do not have map future, how do we do it   Thanks Srini
4 2980 2
by Srini Rao

IPA XML Node      

Started By  ArthurThum
I have an XML file along with and XSD schema and I am trying to get the XML node to work and I have several questions not easily found in the doc. 1. How does the input data get to the XML node Does it need to be within a file or data iteration If so how is this specified 2.I assume for Output parsing that the XML node with give me 1 itterration per record. Is this how it works. 3. Any examples of its use for parsing XML input files would be helpful. Thank you
1 5397 0
by Rick McCahan

Edit list in Excel option      

Started By  Greg Moeller
Our 'Edit List in Excel' option remains dithered. Yet, I've followed everything that the install docs and even a call with Infor have suggested. Is there a setting that I'm missing somewhere See attached.
8 3513 2
by Greg Moeller

Workflow is not enabled      

Started By  Brett
We are in the process of upgrading from on premise 9 to hosted 10 and we just finished refreshing the data. We have 2 workflows that were working prior to the refresh but now they are not. We have checked that Service and Process definitions for both workflows are enabled. The workflow flag in GL10.1 is set to 'Y' for journal entry and the Requisition approval type is set to 'Header using Process Flow' for the req approval flow. Is there any where else I can check to see why these flows aren't w...
4 3996 1
by David Williams

IPA and attaching files/data      

Started By  andi
Hello, We are V10 implementing IPA.  We have a number of sketched process flows that start with a fillable form.  Along the way in the process flow different associates need to update the form with different information/data.  Does anyone have something in place for a process like this Right now we are thinking the form will have to live on a shared drive and folks will have to access it there in order to update the information as necessary, but was hoping someone might have a suggestion for ...
0 3323 3

OBJECT-NAME      

Started By  Ragu Raghavan
On PF, when creating a work-unit, I could specify an Object_name (usually an index, PCTSET1 etc.). This object was defined in the Administrator (menu,do). I assume on IPA, this is the 'Apps Key' Where/how do I set this up Thanks.   Ragu
0 3394 0
Page 13 of 48 << < 1112131415 > >>


RSS Feed Available