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:
TJA
Past 24 Hours:
1
Prev. 24 Hours:
0
Overall:
5242
People Online:
Visitors:
289
Members:
0
Total:
289
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Forums
Integration / Customization
Forum:
S3 Customization/Development
Please
login
to add a topic.
Search this forum:
17
Subscribed to this forum
Page 4 of 23
<<
<
2
3
4
5
6
>
>>
Topics
Replies
Rating
Status
Views
Subscribers
Last Post
SQL question on APINVOICE, APDISTRIB, APPAYMENT
Started By
Karl Kemp
I am trying to write a query that will return APINVOICE, APDISTRIB, APVENMAST, and APPAYMENT information. Basically the user wants the Paid invoice detail information including vendor name and check number & date. I created the following query but it doesn't seem to completely work the way I would like it to do. It pulls the same invoice & distrib twice for each combination. In other words, if there is a single invoice with 2 distribution records, instead of the query returning 2 r...
2
81058
0
1/28/2016 7:52 PM
by
Chesca
Web service calls *FROM* Lawson
Started By
MBond
How would one call a web service on another machine FROM lawson The call would need to be made in the background without opening a new window. The web service can accept either a POST or GET request. For this request, the response is not processed but future request probably would need to process the response. I think the xmlhttp request is the answer but have no documentation on it's use. I've seen a lot of posts on calling into Lawson web services from external applications but nothing g...
6
71944
2
5/26/2016 1:29 AM
by
Jason Beard
Best (certified) Lawson Development Partner for S3 and/or M3
Started By
AvaTax Calc for Lawson/Infor
I am seeking a third-party shop who is certified by Lawson/Infor to develop 'Connectors' with S3 and/or M3. Avalara is an Infor Partner, supporting eight (8) different Infor ERP platforms. I hope to find the A1 certified development partner for S3 and/or M3. Thank you for your help!
1
70679
1
5/3/2016 7:01 AM
by
shahzad
Windows script to do rnddbdump to file
Started By
tambrosi
Hi all, I am looking for some help on scripting in Lawson, I am new to the software, looking to run a script to dump a table to csv file. I can run the rngdbdump –c gen queuedjob > jqstat.csv from the server and it will run clean and dump the data to the csv file. When I apply the same code in a script, nothing gets dumped to the csv file, the file is created but no records in the file. I also tried the jqstatus same issue. wscript.echo 'VBS Script running parameters ' Dim objS...
6
69796
1
1/19/2016 9:36 PM
by
pbelsky
lawson 10 ESS theme 10.3 override
Started By
KellyB
Hi, is there a way to add 'themes' I found the xhrnet/xml/config - emss_config_xml where it says themes but I am not sure where this is getting the theme files I can manually change the css link in the header.htm file to refer to a custom style sheet but wanted to know if there is a better way using themes I am running lawson 10 on webshere not via sharepoint.
0
13614
0
Cannot replace my own custom form
Started By
mikeP
Working on my first update form in PGMDEF and have run into a number of issues. Currently, I can’t seem to get rid of the previous version of my form. Ideally it will have multiple PRDISTRIB records and allow just the account field to be updated. At this point, it’s just and “online inquiry” that shows a few fields from the file. The problem is that I created a new version but Lawson won’t display it. Here’s the sequence: Create form in PGMDEF. Run type is Prototyped and 4GL Quick painte...
6
73604
0
2/5/2016 7:07 PM
by
John Henley
Input date validation
Started By
Chesca
We have a custom batch program that validates input date from a csv file. The date is never formatted properly and sometimes could be mddyy, mmddyy, or mmdyy. We want the date to be reformatted as mmddyyyy. If the input date is 8 digits and mmddyyyy. then continue processing. Otherwise, check if the date length and fix it. Is there a Lawson API I can use to reformat the input date to be mmddyyyy
4
69065
1
2/10/2016 12:39 PM
by
Chesca
Oracle SQL reformat date
Started By
Chesca
I am writing an SQL statement to select dates from a table and creates a file. I want to convert date to string mm/dd/yyyy. Any help would be greatly appreciated. select startdate from table; this date is displayed as 31-MAY-15 so I want it displayed as 05-31-2015
3
71136
2
3/1/2016 8:23 PM
by
Chesca
Extract File Issues
Started By
jaherb
I am not sure why I am not seeing the issue with a simple extract program... but I am at a loss at this point. We have an extract file being produced as a 250 byte fixed length file. There are 3 record types... a typical Header, Detail and Trailer record. Each record must be delimited by CR/LF characters. The logic writes the records to an intermediate sequential file and then at the end of the job it is reformatted by a cnvexp -f filename 250 command to append the CR/LF characters a...
14
69658
2
4/1/2016 3:52 PM
by
jaherb
Lawson Portal automated access and session handling
Started By
andrewwalk
Hello, Is there a way to automatically send to Lawson a bunch of requests to a specified form via a Java http client Actually I am able to do this, but it is very slow as I have to programmatically logon and logoff for each request. I need to be able to log in once, and then send all the requests I need to. Any time I send a request after the session has timed out, then I want to be able to detect this and re login, then send my requests. Is there an API for this in either JAva or any ot...
0
4718
1
Comment Attachment Processing compile error
Started By
John Desmarais
I'm trying to do something that should be very simple - determine the existence of Comments on Invoice Messages, just like MA66 does when it needs to determine what text to put in the Message Button on the screen. Simple, no I looked through the API manual to see if there was any voodoo involved - looked pretty easy. copied the code right out of MA66PD and dropped it into my program. INITIALIZE WS-CMTMAG. MOVE SPACES TO CMTMAG-TYPE. ...
2
67139
0
4/7/2016 2:49 PM
by
John Desmarais
0 instead of blanks in CSV file
Started By
pgallucci12
When a 4GL program creates a CSV file, and numeric fields defined in that CSV contain ZERO values, BLANKS are substituted. Is there a way to force a ZERO instead Is there a setting in a configuration file that can do that Example: CSV file contains 2 fields, NAME and COUNT. The value in NAME = 'J.Jones' The value in COUNT = 0 Currently the CSV record for the above looks like... 'J.Jones', I need it to look like... 'J.Jones',0
6
69948
2
6/3/2016 5:12 PM
by
David@SOM
Best practice of copying a program
Started By
Vijay S
Dear All, I have to copy a standard program having around 10 workfiles. We all know that Lawson doesn't change the name of workfile and WS-Field ID in work file definition while copying , It changes the same in PD (like wherever I am using WH130, it will change it to ZZ130 in PD/WS, The workfile name starting from WH130 doesn't change). It seems like I have to manually go into PD and change the name of all the Workfiles and other field. I had done it earlier also where there were like couple of...
3
70416
0
5/12/2016 1:53 PM
by
jaherb
New custom program
Started By
Greg Moeller
I have developed a custom program that just calls a shell script.... When I try to add the job with the custom form in it, I get an error that says 'The value {1} is invalid for the parameter _TKN' Any clues what is happening here
3
67137
1
5/26/2016 1:04 AM
by
Jason Beard
tsBeginDBTransaction error is Operation illegal while in transaction (20).
Started By
Lilyb
I'm developing a custom program (update job) to invoke a copy of AP30.3, and keep getting the following error: File SYSTEST/TXTAXTABLE. tsBeginDBTransaction error is Operation illegal while in transaction (20). Does anyone know what this means and how to fix it Thank you
2
69013
0
5/12/2016 10:52 PM
by
Lilyb
Portal Page for Workunits
Started By
LauraBryant
I have a design studio portal page that displays all the AP workunits. I would like to filter the results to only include the accounting units that the users requester code has access to. I get the requester code and I get the account units from the RQAcctU table. How can I filter the results from the WFWORKUNIT table to only select the rows that have an accounting unit allowed.
0
5785
1
Compile Error
Started By
Judy Longo
I created AR15M from AR150, reentered all of the workfiles in workdef and get following error PrcWRKFILE(): AR15M Not Found In WsGrp
1
67443
0
6/13/2016 7:15 PM
by
jaherb
calculate the last day of any month
Started By
Chesca
Is there an API I could use to calculate the last day of any month
6
69729
0
6/16/2016 4:20 PM
by
kim
Using current date in if statement
Started By
Jessica M
I am hoping someone can help me with a COBOL statement. I haven't touched cobol in quite a while and my co-worker that usually works with our custom cobol is out of the office for a bit. I have a custom program that was excluding any employee with a term date in a file. They now want to change it to include anyone termed that day. The current statement is: IF (EMP-TERM-DATE > '00000000') GO TO 1040-NEXT-EMPLOYEE. How do I change this to 'GO TO 1040-NEXT-EMPLOYEE' when 'EMP-T...
2
41657
0
6/22/2016 6:38 PM
by
Jessica M
How Find Programs That Use Specific Screen Rule?
Started By
Kathy Eckert
We are going from 1 company code to multiple company codes. Some of our custom Screen Rules (.sr files) Hard Code the company, so we need to know which programs use these hard-coded screen rules. Via grep (we're a UNIX shop), I've identified all 14 Form Rules that hard-code ('1111') Company. However, when I tried to grep which programs used the Form IDs ('H1-EMP-S-0001' is one of the Form Rules, for example), I got no results. Of the 14 Form Rules, 3 are Rules, 8 are Selects & 3 are SCRDTL. I...
0
4711
3
Microfocus
Started By
LauraPat
Not sure anybody has ever used Oracle ProCobol or not but.... Been working with Lawson for about 21 years now and at both of my previous employers we purchased our MF licenses via Lawson. I also used Oracle ProCobol which requires a MF license as well. never had a problem compiling/executing Oracle ProCobol programs - never had a license issue and Lawson worked fine as well. At my new employer, we are on Version 10 (previous employer was Version 8) and I can't get the Oracle program to compi...
3
67981
3
6/30/2016 11:44 AM
by
LauraPat
waiting recovery
Started By
Chesca
Does anyone know if there is a Lawson process to check or monitor the recovery queue Or would I have to create a job script to monitor and notify whenever there is job in waiting recovery
0
4223
0
waiting recovery
Started By
Chesca
Does anyone know if there is a Lawson process to check or monitor the recovery queue Or would I have to create a job script to monitor and notify whenever there is job in waiting recovery
5
70140
2
7/27/2016 11:33 AM
by
TBonney
IE11 Form Messages
Started By
jaherb
We have some users who have upgraded their browsers to IE11. Seems once we upgrade a browser, we loose visibility of form messages at the bottom; for example; Job Added, Change Complete, etc... We have made sure the forms are set no larger than 100 but that does not seem to matter. Anyone else experiencing this or have you managed to correct this issue in some way Thanks.. Jim
6
69631
2
8/3/2016 4:58 PM
by
Greg Moeller
Chrome loading pages on custom ESS
Started By
MC
We have a customization within pactions.htm that in V9 was not a problem. The customization was 3 DME with functions that called each other. In V10 portal, if we run this in chrome only the functions seem to run in one thread and the rest of the program in one of more other threads. As a result the loading of internal tables that are needed for the rest of the program are not available when needed. The only thing that we have found that fixes this is to actually put in an Alert statement. A...
0
4140
0
Please
login
to add a topic.
Page 4 of 23
<<
<
2
3
4
5
6
>
>>
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