Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Raju
Past 24 Hours:
1
Prev. 24 Hours:
2
Overall:
5205
People Online:
Visitors:
269
Members:
0
Total:
269
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson Smart Office
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor CloudSuite
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:39 PM
Hi, I need help with an error on syteline while us
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1369
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Forums
Integration / Customization
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.
Search this forum:
164
Subscribed to this forum
Page 41 of 48
<<
<
39
40
41
42
43
>
>>
Topics
Replies
Rating
Status
Views
Subscribers
Last Post
L_HRQH and Requesition Header Display Only Comments
Started By
Joe Haveman
I'm working with the ReqHeader, RQ10 and RSS. I've got a request to update our recsum.htm and I need to find this particular data. The data is entered on the RQ10 by clicking the 'Add Comment' button in the middle of the page or using comment codes in RSS (req self service). I've been told that the comments are here: Comments are stored in the product line in what is referred to as the 'L_index'. The convention is L_HXXX or L_DXXX where the 'H' stands for header record and the 'D' for det...
2
4223
0
by
David Williams
12/18/2009 12:28 PM
Oracle JDBC Configuration for Process Flow failed
Started By
JavaCafe
I try to configure oracle JDBC for process Flow but unsusscessful. Here is what I did: On PF server (Windows server 2003): - Placed oracle driver jar file (ojdbc14.jar from Oracle site) in $GENDIR\bpm\jar directory - Add the following line in pfserv.cfg file to include the driver jar in classpath: pfserv.common.classpath.5GENDIRbpm/jar/ojdbc14.jar - Restart the PF server. On Designer Desktop: - Placed the same driver jar file in \lib directory - modified the designer.bat file ...
17
8593
2
by
RussB
12/15/2009 8:12 PM
Trigger from Batch Program
Started By
John Cunningham
I am trying create a process flow in a batch program. Does anyone have an example. I am using the basic trigger, and it cannot find the service and create a work unit. Can you use a basic trigger from a batch program
2
2805
0
by
John Cunningham
12/9/2009 1:42 AM
Supervisor direct report list
Started By
khart
Is there a table or file that contains the list of people who work under a supervisor in Lawson I'm trying to use PF to send a list of people working under a supervisor. Thanks! Merry Christmas
3
3623
0
by
khart
12/8/2009 4:46 PM
pflow query output is not defined error
Started By
Duane
I need help on a process flow query. When I run a query against the REQHEADER table, I pull the field ACTIVITY. I do a substring function - if the ACTIVITY number starts with 01, 02, 03 do this, if not, do another. This logic works, however, not all Requisitions will have an ACTIVITY number. So I'm trying to instruct the flow if no ACTIVITY exists, just keep on going. So far, I've tried ACTIVITY == '', != '', == 'undefined', != 'undefined, > '', = '', > null, = null. I keep getting the same ...
4
3314
1
by
Duane
12/2/2009 5:52 PM
SSL Error Using Administrator
Started By
Joe Haveman
I've worked mostly in our dev environment. Our administrators are using SSL for our prod environment. They want me to debug a process flow in prod. Upon using ProcessFlow Administrator and checking the 'SSL Enabled' checkbox, I get a huge java error/stack trace basically indicating: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I've gone into IE and...
3
5054
0
by
Jimmy Chiu
11/24/2009 6:55 PM
New line on File access Node
Started By
John Cunningham
How do you put a new line on the end of a line in a unix file using the File access Node.
2
3045
0
by
Sam Simpson
11/23/2009 9:48 PM
email found / not found - Lawson's reqapproval branch
Started By
Duane
Anyone decipher Lawson's reqapproval flow When using a resource node to query email of a requester, assign node takes a variable NOTIFY_EMAIL and assigns it to the requester node email output. For email found, Lawson's branch says NOTIFY_EMAIL > ' '. for email not found, Lawson's branch says NOTIFY_EMAIL = ' '. What values am I polulating the ' ' with Also, NOTIFY_EMAIL is set up as a string, but Lawson't branch is using >, normally used with Integers Can someone explain, or recommend another...
4
2947
0
by
Duane
11/20/2009 7:07 PM
PF Notice setup for non-lawson users
Started By
Ellen Melton
Looks for all options for how to setup process flow notices that need to be sent to individuals that are not Lawson users, do not have RMIDs setup in security, and are outside of our company network/email system. For example, we would like to send HR Termination Notices to our third-party vendor who manages our voluntary benefit options. Is the only option to hard-code the external email address into the Process Flow design or to setup a 'dummy' RMID We are not using Integrator yet.
1
2720
2
by
David Williams
11/11/2009 6:04 PM
PF menu.do service variable definition
Started By
Deleted User
I am having a problem adding a variable in my pf admin tool so I can use it in my process flow. I added a User Field that I then attached to my action in PA50. In MSS, I can select one of the three values and submit but how do I capture that selection and store it for use in my process flow I've tried setting these variables up in Service Variable Definition: HRU_FIELD_NAME size 20; PCO_CODE size 10; PCT_NEW_VALUE_1 size 10. The rest of my MSS items work now and workunits are being created ...
5
3718
0
by
David Williams
11/2/2009 10:09 PM
Variable disappearing after User Action node
Started By
Lance Kelley
I load a string variable early on in my PFlow that is used much later in a branch, but after debugging a bit, it's clear that the variable is emptied after a User Action Node. It just disappears, or more strictly, it is cleaned out and changes from 'YES' to ' ' yet it isn't referred to in any of the nodes around the area it gets 'cleaned out' in. Anyone else seen this or have a workaround to fix it Thanks!
3
3082
1
by
Lance Kelley
11/2/2009 1:14 PM
UserAction user list
Started By
Joe Haveman
I am testing a process flow with 6 new users. I am able log into the portal with their accounts and view their inbaskets. I am adding them to a UserAction by username instead of task. I have verified that I am able to add my user account. When I add the properly spelled, uppercase/lowercase username of one of the 6 new users, I get an error in flow administration saying that they are not valid flow users. 'Error in first queue call. No valid users or tasks with valid users were assigned.' ...
2
3613
1
by
Joe Haveman
10/29/2009 7:21 PM
JDBC Driver Setup for PFI on Unix Server/Oracle Database
Started By
Preston Burdwell
Hello everyone, I was wondering if anyone can help with a JDBC driver setup for ProcessFlow Integrator on a Unix Server, Oracle Database. I have the ProcessFlow Designer working when run locally, (thanks to suggestions from this forum!), but I have yet to successfully run the same flow on the server. I have placed the ojdbc14.jar file within the $GENDIR/bpm/jars directory, as suggested by Lawson Documentation, and restarted ProcessFlow servers. I still receive the following errors: SQLException...
3
4646
1
by
Preston Burdwell
10/27/2009 6:14 PM
Question about Websphere MQ and PFI
Started By
David Burnham
We have a need to take transactions from an external system and process them through a series of Lawson transactions. The transactions will take place on several different Lawson screens and so this seems tailor made for Process Flow. The external system can push the data to us through a SOAP message. At this time sending the data via an FTP process is not an option. We have been working with some consultants who advised us to use Websphere MQ for this process. Unfortunate we have hit some roa...
0
3935
0
10/27/2009 5:43 PM
How do you document flows?
Started By
Paul Gallucci
My understanding is that the 8.0.3 processflow files, (.flo), are in a proprietary format, therefore it's not possible to use the .flo files themselves to generate documentation. Am I wrong Is there a trick or utility I can use to read a .flo file How are others documenting flows Are there better tools in version 9
6
3692
2
by
John Henley
10/8/2009 11:04 AM
Standard PF v 9.0.06 with Lawson LSF9 User task updates
Started By
Deleted User
Hi, I'm new to Lawson Guru and learning PF. Has anyone found a good way to update user profile, user task definitions and user task categories I know in v 8.x we could use the MS Add-In. We just migrated to Lawson Security and consolidated user accounts to their network ID. We missed a bunch of ID's which which had assigments in PF. I'm looking for a way to update these using a Lawson tool so that I do not have to type the values manually. Any input will be most appreciated
1
2994
0
by
JimH
10/6/2009 10:50 AM
PF Pro HRUserAction node error
Started By
Deleted User
What does it mean when I get this error in the PF Activity Log 'Multiple RM Ids found for Company: 100, Employee: 123456, identityName: STAGING_EMPLOYEE The node is able to find the correct supervisor for the employee having an action according to the log but then I get the above error.
3
3201
1
by
John Henley
10/3/2009 10:12 PM
Best approach for Birthdate interface
Started By
April
Hello - I am building an interface to run monthly and grab all of the employees who have a birthday that month. I then am emailing the list to the manager (or at least that is my goal). Right now I have it setup to email the manager, but it occurs multiple times depending on how many employees have a birthday that month. Would it work if I sent all of the employees with a birthday that month to a file and then somehow pull from that file for the email in order to generate a list I also ha...
4
3556
2
by
John Henley
10/3/2009 10:06 PM
Can a ProcessFlow submit a job
Started By
Joe Haveman
I'm working with a flow where we are loading the BL98.1 and BL98.2 from an external source using JDBC. Afterwhich, I need to submit a predefined BL520 then BL122 then BL123 then GL190. Does any know how to SUBMIT a job using ProcessFlow I am using the Transaction object. It has the Add and Change buttons (along with the others), but it doesn't have the SUBMIT button. Is there a different way to submit a job using PFI Thanks! Joe
2
4376
2
by
Joe Haveman
10/2/2009 3:38 AM
Processflow Attachments
Started By
RandyH
Hello, I would like to know if any of you have found a way to attach a document to a flow. Situation: We are implementing a personal action flow on a Merit increase. We would like for the Managers to upload the Review documentation at the same time they enter the Merit increase. Ideally when the flow reaches compensation all the required documents would be attached to the notification or inbasket for their review. Any information or ideas on this request would be appreciated.
8
4638
5
by
Greg Gotlin
9/30/2009 8:09 PM
Workunit not creating in LSF9 after install
Started By
Aida
We are in the process of upgrading from 8.03 to LSF9 and we are having trouble getting a workunit to trigger once adding a requisition. I am able to trigger the workflow from Processflow Admin Tool and it does create a workunit, so I know that the Service, criteria level, and process definition are setup correctly....however, when I go to add a req through rq10 the req does not get picked up by pflow and workunit is not created. I am thinking that there is something that is missing in t...
9
3572
2
by
Aida
9/21/2009 3:40 PM
PF workunit creation from MSS
Started By
Deleted User
I can successfully start off a process flow from the PF Admin. Tool using the Process Flow trigger page. I use the ServiceAsynch - Service in the drop down box and I use the Service / Process Name that starts out my flow. I'm passing the action code from the PF Trigger page also that I want to be evaluated in the flow. BUT why can I not start off the same flow from mss personal action page I have an email node that should tell me if the flow is started off before anything else is done in th...
2
3181
0
by
Deleted User
9/16/2009 1:58 PM
Update the subform of its main form
Started By
wintergreen
How to make a transaction call to update a child form (subform) which depends on the update of its parent form For example: For service PO, when users change the QTY from 2 to 1 on PO20.1, and service code from Q (quantity and cost) to A ( Amount). The PO20.1 will jump to PO20.3 and ask you to change the “Exclude from AOC’ from N to Y. In the process flow, we can change the QTY and Service code on PO20.1 but don’t know how to make an update on its childform which is PO20.3...
5
4804
0
by
wintergreen
8/25/2009 5:36 PM
Looping through all records while adding some to the inbasket
Started By
Mona
I have a scheduled process flow that will read the data stored on BS31 and determine which records needs an EOI and which ones does not. Processflow adds the record that need an EOI to the inbasket to either approve/deny. The problem we are having is when the first record goes to the inbasket the processflow is held up until somebody takes action. How do I put the record in the inbasket and move on to the next record so that all records will be read. And have all records that either shoul...
5
3547
1
by
David Williams
8/25/2009 12:52 PM
PFI access to user field on HR11
Started By
SteveT
We are trying to update a user defined field on HR11. PFI likes to reference form fields and not file fields. Anyone know what form or how to reference a user defined field
1
3184
1
by
SteveT
8/25/2009 12:41 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 41 of 48
<<
<
39
40
41
42
43
>
>>
General
--Dealing with Lawson / Infor
--SOx Compliance
--Career Development
--Staffing
--Hosting / Cloud
--User Group Announcements
Infor / Lawson Platforms
--Lawson Landmark
--S3 Systems Administration
S3 Security
--M3 Application Foundation
--M3 Workplace Foundation
--Infor CloudSuite
User Experience
--Lawson Portal
Lawson Design Studio
--Lawson Smart Office
Mashup Designer
--Infor Workspace
--Infor Social Space
--Lawson Add-Ins for Microsoft Office
--Mobility
--Lawson Enterprise Search
Integration / Customization
--IPA/ProcessFlow
--Infor ION
--S3 Interfaces/Conversion
--S3 Customization/Development
--S3 Application Upgrades
Human Capital Management
--Lawson S3 HR/Payroll/Benefits
--Infor Global HR (GHR)
Financial Management
--Infor CloudSuite Financials
--Lawson S3 Financials
--Lawson M3 Financials
--Infor FMS
--Lawson Services Automation (PSA/SA)
--Lawson Budgeting & Planning
Expense Management
--Infor Expense Management
--Lawson Time & Expense
Enterprise Resource Planning & Manufacturing
--Lawson S3 Procurement
--Lawson M3 Manufacturing Operations
--Infor ERP (Syteline)
Supply Chain Management
--Infor SCM
--Lawson S3 Supply Chain
--Lawson M3 Supply Chain
Enterprise Asset Management
--Infor EAM
--M3 Enterprise Asset Management
Performance Management
--Lawson Business Intelligence/Reporting/Crystal
Smart Notification
--Lawson M3 Business Performance Warehouse
--Lawson Opportunity Analyzer
Lawson Healthcare
--Cloverleaf
--Lawson MediSuite
--Analytics for Healthcare
Job Fair
--Positions Available
--People Available
LawsonGuru.com
--LawsonGuru.com Support