Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
User Experience
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Zac Shields
Past 24 Hours:
0
Prev. 24 Hours:
2
Overall:
5210
People Online:
Visitors:
382
Members:
0
Total:
382
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1372
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Forums
User Experience
Forum:
Lawson Design Studio
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.
Search this forum:
78
Subscribed to this forum
Page 17 of 18
<<
<
14
15
16
17
18
>
>>
Topics
Replies
Rating
Status
Views
Subscribers
Last Post
IDA call from Design Studio
Started By
Terry P
Has anyone done any kind of IDA call from within Design Studio I'm currently on 8.0.3 Portal and have found the following happens when doing a call. The call works fine, except when returning from the call, the top row of 'buttons' (Add, Change, Inquire, etc) have all dissapeared. If you do a simple drill in the normal way of right clicking in a field it works ok, but on any form, any type of ida call does this. Lawson has been able to duplicate it with my code - but has assigned it a low prior...
1
4623
1
by
Terry P
4/16/2008 4:58 PM
Send email in Javascript
Started By
Terry P
Has anyone sent an email using script from within a form I know the code for normally sending an email would be something like: document.forms[0].action = 'mailto:' document.forms[0].recipient.value 'subject=' document.forms[0].subject.value; But can I do that in a form
20
15599
3
by
Terry P
4/10/2008 1:57 PM
Adding a Total field using JavaScript
Started By
Deleted User
I don't have much experience with Design Studio and in need of help. I'm trying to add a field to display the grand total of a purchase order. On the available data src, there is no field for grand total, so I will have to add one using calculation of existing field values. I want the total to display, of course, after a successful inquiry. I would like to use the 'Inquire' button to trigger the calculation - how do I go about doing it
5
4803
1
by
Deleted User
4/3/2008 8:06 PM
ON_AfterTransaction with message
Started By
TracyO
I am trying to clear a user field that I moved to the main AR30.1 screen after the user sucessfully processes the payment. I have added the following javascript, but it is clearing the field on ANY transaction, including 'Add Complete - Contiue'. (they need to do an add and a change before they process, and we need this user field there at the time of process) Does anybody have any ideas, why it is clearing if the message 'Processing complete' is not being returned function FORM_OnAf...
2
5046
1
by
TracyO
4/2/2008 6:50 PM
Wheres my field (GL20)?
Started By
mondrar
I made a change to the file GLADDRESS, and added a fourth user field that I would like to use on the GL20. I did the usual dbdef, blddbdict, and dbreorg. The new field is in GLADDESS, field name (OPTFIELD4), and now I would like to add it to the form GL20 using design studio. I usually start from scratch when creating new forms, but this time, I would just like to add this one field. When I go to the GL20, add a new text box, and look for the new field I added, it is not there. Is this the prope...
4
5096
1
by
mondrar
3/10/2008 6:58 PM
getattachrec and javascript
Started By
Terry P
I have a similar problem I'm working on that maybe this might be the solution. The problem is you can not query or display comments (which are stored as attachments in H_Pxxx files) with Portal forms - only by drilling down. Lawson support pointed me to a utility getattachrec call. I don't know though is that can be called from within javascript in Design Studio. Has anyone used this utility
3
6588
0
by
Terry P
2/25/2008 11:26 PM
OS Call using javascript
Started By
mondrar
In a unix environment, is it possible to make on OS call using javascript in Design studio
6
14524
1
by
John Henley
2/25/2008 6:43 PM
Change Sorting Order of A Form
Started By
Deleted User
Is there a way to change the sorting order of the data displayed on a form like PA43 - I want the records within a requisition to sort by Names, not applicant numbers... Any insight would be greatly appreciated.
2
4347
1
by
Deleted User
2/20/2008 7:56 PM
GL90 Calcs
Started By
mondrar
I would like to perform some calcs on the value of the numbers shown under Amount, the credit and debit amounts displayed on the GL90. I have tried several ways, but I am unable to get any data from these fields. I've tried retreiving the values by field Nbr, Name, Data Src, using the lawForm.getDataValueById, and lawForm.getDataValue, and nothing. I can do a simple alert in certain fields, but none that are in the object that displays the retreived data. Does anyone have any ideas as to how to...
3
4458
1
by
John Henley
2/20/2008 7:55 PM
IOS Call Using XML Output
Started By
Sameer
Hi I want to know: 1) How we can extract data from Database Table using XML output or CGI call. 2) How we can store the same data in array to display in HTML file. If possible expalin with an example.
0
4819
0
2/13/2008 6:56 AM
PA52.4 AGS Call
Started By
John Polito
Hi All its me again :) I am trying to create a AGS call for a ADD in the PA52.4 in design studio but i keep getting 'Record does not exist' message. I have entered all of the required fields so i thought along with the HK. If any one has run into this before and can help me out i would really appreciate it. Oh by the way John Henley if you see this I did get the PA52.1 to work out of my .NET application. Thanks
12
13982
2
by
John Polito
1/24/2008 2:25 PM
Using Design Studio for MSS
Started By
PV Rajan
Hi: Is it possible to customize Self service forms (Employee Self self service & Managers self service) using Design studio Thanks in advance for your responses!
2
13104
1
by
Robert
8/8/2007 5:14 PM
Why some fields are grey
Started By
Terry P
I've made modifications to the PO20.1 screen. Now I notice if I 'tab' thru the fields, they turn 'grey'. What causes that See the attached screenshot for an example.
3
12493
1
by
Terry P
8/1/2007 4:24 PM
Which event will trigger?
Started By
Terry P
I'm doing a DME call to retrieve the default location for a buyer. I want to then default that in PO20. I've got the DME working correctly, but am have problem figuring out which form event to use that will allow me to 'display' the value using lawForm.setValue. I want to display this as the default value prior to them entering any data on the form. One thought was to use the 'on blur' for the first field on the form they are required to enter Any other suggestions to try
3
12711
1
by
John Henley
7/31/2007 11:50 PM
Problem with lawForm.getFormValue with textarea
Started By
Matt
I am using a textarea in a Custom Portal form. When I type something in a blank textarea and blur out of it the lawForm.getFormValue is accurate. But if go to that field again and select some text in the middle of it and put new text in and blur out of it, the lawForm.getFormValue is not accurate. I need some help quick because I implemented some forms with textareas in production and I have shut it down because of this problem. Example: Textarea is blank I type 'test' in it, TEXTA...
8
13529
1
by
Matt
7/31/2007 8:19 PM
Learning Javascript
Started By
Terry P
I'm fairly new to Javascript. I've got several reference books etc that I use when I get stuck. Part of my problem though is knowing the 'Lawson hooks' into many of the javascript commands. For example in the last August newsletter the following was posted: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ copy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Version 8: You're creating a Lawson Design Studio page, and want to access some fields from a user's WEBUSER (RD30) record. How do you do it Using JavaS...
3
13438
1
by
John Henley
7/31/2007 7:25 PM
Java Script for AP20.1
Started By
Deleted User
I have a user who would like to have all fields cleared after she does a Match in Ap20.1. Currently all fields clear successfully on a custom AP20.1 except for the Vendor field. I tried various JAVA scripts all to no avail. Anyone know of a Java script (or any other method) that can clear this field Thanks.
7
14469
1
by
John Henley
7/31/2007 12:29 AM
Ap20.2 and Imagenow
Started By
Kate Liamero
I am creating a custom AP20.2 screen to intergrate with ImageNow's Internet Explorer Learn applet. I want to be able to pull the vendor name from the AP20.2 screen into the Imagenow index. I have no problem with the co, vendor, invocie and invoice date because the learn mode can capture them as id = _f6 customid=text1. Learn mode cannot see the vendor number because it is an out field. The learnmode can only see fields such as id_f9, form5, TF0-06, DTO28, and it can see text placed on a...
5
15358
1
by
Kate Liamero
7/12/2007 5:34 PM
screen change...
Started By
Shane Jones
I want to use the 'Employee Dates' page from manager self service to display different fields... Would it be difficult in design studio to create a page with number, name, process level, department, fte, status, cost center distributions.... Any thoughts
1
12941
1
by
John Henley
6/19/2007 2:21 PM
Set default value on Inquire
Started By
Chris Puckett
When I Inquire on a record in PA02, I want to set the value in the 'Update Employee' field to 'Y'. I know how to default it to 'Y' when you enter the form. But when you inquire on an existing record, the value switches to 'N'. Any thoughts >> Nevermind, I figured out the syntax.
1
13379
1
by
John Henley
6/5/2007 1:10 AM
AP20 Release functionality
Started By
mondrar
Does anyone have any ideas on how I can add a 'Release' button to AP20 using a javascript in design studio Any Example scipts would really help...
2
13081
0
by
mondrar
4/11/2007 1:23 AM
Problem with new tab in Design Studio
Started By
Matt
I have added a new tab on the PA42 token in Design Studio, but when I inquire or change while I have this tab is Active, it goes back to the first tab. How do I keep this from happening I want it to stay on this tab. Do I need to change the screen definition in pgmdef
1
12947
1
by
John Henley
3/22/2007 7:29 PM
Javascript for submitting batch job
Started By
Terry P
I am trying to create a simple form where it will submit a job based on the user checking a checkbox. It doesn't give an error - it just doesn't work. I don't know if it's in the variable being set - or what. I got the idea from a Lawson KB article, but can't seem to get it to work. Here is my code: function test1() { var vCheck1 = lawForm.getFormValue('check1'); var vJob1 = '/cgi-lawson/jobrun.exeFUNC=run&USER=>//>&JOB=WH130&OUT=javascript'; if (vCheck1 == 'Y...
11
16867
1
by
Shane Jones
3/21/2007 3:26 AM
Retrieving Tab Region field valueAny
Started By
Deleted User
For a screem consists of three parts: Head, Detail Line and tab region for each detail line, such as PO25.7, does anyone have experiences of retrieving the values of fields of each tab (for each detail line) Thanks,
2
13282
1
by
Deleted User
8/23/2006 12:41 AM
Any books on using javascript in design studio?
Started By
KEVIN POINDEXTER
Anyone know of any resources on coding JavaScript in design studio Found Lawson resources lacking, I am a cobol programmer needing to learn JavaScript, need to code some edits, we have created our own system code and have copied and modified Lawson programs with our own edits, easy to do but not a good idea, need to use JavaScript for edits like; use line item fields as the key for a DME call to check a value in a field in the retrieved record before a change or add, check the first two digits ...
3
14030
1
by
KEVIN POINDEXTER
8/8/2006 4:49 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 17 of 18
<<
<
14
15
16
17
18
>
>>
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
--Infor Social Space
--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