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:
BDell92
Past 24 Hours:
0
Prev. 24 Hours:
1
Overall:
5275
People Online:
Visitors:
475
Members:
0
Total:
475
Online Now:
New Topics
Lawson S3 Financials
Applying credits to open AP invoices
4/28/2025 1:26 PM
Hello, I am new to the Lawson system and after ru
Lawson S3 Financials
Lawson APIA
4/28/2025 1:22 PM
Has anybody recently installed Lawson's APIA m
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
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
1375
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
Please
login
to add a topic.
Search this forum:
52
Subscribed to this forum
Page 31 of 48
<<
<
29
30
31
32
33
>
>>
Topics
Replies
Rating
Status
Views
Subscribers
Last Post
Process Flow Change Control
Started By
gastonak
I need to establish a software change control procedure for the release of Lawson process flows into Production. Unfortunately, a Lawson process flow could consist of customized triggers written through Design Studio or COBOL, the enabling of services, creation of tasks, and the upload of a PF into the server. The idea of creating a second process flow that will act as the Installer for the first process flow could create the tasks and service criteria but still can’t release the entire PF packa...
3
5869
0
1/25/2012 3:23 AM
by
Jeff Pratte
pf variable problem
Started By
thanef
When I query the persaction table with pf and retrieve a record for a manager self service pay rate value all I get is this inside the pf variable: 000000000024900000 I have tried trimming, rounding, and substringing. Has anyone else accomplished transforming this value into a readable state inside pf
7
3355
0
9/14/2011 7:14 PM
by
thanef
Req Line Approval/Return
Started By
Roger French
I've developed an approval/return flow for Requisition Lines. However I'm noticing that if I Unrelease just one single line in the flow (using AGS on RQ13.2) it will actually unrelease ALL of the lines, which I think is incorrect. It should only unrelease a single line..... Anyone else seeing this Windows, on 9.0.1.5 apps.
4
3681
0
9/14/2011 8:05 PM
by
Roger French
Retrieve hostname and OS in Landmark Pflow
Started By
Woozy
I have a Landmark Pflow, and I'd like to determine the hostname and OS at runtime. I figure there are probably JavaScript functions to do this, but I can't get anything to work. Any ideas or suggestions Thanks!
0
3706
0
Schedule a ProcessFlow to run every two weeks
Started By
agersh
Has come across this situation I have a PF that needs to run on Monday every two weeks. I know that using the PF Scheduler I can schedule the PF to run ever Monday (weekly) but not every two weeks (biweekly). Is it possible to run a PF from a Windows command prompt My thoughts are that I could use the Windows Task Scheduler to run the PF every Monday biweekly.
5
5934
0
9/29/2011 2:20 PM
by
Shane Jones
Working w/ PF Triggers - PA52
Started By
BlackSVT03
The object is to send email noticiation on status changes on the PA52. So I found the documentation on Lawson (article 557613) and I have setup the the Service, Service Variables, Service Criteria and the Service Process. I've tested it and the WorkUnit status is Process Completed. It returns correct data in the String Key and I see that is is being wriiten to the WF table. Now, how do I incorporate this data into the actual ProcessFlow Do I just look into the WorkUnit table How do I just p...
10
7976
0
10/7/2011 1:10 PM
by
Deleted User
time comparisons
Started By
Karen Sheridan
I want to run a flow every hour to send an email to anyone that has updated their pending benefits (bnben) since the last time the flow ran. I don't really see any time functions to use for this comparison. I was just going to grab the system time and subtract one, but someone has a better idea - I'm open. TIA, Karen
4
3238
0
10/6/2011 2:35 PM
by
Karen Sheridan
Service passing wrong variable value
Started By
Paula Bassett
I have a very simple ProcessFlow that is launched from AP20.1 when a record it added and is triggered by the Lawson service 'NoRcptInPool'. The values passed for the workunit variables include API_VENDOR and API_INVOICE. The value for the vendor is correct, but it is also the value being passed for the invoice. I have checked everything I can think of but can't figure out why it is passing the wrong value for the invoice. The Form Fields Def field numbers are correct, the ProcessFlow tests s...
0
4585
0
Calculations within PFI
Started By
Bob
I am attempting to use PFI to simulate generation of reports. The query that PFI accepts is: SELECT UCCUNO, UCORNO, UCIVQT, UCCUAM FROM *LIBL.OSBSTD WHERE UCORTP IN ('CUS','EMC') AND UCIVDT BETWEEN 20100201 AND 20100228. However, the actual SQL statement I want to apply to PFI is: SELECT UCCUNO, UCORNO, SUM(UCIVQT), SUM(UCCUAM) FROM *LIBL.OSBSTD WHERE UCORTP IN ('CUS','EMC') AND UCIVDT BETWEEN 20100201 AND 20100228 GROUP BY UCCUNO, UCORNO How can this be accomplished within PFI...
4
4321
0
10/21/2011 1:55 PM
by
Bob
Processflow Professional not accessible by non-admin users
Started By
Camaya
Hi All, We have installed Processflow Designer in one desktop(windows server) for development. To access some more activities, we had to install the processflow professional. But when another user who doesnt have 'Adminitration' access to the desktop(wiondowsn server) logs on, only the processflow standard works and the processflow professional is not so the addtional activities are not useable. Do you know of any work around to this Thanks, Abdon
3
3965
0
10/26/2011 12:40 PM
by
Jimmy Chiu
Help!!!
Started By
Bob
Is there any easier to perform the following without using multiple branches and assign to accomplish this SQL statement executed via PFI SELECT WHLO, RGDT, substring(String(RGTM),0,2) AS HOUR, COUNT(RIDN) AS RIDN05 FROM *LIBL.MITADI WHERE RIDI > 1 AND RGDT = 20100208 GROUP BY WHLO, RGDT, HOUR; Thanks
3
3825
0
10/28/2011 5:53 PM
by
SP
Manually run scheduled custom developed ProcessFlow
Started By
agersh
If for some reason a scheduled custom developed ProcessFlow needed to be rerun without rescheduling the PF using the PF Scheduler is it possible to execute the PF manually. Lawson Version: 9.0.1 Server OS: Windows Server 2008
3
3174
0
12/2/2011 5:13 AM
by
Vijay S
FORUMTOPIC:SUBJECTLINK|
Formatting data values
Started By
Bob
Hi all: I am well aware that all formatting of data should be performed on the presentation level, however, my end users do not want to perform the formatting themselves. That being said, how can I format 2 data values within the assign node of PFI One field is the order quantity which should have the format of [(Z,ZZZ,ZZ0)] and the other field is the order total in the format of [(Z,ZZZ,ZZ0.99)]. I thought about using SQL function of CAST, CONVERT, and MONEY data type to resolve...
5
4646
0
10/31/2011 5:14 PM
by
SP
Transaction Activity Node
Started By
TracyR
I am attempting to update the Purchase From location on PO20 using the transaction activity node. The flow begins with a DME Query to get all applicable records and then proceeds through a branch. Based on the branch logic, the data goes to one of two transaction nodes. If more than one record is found in the query, however, the transaction node is updating only one record (usually the last). I cannot get the flow to update all of the records. Any ideas what I am doing wrong
5
4294
0
11/30/2011 2:38 PM
by
John Henley
Java script/function to determine what day it is
Started By
ISO Dan
We are creating a flow in conjuction with a screen to allow users to kick off a flow at their convenience (without have PFI installed on their computer). The screen will have selection criteria for M-F and the users will be able to select which days they want to run it on. The flow itself will run daily and check the appropriate flags to see which days it fully execute. So basically I need to know what java script function will check what day it is so that I can do a comparison. Example wo...
1
3881
0
11/30/2011 6:47 PM
by
Greg Moeller
Create a Work Category
Started By
Robert Spurr
Does any know if it is possible to create a new work category in BPM and relate it to a service (Existing or new) I'm looking for a solution like how RQ approvals work with category filtering. Thanks Robert
3
3609
0
12/2/2011 7:15 PM
by
Deleted User
Inbasket "Are You Sure?" option?
Started By
George Graham
Wondering if anyone has come up with an easy option to this - users are asking for an option to add to approval flows where any type of rejection response prompts for an 'Are you sure' message. I know I can route to another action as a verification - but that seems like overkill....so thought I would see if anyone has a creative alternative to this.
2
3337
0
12/5/2011 7:09 PM
by
George Graham
If-Then-Else?
Started By
George Graham
OK - not sure why I am bread dead on this one. I think I've been staring at it and just not seeing it for some reason. Trying to do a simple variable assignment based upon an if expression: If A = 1 then B = 2 else B = 3 I know I've done this without having to add a function in pflow.js - but for whatever reason every syntax I try is failing. In my example, A,B and C are all string variables.
6
3769
0
12/5/2011 7:21 PM
by
George Graham
Updating PA07.1 with Process Flow
Started By
David Britton
I am trying to update PA07.1 (Competency Proficiencies) using PFI. I need to 'Add' a Proficiency and Status to an existing Competency (defined earlier with HR81.4). The problem I am encountering is that the PA07 form requires an Inquire prior to Adding the proficiency. I can't figure out how to do the Inquire. On my first attempt I created a transaction node with a Method of 'Change' but I get an error that an inquire must be made first. I then created a transaction of type Inquire b...
3
5196
0
12/6/2011 9:12 PM
by
David Britton
Work unit sometimes does not update PA53
Started By
Deleted User
We occasionally (maybe once every 2 to 4 weeks) find that the PA53 AGS transaction in the work unit does not update the Approval flag to Y. Everything in the work unit and IOS log looks normal. I can cut the AGS transaction call string out of the work unit and paste it in the PF Designer and run it and it works perfectly. This happens on different Personnel Actions and submitted by different users (and the same PA's with the same users work perfectly most of the time). I can find no pattern....
3
3142
0
12/6/2011 9:08 PM
by
jamesraceson
Processflow Email issue
Started By
ARaja
Hi, We created a new flow with email node to trigger the mail to users. But the PF is not triggering any emails. The PF completes succesfully without any error, but no email was triggered. When we checked the log, it says the status as 'Completed' and even in WFWORKUNIT the status is 4. Please guide me in resolving the issue. Thanks in Advance Alex
8
4590
0
12/16/2011 4:07 PM
by
Rob Conrad
writeattach.exe
Started By
wwaters
I'm trying to do a jQuery post to writeattach.exe and I keep getting 'Parent Record Not Found'. My understanding of writeattach is that it is supposed to ADD a comment record. Can someone take a look at my URL and let me know if I have something constructed wrong http://server:port/cgi-la...&_OPM=M&_ECODE=FALSE
3
5643
0
1/3/2012 4:07 PM
by
wwaters
FileAccess Node with Carriage Return or New Line
Started By
Roger French
Hello, I'm writing a simple flow to query RM and then write out the results in a file on the PC. I have the RM query node, and inside of that, I have the FileAccess Node. Within the file access node, I want to append a new line everytime it writes to the file. However, in testing it, it just appends the data into one very long string, and does not parse it out into new lines. How can I pass a new line or carriage return in the File Access node I've tried a few things but they don't work...
4
6866
1
1/5/2012 2:29 PM
by
Roger French
ProcessFlow Delete Workunit
Started By
Robert Spurr
I have a flow which generates a large number of activity records and is independent of a service (Standalone). As we do with all processflow workunits, once completed we move them to history. The problem is an out-of-memory issue that causes the custom activity moving the workunits to fail. We made the changes to VM as indicated by an article in the knowledge base and at first it seem to work. My question, is there an automated way to delete/purge specific workunits so they are not moved. ...
1
4659
0
2/3/2012 9:13 PM
by
sVaye
Enterprise web forms with processflow?
Started By
Mike Schlenk
I'm being asked about enterprise web forms for a significant move away from paper. These processes are often not Lawson-related. We do plenty with pflow (requisitions, invoices, notifications, queries, etc.) in Lawson but nothing that isn't Lawson-related. My thought is that a 3rd party web forms application would be the best solution to get rid of paper for things like change control, access forms, time sheets, etc. However, this type of tool could also integrate in to the Lawson portal a...
2
4969
0
2/9/2012 2:32 PM
by
Mike Schlenk
Please
login
to add a topic.
Page 31 of 48
<<
<
29
30
31
32
33
>
>>
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
--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