Forum: S3 Customization/Development

 77 Subscribed to this forum
Page 2 of 23 << < 12345 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Handling Unpaid Time in Payroll Processing    

Started by  maalimsimo
We have been having just a handful of employees with Unpaid Time hours each payroll and so it has been handled manually through PR36 fairly well. Now we need the process automated. We have set up a Pay Code (615) for Unpaid Time, presently as 'Hours Only' in PR20.4.  What we need is to somehow reduce the Regular Hours (and the Wages) by the Unpaid Hours. PR User Guide states that PR28 can be set up to create an 'Offset Rule' for the Salaried Employee group and run PR128 during the payro...
0 2824 0
8/28/2019 1:30 PM

Default search field in AP20 drill around    

Started by  Alex
Our AP team came to me requesting an update to the Purchase Order drill around within AP20. Currently, when you drill into the PO field and attempt to do a search, it defaults the search field to '*Code'. To save a few clicks, the team would like for it to default to Purchase Order instead.   I attempted going into AP.sr and changing the DEFINE SELECT      'Released Purchase Orders By PO Code' sections to re-order the fields. It looks like the change did apply successf...
0 3585 0
8/6/2019 7:53 PM

Database Inquiry using 850-FIND-NLT-<index> returns the 'Next' record    

Started by  maalimsimo
I have created a new custom index to a custom table to access records through either 850-FIND-NLT- or 850-FIND-BEGRNG-.   The index has 2 numeric fields,one PIC 9(4)) and the other PIC 9(8) for date (format YYYMMDD). The next to last field is a PIC X(32) for names (e.g 'Adam Smith'), and the last field is numeric that I move zeroes as I populate the index:   MOVE STL-DIVISION              TO DB-DIVISION. MOVE STL-PAYROLL-DATE    TO DB-P...
1 70829 0
by  Ragu RaghavanJump to last post
8/1/2019 2:27 PM

PHP scripts    

Started by  DavidV
We have about 20 CGI/PHP scripts that prompt the user to upload files from their PC for processing by Infor/Lawson jobs.   I used to load PHP5 into httpd.conf and run php scripts to accommodate.  With the update to WAS to 8.5.5.x that doesn't appear to be allowed any longer through WebSphere's HTTP server.  I tried to load PHP7 an it wouldn't load.  I then tried fastCGI and that won't work either.   Has anyone been able to accomplish this with WAS/WebSpher...
0 3906 1
5/14/2019 4:36 PM

DBREORG failed: file already exists    

Started by  maalimsimo
  We created a new custom table thru dbdef, followed by a blddbdict, but before the dbreorg was executed we  'CREATE'd the same table in Oracle and loaded some records. Now we know we should have waited for the dbreorg. When we attempted to run the dbreorg later, we got the error message 'File already exists'. We have since 'DROP'ped the file in Oracle, but a subsequent dbreorg says 'Cannot open lock file /law1/lsf/law/test/dictlock'. How do we get around this 'lock'   My sear...
1 67791 0
by  JimYJump to last post
4/2/2019 3:04 PM

loadrpts.cfg - does anyone have any information on it?    

Started by  Russell E
I ran loadrpts on a Windows 2012R2 server and I received Error: loadrpts.cfg not found. Abort loading reports from      
1 66329 0
by  SWilkinsJump to last post
3/25/2019 3:50 PM

New Report Added to Custom Report Program    

Started by  maalimsimo
After adding a new report to an existing .rpt program, adding the $PRINTFILE XXXXX to the workdef, adding lines to OPEN OUTPUT XXXXX-FILE and CLOSE XXXXX-FILE to the PD, when I run a job I am getting the message 'Unable to Open the Output File...'. Subsequently, my attempt to write to the Print file results in a longish error message 'No XRef for RptSub(3) to iXFFRef file - write ignored....'.I probably missed a step somewhere but I am not sure what. Any ideas
8 86705 2
by  maalimsimoJump to last post
2/1/2019 3:42 PM

508 file type    

Started by  Russell E
What is this file used for  It looks like the 508 files have the token, field number (from the xml), field name, current label and new label. I can't find any documentation on this type of file.
2 65201 0
by  Russell EJump to last post
7/10/2018 8:18 PM

Calling perl script from Cobol program    

Started by  maalimsimo
I have developed a perl script that  calls (and passes parameters) to a Sql script to create a report from Lawson tables. Now, I need to call this perl script from some basic Cobol program to pass parameters to the perl script (example Company, Date Range, etc). I have done this at a past job many years in the past but I am unable to get help from there. I know that we had a custom pdlib and wslib files to do this. The pdlib basically had a 'Call 'system' using .....' statement', which...
2 64722 0
by  maalimsimoJump to last post
6/12/2018 4:46 PM

Customizing PR195    

Started by  PD
The PR195 report (csv) has almost everything that I need except PayType. I am sure the delivered program can be modified to bring in the needed field, the question is where do I start
1 66999 1
by  Ragu RaghavanJump to last post
2/8/2018 8:25 PM

Customizing PR195    

Started by  PD
The PR195 report (csv) has almost everything that I need except PayType. I am sure the delivered program can be modified to bring in the needed field, the question is where do I start
0 2796 1
2/8/2018 5:04 PM

Custom Lawson tables using Addins    

Started by  JudeBac
I have a new custom table ZACCT with fields COMPANY, ACCTUNIT, ACCOUNT, SUBACCOUNT, all derived from GLMASTER. My plan is for our AP users to use excel addins to add records. Can I copy a similar program and replaced the field names or should I start from scratch using pgmdef Any pgmdef for dummies is much appreciated.   Thanks
7 66753 2
by  JudeBacJump to last post
2/6/2018 9:19 PM

How do I generate CSV output from batch program?    

Started by  Woozy
We use an external scheduler to launch S3 batch jobs from the command line using wtsubmit or jqsubmit.  After the jobs finish, we want to retrieve the .csv file from the $LAWDIR/print directory, but these files don't appear to exist until a user opens Print Manager and clicks the 'Create CSV' button, which our automated scheduler can't do. Is there a way for us to trigger the creation of the CSV file from the command line, or some other way to make this happen The programs ...
6
74688 2
by  PDJump to last post
12/20/2017 2:59 PM

how to call UNIX script from tokendef    

Started by  Lilyb
We're migrating from UNIX platform to Windows, and have tons of UNIX scripts.  I can run the shell scripts from LID prompt just like on UNIX after running initluu.  However, when I define the script in tokendef, it will not run.  Does anyone know how to make UNIX script to run with tokendef   Thanks.
5 70301 0
by  JaphethJump to last post
10/2/2017 4:19 PM

LSO Scripting for newbie    

Started by  sadams
Hello all, I'm new to LSO scripting using Jscript.Net to add ability to Lawson forms.  I have written some beginning scripts to move fields and add labels etc.  I have some programming background, but don't know where to find more information/examples.  Any help would be appreciated. Thanks sadams
0 3849 0
9/28/2017 3:11 PM

Jobdef Job Not Found error    

Started by  maalimsimo
We have just upgraded to Lawson 10 and while most of our custom jobs are running as expected, we are have a few challenges. We have a job defined in jobdef for a batch user 'pcnprd', but then a korn shell script to run the job is giving the error 'Job not found in JOB table for User.' I have deleted and recreated the job in jobdef multiple times, and even created a brand new job with a different name but I still get the very same error.   Any thoughts on this    
1 65913 0
by  maalimsimoJump to last post
9/26/2017 5:39 PM

Paint Screen - Job Title retrieval for job-code    

Started by  Deleted User
Hi all,  Sorry if I'm missing something simple.   Trying to paint a custom screen that goes with a custom table.  Custom table is simply job-code, chg-min, chg-max.  I'm developing a Paint Screen form that has job-code, title (output only:  description from job-code table), chg-min, chg-max.  In the form I've developed,  I populate the job-code, chg-min and ch-max then click A (Add) and *then* the title appears.  I'd like the title to appear after the use...
3 67996 1
by  Ragu RaghavanJump to last post
8/4/2017 1:41 PM

Portal changes location of literal    

Started by  Stuart Perkins
How can I control the placement of text on portal on a batch program parameter screen  Literal text after the fields explaining their use is being moved too far left to be useful.
1 68058 0
by  Stuart PerkinsJump to last post
6/19/2017 5:01 PM

Customizations    

Started by  Carla Ferrari
Hi, Has anyone come up with a customization request form that they would be kind enough to share I'm trying to centralize and formalize the way the user community requests customizations to forms, portal pages, process flow, etc. Thanks! Carla
0 3124 0
5/22/2017 7:13 PM

Distribution Group    

Started by  Chesca
We created a multistep job that runs MA236 for different users. Reports are run and supposed to be distributed to users and are available to view in their print managers. The problem is that only one of the users is able to see the report. The other 17 users/buyers can't see the reports in their print manager queue in Portal.  I can go into Print Manager and see the reports in each user's queue, but they can't. Any suggestions
7 75830 1
by  mthedfordJump to last post
5/4/2017 5:52 PM

Add Custom Tables to Lawson Data Dictionary    

Started by  Lawson_Tech
Any KBs please post to me 'Add Custom Tables to Lawson Data Dictionary'
2 67320 0
by  Kwane McNealJump to last post
4/10/2017 7:28 PM

Question on Custom Table with Unique-ID field    

Started by  LauraPat
Hi - I've created a  custom table and the first column in the table is the UNIQUE_I_D column because there are going to be duplicates within the key fields.  I want to use importdb to load a file into this table that was created by an outside system.  Because the first field in the table is the UNIQUE_I_D - I made the first field in every record in the file I'm loading equal to 0 (zero).  I realized I had to allow for that field when loading or everything is shifted off by 1 ...
0 3576 1
4/6/2017 10:58 AM

Labels on Zebra printer    

Started by  LauraPat
All - I've created a custom program to print labels on a Zebra printer.  I basically copied the way AP290 has the labels set up in the .prt file.  The new Zebra printer is hooked up on the network, defined in prtdef, etc.  When I try to send the output (from the print manager) to the printer (I select the printer from the dropdown in print manager) - I get the message that the print file was printed but nothing physically prints on the printer.  After working with others for ...
1 66899 1
by  LauraPatJump to last post
3/30/2017 4:35 PM

File Status Codes    

Started by  jaherb
I am receiving a file status code that I have no documentation and cannot find it in Google.   The file status is on a sort file and the status code is 9 230.   Anyone know what that means   Thanks   Jim
0 3345 1
3/2/2017 3:40 PM

User Exit Eamples--    

Started by  tambrosi
  Hello,  I am very, very new to the Lawson software, and was asked to look at the user exit process.  I was wondering if somebody would be willing to share a simple user exit program.   I have been going thru the doc's and any posts or all information I can find.  But an example would go along way. I am not real sure of the naming convention that needs to be followed and if the user exit needs to be defined in the source lib or the obj lib.  I think the obj lib i...
9 72705 3
by  jaherbJump to last post
2/24/2017 5:47 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 2 of 23 << < 12345 > >>


RSS Feed Available