Forum: S3 Customization/Development

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.
78 Subscribed to this forum
Page 2 of 23 << < 12345 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

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 we are running ...
6
75227 2
by  PDJump to last post
12/20/2017 2:59 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 76309 1
by  mthedfordJump to last post
5/4/2017 5:52 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 column.  All of the ...
0 4186 1
4/6/2017 10:58 AM

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 67859 0
by  Kwane McNealJump to last post
4/10/2017 7:28 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 3606 0
5/22/2017 7:13 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 68553 0
by  Stuart PerkinsJump to last post
6/19/2017 5:01 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 user types the job-code and presses Tab.   ...
3 68501 1
by  Ragu RaghavanJump to last post
8/4/2017 1:41 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 70818 0
by  JaphethJump to last post
10/2/2017 4:19 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 66354 0
by  maalimsimoJump to last post
9/26/2017 5:39 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 4527 0
9/28/2017 3:11 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 67269 2
by  JudeBacJump to last post
2/6/2018 9:19 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 3266 1
2/8/2018 5:04 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 67467 1
by  Ragu RaghavanJump to last post
2/8/2018 8:25 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 for me is...
2 65216 0
by  maalimsimoJump to last post
6/12/2018 4:46 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 65710 0
by  Russell EJump to last post
7/10/2018 8:18 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 87232 2
by  maalimsimoJump to last post
2/1/2019 3:42 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 66807 0
by  SWilkinsJump to last post
3/25/2019 3:50 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 search on this forum h...
1 68465 0
by  JimYJump to last post
4/2/2019 3:04 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/WebSphere 8.5.5.x  Or have you used other tools...
0 4596 1
5/14/2019 4:36 PM

Database Inquiry using 850-FIND-NLT- 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-PAYROLL-DATE. MOVE STL-MGR-NAME           TO DB-MGR-NAM...
1 71319 0
by  Ragu RaghavanJump to last post
8/1/2019 2:27 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 successfully, because it bumped u...
0 4327 0
8/6/2019 7:53 PM

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 payroll pr...
0 3380 0
8/28/2019 1:30 PM

How to find where invoked code is called    

Started By  LauraPat
We have a custom library that is a clone of a Lawson-delivered program.  It is invoked from within one of our custom programs - but we don't seem to know where so we aren't sure it is even needed anymore.  Can someone please refresh my memory on how to tell where the program is invoked from  I believe you do it using the 'lstinvk' command and possibly the '-A' option  I don't want to submit any compiles - I just want to determine what program is calling this custom program.  The cloned program...
1 67780 1
by  Ragu RaghavanJump to last post
1/13/2020 4:31 PM

IOS error on AGS calls    

Started By  Ragu Raghavan
Env 10.0.9, Windows Apps: 10.0.MSP7 so I have this new custom 4GL screen. Works in LID and Portal. However when I try to do an AGS call from Design Studio or IPD, it bombs with a message : Check IOS.log for details. The log has these entries. Can anybody point me to where I should be troubleshooting I am able to do AGS calls on other screens, Lawson delivered or custom. Just this one screen bombs. Thanks.   2020-02-26 11:14:05,266 ERROR [WebContainer : 0] [lawson      ] [TRANSACT...
1 63212 0
by  Ragu RaghavanJump to last post
2/26/2020 4:56 PM

Custom IC145 - Pandemic Reporting    

Started By  LauraPat
Good Morning - wondering if anyone has already done this before I 'reinvent the wheel'.  I've been asked to add Current Average Daily Usage and Current Day's Supply On Hand to the existing Lawson-delivered IC145 report in order to do Pandemic reporting.  These fields are visible in IC44 form but according to Infor Support they are not included in any delivered report.  Because of the emergency need for Pandemic reporting - looking up every time individually, in IC44, is just not feasible or sust...
8 67221 2
by  LauraPatJump to last post
3/10/2020 1:34 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