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 16 of 23 << < 1415161718 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

DS batch job parameters    

Started By  Al Miller
Unix - S3 - 9.0.0.7 AP161 parameter PAYMENT-DATE: Users are forward dating by accident. I would like to (DS) setFormValue parameter with current-date. I can do this with a default value or OnBeforeTransaction but users are always re-using previously defined jobs (Inquire). Is there a way or form Event I can use to modify patameters after the Inquire Thanks in advance, Al
1 3335 1
by  John HenleyJump to last post
12/14/2010 8:53 PM

Change field label in PADICT    

Started By  Lisa Hodges
We have a field that is on the PAEMPLOYEE table called RELATED_EMP. It shows up on HR11 on the Benefits Tab and is a yes/no field. We relabeled it on HR11 because we would never use this field and didn't want to have to use a user field for a field that we needed that was a yes/no field anyway. Now in the employee groups, it is pulling the label Related Employer from the PADICT table. Has anyone ever changed the label in the PADICT table. It looks like you'd have to change ITEM_NAME, HEADIN...
4 4034 3
by  Lisa HodgesJump to last post
12/10/2010 6:25 PM

Add DB Index with Drumping and Loading Data with dbreorg    

Started By  Randall
Hey all, We recently created a new database index to the APINVOICE table on our development system.  We ran the dbreorg as it normally would and, with the amount of invoices in the system, took about 16 hours to complete the dump, load, and creation of the index. We then needed to refresh our database and it cleared out in index again and needed to be recreated.  After checking out the manuals, it looked like dbreorg -F would take care of this for us.  Since we were only adding an index an...
2 3541 1
by  RandallJump to last post
12/2/2010 7:28 PM

User login count    

Started By  JudeBac
Good morning all. I would need to report on how many users login for the day. How did you accomplish this I am thinking of going to my Network admin (we are ldap bind), create a script at login page which willl insert into a custom lawson table or maybe at login page, log into a text file. Appreciate your assistance, Jude
1 3811 1
by  JudeBacJump to last post
12/2/2010 11:08 AM

Flooring a number in 4GL    

Started By  Woozy
Hi All.  I'm working on a 4GL payroll custom calc that needs to take a value and floor it (i.e. round down to the nearest whole number).  How do I do this in 4GL/cobol If it matters, we're on DB2/Unix. Thanks!
2
3323 2
by  WoozyJump to last post
11/18/2010 1:56 PM

iSeries Print Directories    

Started By  Walter
We run Lawson on a iSeries and as you may know, Lawson dynamically creates directories on the IFS to store the output.  For example, when I ran an instance of PR160, the following was created /LAW9/law/print/DSWK/pr160marwk/1/125820 I need to program a way to determine this directory in a custom program that is to be run after a user runs PR160.  The problem is the /125852 directory, that appears to be somewhat random.  What I did find out is that in PR160, the variable F1PRINTFILE conta...
2 4066 0
by  WalterJump to last post
11/8/2010 7:06 PM

identify custom programs using a specific field    

Started By  SueS
I have to identify all custom programs which use ben_salary_2 from the PAEMPLOYEE table. Is there any way to do this Thanks...
2 2898 0
by  SueSJump to last post
11/5/2010 4:10 PM

text field alignment issue    

Started By  Deleted User
We are testing going from service pack .6 to .9 for LSF 9.0.0.   Since we have done that,  I have a custom form where the text fields are all aligning to the right rather than the left in Portal.  I looked at our .scr and cannot see anything obvious.  Has anyone else encountered this.  I tried deleting the xml and recompiling and doing and scrgen but no luck.
0 3174 0
10/20/2010 2:05 AM

Memory Fault Error    

Started By  ARaja
One of my custom programs, throws memory fault error, When we trying to add the field help text for one particular field. How it can be resolved
0
3550 0
10/1/2010 8:38 AM

ESS - new version - trying to retrofit    

Started By  Karen Sheridan
We have ESS 9.0.1.3.8 in development and it looks a lot different from our previous version. I am trying to do some retrofits and we added address and phone number to the bottom of emppersonal.htm. So, now the grey box that goes around all the fields is too short. Does anyone know where the length of that box is coming from All of the pages that have that grey box appear to end in the same place on the screen. TIA, Karen
6 3353 2
by  NickJump to last post
9/15/2010 9:20 PM

New Portal Page in Design Studio    

Started By  TBonney
I created a new portal page in Design Studio. It was done by simply selecting General > Web Page, resizing the object and then pointing to a custom .html document that I designed, by using the 'custom...' button on the right. Then, once saved, the new page is saved as an .xml document. My intent was to use this custom page in lieu of the LifeEventsSplash.htm that is used by default in Lawson in ESS for the Life Events Bookmark (and secure/lock all it's children bookmarks). However, now I d...
2 3900 2
by  TBonneyJump to last post
9/13/2010 6:56 PM

Filter Courses in Training under ESS    

Started By  Lorena
Hi, We are working on implementing the ESS training module. Our issue is that we would like to filter the courses list under the registration by course link. When we clicked on Registration by Course, we are getting a list with all the active trainings in the course table (it is using the condition 'current'). We have employees in different regions and we do not want the employee to register in a wrong region. I was thinking that if I put the employees in employee groups (pgemploy...
1 3181 2
by  Karen SheridanJump to last post
9/9/2010 7:57 PM

Changing Sort Order    

Started By  brihyn
My user wants to change the search on the AM20.3 screen, Serial Numbers search. Currently in AM.sr, I have this: DEFINE SELECT 'Serial Numbers' ID AM-ASI-S-0005 SCRFLD SERIAL-NBR-43 FILENAME AMASTITEM INDEX ASISET2 KEYRNG NXTKEY CURSCRFLD DSPFLDS SERIAL-NUMBER:'Serial', ITEM-NBR:'Item', ASSET:'Asset', TAG:'Tag', ASSET-GRP:'Group' RETURNS SERIAL-NUMBER INTO SERIAL-NBR-43 The search orders th...
3 3771 1
by  brihynJump to last post
9/9/2010 7:02 PM

Default Function Code (FC) When Transferring via Button    

Started By  Leslie Osher
Lawson defines the default in the screen definition: FC I I=Inquire In this case, the default FC is 'I' when you transfer to the screen via F8. But if you define a Lawson button to transfer to the same program, Lawson ignores the default and program starts with (A)dd or (C)hange, always the same, depending on the program: 2 PO-WINDOW W 12 CSWW SB PO20.1 The question is, can (I)nquiry or any other FC be forced on a button transfer
0
4439 1
9/2/2010 2:48 PM

SOA initiative    

Started By  Jamela
I am posting this question for one of our SOA experts whose way more technical than I am.... Aside from the obvious database approaches, can other integration-based technologies be used to query data in Lawson such as JMS or Web Services. Also, if we wanted to run some really simple queries against the Lawson database, would there be any negative impact to the system. Seems like a simple question, but I don't want assume anything.
1 3176 1
by  KK - InforJump to last post
8/26/2010 3:25 PM

Stupid Question    

Started By  Scott Krueger
I have worked on Lawson since version 5.x on the iSeries(AS/400). I am now getting back into the game and working on LSF 9 on the iSeries. My question is this. How do I modify source All of the source is in the IFS and not in LAWSRC9 like it was in Version 8.x. Is there a development tool I am missing Thanks!
2 3141 0
by  Scott KruegerJump to last post
8/25/2010 12:56 PM

Javascript DME return value of a user field to personal profile screen    

Started By  catcher_in_the_rye
I am new to the javascript piece of portal programming and I am trying to add info from hrempusf to the personal profile screen in ESS. I have the right DME call when I post in a URL, but I am getting value of undefined from the debugger when trying to get the value on screen. Below is what I reverse engineered but my value for depPlanFields is erroring out undefined. I'm a newbie, but trying to learn on the fly. Thanks. function GetBemsID() { var DMEstr = 'https://lawson...
1 4482 2
by  Steven GrayJump to last post
8/24/2010 6:20 PM

Translation of 4GL names to iSeries    

Started By  Walter
Does anyone have any idea how Lawson determines the iSeries RPG field names when custom tables are created in DBDEF We're migrating to LSF9 from 8.1. In 8.1 I created several files under a custom system code. When these files were created, the process came up with the field names. I know that the first character begins with 'D', the next three is the file prefix. But how it comes up with the remaining characters, is somewhat of a mystery. I wasn't too worried about it because I wrote m...
1 4894 0
by  Steven GrayJump to last post
8/24/2010 6:02 PM

Unix script writing needs Portal id    

Started By  Greg Moeller
I'm trying to develop a Unix script, that I can call from a job name in Portal. (I already know one way of doing that.) I'm in need of the logged in persons id though, and am struggling on what I can use to find it out. I know that it exists in the LDAP as their cn and also as lwsnssoRMId, but how do I extract one of those values in my shell script I'm a little brain-dead today.
5 3800 1
by  Greg MoellerJump to last post
8/19/2010 8:49 PM

E@DBFINDnxt in LSF9    

Started By  Walter
I'm in the process of migrating our custom programs from 8.1 to LSF9. The following is from one of those programs which has been working fine 8.1 C eval $FirstZAY = 'Y' C callp DNDBPXZAY1(EDBFINDbegrng) * Loop through Billing Header Records where status = 1 ...
3 3405 0
by  WalterJump to last post
8/19/2010 7:01 PM

Process flow Integration vs custom integration    

Started By  Deleted User
We are going to be connecting to an external WEB HR package where we will need to integrate HR data via web services.  For example, we will need to send hire, transfer and fte changes to Lawson HR suite.  We are just starting to investigate whether using Process flow Integrator will give us better control and quicker development time than building our own customized solution Any thoughts/recommendations We do not currenty have Process Flow Integrator, so this is an additional cost that we w...
4 8141 2
by  David MillerJump to last post
7/29/2010 5:30 PM

AP20.2 Customization    

Started By  sea2sky
The folks in AP are complaining about the number of keystrokes required for non-PO and PO invoices. They probably use less than 20 of the fields and would like a stripped down custom version of AP20.2. Has anyone ever done one of those If we outsourced the code, how much should we budget for it Thanks.
3 3590 1
by  Ragu RaghavanJump to last post
7/29/2010 1:20 PM

RSS customization    

Started By  thanef
Where do I go to add text or information to a RSS screen On Unix platform.
2 3256 0
by  thanefJump to last post
7/21/2010 4:46 PM

How does the BEGRNG - NXTRNG work?    

Started By  Demi
I'm trouble-shooting an existing program that uses the BEGRNG and NXTRNG commands. Can anyone explain to me how this works When using these, is the table read sequetially; or is the table read in the sequence of the index key Also, Lawson's data documentation often has key fields listed with '*'. Does anyone know what the '*' means
2 5217 0
by  Marc BurnesJump to last post
7/21/2010 2:08 PM

javascript events - AM190 customized    

Started By  Deleted User
Hey friends, have a question for you... I am new so if info is missing, let me know! We have a customized AM190 form which when accessed prompts the user with a dialog box that says hey you are about to post and cannot reverse this action, do you want to continue. We found that some users do a AM180 first and then come into do a AM190. But we also found others might login and go straight to AM190. We have been looking at code from a previous developer which we are also trying to de...
2 3339 1
by  Deleted UserJump to last post
6/18/2010 1:58 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 16 of 23 << < 1415161718 > >>


RSS Feed Available