Forum: S3 Customization/Development

 77 Subscribed to this forum
Page 8 of 23 << < 678910 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Help accessing data returned by a DME call    

Started by  Shelby
I am new to HTML/Javascript coding in Lawson S3. I have been asked to replace the use of cycles.htm with a BS06 AGS call in the benefit enrollment (ESS) calculations for mid-year new hires. However, I think a DME call to the BNCYCDTL table will be easier since I only need to retrieve the number of cycles remaining (and not do any type of updating). I can run my DME query in Excel Add-ins and get the one record that I need. But when I try to add the DME code in elect_ben_06.htm I cannot find the ...
6 12192 2
by  ShelbyJump to last post
2/26/2014 8:52 PM

4GL command button to launch HR13.3    

Started by  Woozy
I have a custom form, and I want to add a command button to each detail record pointing to HR13.3, similar to how the BN32 does it. I have created the button and pointed it to HR13.3, but when I inquire the button disappears. I've added matching keys to the .scr. What am I doing wrong What determines whether a button shows or not Thanks. Kelly
7 5453 1
by  jaherbJump to last post
2/21/2014 8:30 PM

dburf on custom paint program    

Started by  L G
When i try to run dburf on a custom paint program it doesn't work. It works with clones of standard programs but doesn't work on paint programs. Anyone know how i should generate compile / or add in the program logic so that dburf can work with the program.
2 3487 1
by  jaherbJump to last post
2/20/2014 2:32 PM

Absence Management    

Started by  Chesca
Does anybody know what table or screen would tell me if an employee is enrolled in absence plan/structure
2
3149 0
by  ChescaJump to last post
2/20/2014 1:19 PM

.scr file modifications    

Started by  BrianM
I have a new program that I am creating and am having a heck of a time with the last line on the screen.  My code looks like this on the .scr file: |                  Company:&    &93;      ;                            &nb...
17 4806 1
by  jaherbJump to last post
2/13/2014 10:02 PM

Effective date the employee became benefit eligible    

Started by  Chesca
I have a custom program that is incorrectly calculating retro accruals for an employee. I need to modify my code that it looks back to the effective date the employee became benefits eligible to calculate retro accruals. I am thinking about looking in HRHISTORY. Is there any other table/file I can look at to find out the effective date employee became eligible for benefits Any suggestions
2 2979 0
by  ChescaJump to last post
2/10/2014 4:58 PM

Sort File for Online Update Form?    

Started by  Woozy
We have a customized online update form (copy of BS31 - Web Pending Benefit Enrollments), and the business would like to have this custom form sorted by StartDate/PlanType/PlanCode rather than PlanType/PlanCode/StartDate.  The source table is BNBEN which does not have an index the matches their request. Is it possible and reasonable to use a sort file to re-sequence the data for an online update form like this  I'm thinking 'no', but thought I'd ask the question. Does anyone hav...
7
3325 1
by  jaherbJump to last post
2/6/2014 6:07 PM

Calculate prior year    

Started by  Chesca
Hello everybody, is there an API to calculate the prior year Do I need to convert year to Julian and can I just subtract 1 from the current year
2
3144 0
by  ChescaJump to last post
2/5/2014 7:21 PM

HTML/Javascript DME function for LOGAN    

Started by  Roger French
I'm doing some portal customizations where I need to use the DME() function. I've used it OK before with application productlines with no issues, but I need to use it to query some LOGAN tables. I've tried various things within the DME function, but it's not working. It is always bombing out on the data.js function. I've reviewed it several times but haven't figured it out yet. Does anyone have an example of a javascript function where it successfully works by querying LOGAN Do I need to us...
3 6239 1
by  Scott PerrierJump to last post
1/31/2014 4:23 PM

Double Quotes on Empty fields in 4gl CSV file    

Started by  Nancy
I have written a 4gl program to output a csv file as an extract for one of our vendors.    My problem is that the vendor wants double quotes around all fields in the file - even it the field has nothing in it. With quote char defaulted - everything in the file has double quotes around it except the fields without values. I tried setting the quote-char to low-values and manually stringing the doube quotes in front and behind each of fields. This did not correct the p...
5 3578 3
by  Donna WirtJump to last post
1/30/2014 6:37 PM

.Net 4.5 SSO / Authentication to Lawson 9 or 10.0 Request for Examples    

Started by  JasonP
I am looking to connect .Net to Lawson to use AGS calls or query data from a .Net web application.  Does anyone have any code samples that do this that they could share.  Also, does there need to be any special setup in Lawson to allow it.  I have found the follow link, but Ive tried to piece it together with no luck. https://www.lawsonguru.com/forums/ux...lawson-90/ Thanks,
0 3366 0
1/30/2014 1:05 PM

HRHISTORY    

Started by  Chesca
I want to write to code to look at hrhistory to find out if the employee FTE changed. I need to know the field number from the data dictionary, where would I find the data dictionary
4
3806 0
by  jaherbJump to last post
1/28/2014 3:24 PM

HTTPS Post Response - Kaiser CAMS    

Started by  Woozy
I'm looking for some help with an HTTPS POST Response issue. Our company offers Kaiser Permanente (California) as one of our health benefits options for a subset of our workforce.  Kaiser is implementing a new (required) step for employees that elect this plan during the enrollment process.  Basically, if an employee elects the Kaiser plan in ESS, we are required to redirect them to the Kaiser website so they can read and accept/reject their arbitration agreement. The only option...
0 3177 2
1/22/2014 7:38 PM

LP35 Paint Screen    

Started by  Chesca
My users have asked me to create a paint screen for LP35 to delete records from last year and right now the only way to get rid of them is to delete each line individually. I created the paint screen, I can page fwd and find records but I can't select values in the employee or employee group field. No ecords to select from.
2 3549 2
by  ChescaJump to last post
1/21/2014 1:34 PM

Working with Messages    

Started by  BrianM
I have created a clone of PA340 and pretty much gutted out what I didn't need.  When I go into pgmdef and go into the message definition for this program I got rid of the messages I didn't need.  My question is this . . . .  the messages that are left are all the messages that were with the original PA340.  Can I just modify the messages OR do I need to leave the existing messages as they are, then create a new message number and make my changes there  I don't want...
3 2889 1
by  BrianMJump to last post
1/20/2014 7:53 PM

Remove last four digits of SS Nbr From Printable Pay Stub    

Started by  JimY
I have been asked to remove the Social Security number from the Printable Pay Stub.  It is showing the last four digits and they don't want that.  Has anybody done this and would you be willing to share with me how  Thank you.
0 2793 1
1/16/2014 3:58 PM

date calc API/routine    

Started by  Chesca
Is there a routine/API to return the last day in a given month or return a date such as 1/31/2014
2
3233 1
by  ChescaJump to last post
1/15/2014 1:37 PM

Barcode on Lawson Printed Form    

Started by  Robert Spurr
Does anyone know if it is possible to include a barcode on a Lawson printed report  In my case they want a barcoded version of the PO Number on the Delivery Document.  I've already look at RAD and it barcodes the tracking number. Thanks
4 5513 1
by  Robert SpurrJump to last post
1/9/2014 1:52 AM

PGMDEF    

Started by  Ronnie
Is there another area in LID where things are defined for programs inside of LID We have a custom program an ex employee wrote, but are finding lines that say for example PERFORM 780-DISPLAY-MESSAGE but when you look in the program you dont see this defined anywhere. Is there something I am missing I have looked all in the program...all the options, the working storage, etc etc etc. Thoughts
2 4477 1
by  WoozyJump to last post
1/6/2014 4:26 PM

PA531 - how to change 800-OPENINPUTCSV-APLLOADCSV path and file name    

Started by  Tim Simmons
I know how to assign a path and file name to a PA531 job by using the jobdef CSV File Attributes, but what if the CSV file is dynamically named I need to load a third-party created file of applicants.  The file will be dropped off to our FTP site daily with the date imbedded in the file name. I want to modify the PA531 to read the file based on the run date. How can i handle the file name so the 800-OPENINPUTCSV-APLLOAD can recognize it Thanks for your hel...
2 3031 0
by  jaherbJump to last post
12/18/2013 4:17 PM

Remove a User Exit    

Started by  Roger French
I've got a User Exit for a program that's linked to a Lawson program. I compiled it OK. Now I don't want to use the user exit any longer. How do I unlink it or 'uncompile' it Do I remove the PD and the WS Or some other step Or do I recompile the Lawson program that uses the User Exit Thank you, Roger
2 3207 0
by  Roger FrenchJump to last post
12/11/2013 2:08 PM

Ho do you bold a line of text in .rpt    

Started by  wilcoxmad
I need to bold or highlite a line of text on a report. Anybody done that before Thanks.
0 2544 0
12/5/2013 5:00 PM

Filters    

Started by  Chesca
I have been trying to figure out why my code wouldn't filter transactions with date > given date. It's reading all the transactions, am I misssing something  Here is the code:               MOVE 'FTFLOAT80'       TO WS-ETT-PLAN-NAME               MOVE WR-TEM-COMPANY        TO DB-COMPANY.  &...
2
3375 1
by  ChescaJump to last post
12/3/2013 8:19 PM

Work file Field Names    

Started by  Srini Rao
We are in process on writing the conversion program for GHR implementation.  GHR needs long filed names like ” ContactDetail.Telephone.InternationalPrefix”. I tried to use 800-OVRDESCCSV- API, but it only uses 35 chars on the override field name.  Is there a way to get big filed names
3 2890 2
by  jaherbJump to last post
12/3/2013 8:10 PM

Spaces in CSV Headings    

Started by  Lynne
Does anyone know if it's possible in 4GL to put spaces in CSV column headings  For example, I need 'Contract Number' as opposed to 'ContractNumber' for the heading of a column.  I tried using the 800-OVRDESCCSV with spaces, but it doesn't respect them.  Thanks!
1 2653 2
by  LynneJump to last post
12/3/2013 1:52 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 8 of 23 << < 678910 > >>


RSS Feed Available