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:
0
Overall:
5210
People Online:
Visitors:
288
Members:
0
Total:
288
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 9 of 18
<<
<
7
8
9
10
11
>
>>
Topics
Replies
Rating
Status
Views
Subscribers
Last Post
mimic CNTRLSHIFTKin Design Studio
Started By
TracyO
Does anyone know if there a way in Design Studio to mimic the CntrlShiftK so that I can position to a certain spot on a DS form and clear all the fields to the end
3
3739
0
by
Lorena
7/7/2011 4:32 PM
Add values to listbox from dme query
Started By
George Graham
Looking for the java syntax to add values to a list box on form init from the results of a DME query. This isn't a field from the form so can't simply attach that to the object. I just can't find my notes on how to add the text, phrase and values to the object.
2
3841
0
by
Ragu Raghavan
6/27/2011 12:35 PM
Changing Field Help
Started By
Terry P
I thought I had seen one time a way to change the field help using script, but alas I can not find it now. I would use a tooltip, but it's a selectbox which doesn't allow for that. Any suggestions
2
3699
2
by
LouD
6/24/2011 4:11 PM
Hyperlink to Portal page
Started By
Robert Spurr
I trying to create a User Defined Menu in Design Studio so I can provide links to custom portal pages. The problem is I can't seem to determine the correct URL. I've tried: /servlet/gettravsrc=/lawson/portal/content/pages/rqrequester.xml returns the xml /lawson/portal/pages/FILE=rqrequester.xml returns a blank page LAWPAGE|file=rqrequester.xml returns a 404 error Does anyone know the proper URL format Thanks Robert
1
4671
0
by
Robert Spurr
6/23/2011 6:14 PM
disabled.true no longer works for text boxes after OnAfterTransaction
Started By
ShawnV
To disable entry fields in design studio we used to use lawForm.getFormElement('text1').disabled=true. However after our latest ESP upgrade (9.0.0.9), this no longer works. After Lawson calls the OnAfterTransaction, it is somehow redrawing the screen & the text box is no longer being disabled. Has anyone encountered this & does anyone have a work around to disable a text field Thanks, Shawn
2
3451
0
by
ShawnV
6/17/2011 11:39 AM
Populate Fields Normally Populated by Rules
Started By
Angela Collins
When I key in a field and tab out, a rule populates some display only fields. If I put a default value to the field, the rule does not kick off. Is there a way to trigger the rule to populate the fields The only other thing I can think of is to do a DME call to get the field and set the value of the form.
1
3268
0
by
Derek Czarny
6/13/2011 8:16 PM
SOAP Call
Started By
Angela Collins
We have a request to put a button on a screen which would trigger a SOAP call. Has anyone done this or have any suggestions
0
3745
1
6/1/2011 1:05 PM
Change labels based on listbox selection
Started By
Bakerstreet
Hello all. I am new to Lawson Design Studio. I am trying to create a javascript that will change the labels on a form based on the item the user selects from a listbox. Here is what I have tried to do: function select1_onChange() { if (lawForm.getFormValue('select1') == 'P') { lawForm.setFormValue('label14', 'Account Number'); } if (lawForm.getFormValue('select1') == 'R') { lawForm.setFormValue('label14', 'City or Address 5'); } } This does not work. It do...
2
4408
1
by
Bakerstreet
5/23/2011 1:00 PM
Creating a New Form in Design Studio
Started By
gastonak
I need to create a New Form from scratch or from an existing form as a base. In either case, I want a new form without modifying an existing Lawson 'core' form or affecting users at all. Can I create a new form using Design Studio In Design Studio, I have to select an existing form either with the Quick Paint or the Blank Palette checked, and even that I can rename the Custom Id I am still concern that I am customizing an existing form which is completely different that creating a new form. M...
6
4697
1
by
David Williams
5/20/2011 2:28 PM
Design Portal Page Objects
Started By
Robert Spurr
I have a portal page with a formlet and DME object. When I inquire on the form I get the DME to refresh correctly. The DME rows have checkboxes where the user can select 1 or multiple rows. I want to gather information from the selected rows and pass values from the form to a processflow trigger. To do this I put a button on the form but this is where I'm having problems. The script tied to the button doesn't seem to find the DME object and errors on page. I put an alert just to see if it w...
1
3948
0
by
David Williams
5/18/2011 12:53 PM
Form Transfer to the home page
Started By
Derek Czarny
In design studio, how can I use the lawformDoTransfer to send the user back to the index.htm page Or any method to send the user back to the home page.
1
3557
1
by
Derek Czarny
5/2/2011 5:59 PM
Process Flow and Field Changes
Started By
Angela Collins
I know I could create 2 versions of a screen--one when the user is accessing it through Process Flow and one when the users is not accessing it through Process Flow. I hate to have to maintain both screens. Is there a way to determine whether the user got to the screen through Process Flow because we would like to hide/make visible some fields if entered this way
2
3648
1
by
Angela Collins
4/15/2011 1:09 PM
Populating text box from a DME Call
Started By
Ahmer
We have a custom text box in BL 31.3 we used them to store additional description values in the custom tables. Now we want to populate those values in the text boxes after DME call retrieved those values from the database by clicking on Inquiry. DME call fetches two rows, I need to populate a text box with these values in a textbox twice for line nbr 1 and line nbr 2. Below is the code, we are using function FORM_OnAfterTransaction(rowNum) { var vComp = lawForm.getFormValue('text1'); var ...
7
5557
0
by
Ahmer
4/7/2011 1:14 PM
only allow users to select items from a listbox or items from drill around
Started By
LisaN
We have a DS form for RQ10. Some of the fields are either listboxes or text fields with drill. Is it possible to only allow the users to select from the items in the listbox or drill-around. We don't want the user to manually enter data in the fields. Is this possible So far I haven't found a way. For example: the 'Minor Class' field is a text field with drill-around. Can we make the field so the user can only select the options from the drill the Warranty field is a listbox; we want the u...
4
4000
0
by
David Williams
3/22/2011 7:09 PM
File chooser in Design Studio
Started By
John Cunningham
Is it possible to create a drop down file chooser in design studio. I am looking for something like the html file input box.
5
3837
2
by
John Henley
3/9/2011 7:06 PM
Java Array Creation error
Started By
brihyn
I've got some java scripting to assist with pulling up images, and for one section, I need to strip out leading 0's that are on the screen to find the correct image. I found some great code on the web, but Lawson is screaming at the commented-out line where I declare the array. Is there a way to do this that Design Studio approves of Here's the code I have: function removeLeadingZeros(str) { if (str == null) { return null; } // char[] chars = str.toCharArray(); index = 0; for ...
5
3477
2
by
John Henley
2/17/2011 9:36 PM
Portal Page Text Object
Started By
David Williams
I'm not assigning my text object with a starting value. I have a script within the Portal Page that parses text out of an array and then am using that to try to update my text object but the text isn't displaying on the page. var txtObj=page.objects['text1'] txtObj.text='My new text' If I alert (txtObj.text) is comes back with 'My new text' but won't display on my page. I'm stuck on what to do (and Lawson was no help).
1
3530
0
by
Terry P
2/16/2011 4:50 PM
Design Studio AGS call delete not working
Started By
Linda Ogle
I am trying to get the AGS call below to delete a record from a file. I have checked all the variables to make sure they are populated properly. Is it because the form,,FE14, requires a inquire before the delete I am getting message nbr =11 and message 'no more records for given key'. Any suggestions I am new to this and therefore I am Javascript challenged! var s = portalWnd.AGSPath '_PDL='; s = portalWnd.oUserProfile.getAttribute('productline'); ...
1
4404
1
by
Linda Ogle
2/14/2011 10:36 PM
Best Practices
Started By
Angela Collins
Much of the Javascripting references the field ID. OnBlur uses the field ID as well as several others. How do you make it easy to maintain since the field numbers can change with patches Our thought was to put as much of our customizations in Javascripting because when customizing the COBOL, that normally gets the response that the customization is the issue.
2
3435
1
by
Angela Collins
2/2/2011 7:04 PM
OnClick
Started By
khart
I am able to use OnClickCheckBox and OnRowClick to trigger events but is there an Event to know the exact field a user clicked on the row if you are using OnRowClick
3
3648
0
by
khart
1/26/2011 7:37 PM
changing how a table is accessed
Started By
SusanB
I am working on a Design Studio modification to a Work Flow inbasket. The Design Studio accesses the APINVOICE table and the APDISTRIB table. Currently, both DMEs are using the following fields to query the tables:company;vendor;invoice;suffix;cancel_seq. Since querying the APDISTRIB in this manner is inefficient, I would like to change this to retrieve the obj_id field from the APINVOICE table and use it to query the APDISTRIB table. My problem is I am new to Design Studio and am having difficu...
3
3648
0
by
David Williams
1/13/2011 5:39 PM
Portal Page Design studio Select product line workunits
Started By
Deleted User
I understand there is only one Logan DB on the server we use, but we have 3 product lines on that server. We get workunits in our inbaskets from all product lines when we are logged on to one product line. I know we specify the product line in the .xml, but is there a way to specify the product line on each field we are populating to the Portal Page. How can we ensure we only get the workunits from the designated product line Thank you for any light you can shed on this issue.
6
4136
0
by
Roger French
1/8/2011 7:17 PM
Portal page xml Source
Started By
Deleted User
New to design studio; I think I need to start from scratch. Is there any to take a Portal Page .xml file and determine the steps the designer went through to create it. I can understand the tables, and the fields, BUT how do you know how they created the access to the tables Thank you.
2
2979
0
by
Deleted User
1/6/2011 4:55 PM
Securing DS in PROD
Started By
mark.cook
We are looking at options to install DS in PROD but securing it from the common Lawson users. To date we have only had it installed in DEV and move the forms to PROD updating the product line,etc as needed. Has anyone been successful in securing DS in a PROD environment
8
4048
2
by
Nick
1/3/2011 3:58 PM
AGS call from .net to Lawson 9.0
Started By
John Polito
(
1
2
)
Before we upgraded to Lawson 9.0 i was able to do AGS call from my .net web application. I am now having security issues, can someone tell me the process now to pass the username and password in to the Credentials. Also i'm getting an error on servlet/ags saying that the servlet is not found. If you need more info just let me know! Thanks, John
49
50299
13
by
vb
12/31/2010 4:06 AM
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 9 of 18
<<
<
7
8
9
10
11
>
>>
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