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:
Rich Cowie
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5255
People Online:
Visitors:
530
Members:
1
Total:
531
Online Now:
Paul D
New Topics
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
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
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
1375
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
Please
login
to add a topic.
Search this forum:
12
Subscribed to this forum
Page 7 of 18
<<
<
5
6
7
8
9
>
>>
Topics
Replies
Rating
Status
Views
Subscribers
Last Post
How to retrieve select value
Started By
Terry P
I have a custom Portal Page that has a button that calls an IDA 'select' for employee number (what happens when you click the drop down box next to an employee number on a form). That works, it brings up the Select and Filter drill down, everything looks great. What I can't figure out is when the user makes a selection and control is returned to my Portal Page - how can I get the value of what they selected I can't seem to find the correct javascript code in the Objects Viewer that retur...
17
8798
0
6/14/2012 8:00 PM
by
Robert Spurr
Design Studio: Refresh browser control after setting src
Started By
svelinka
In the Design Studio I am trying to add a broser control to my RQ10 form that opens my separtate C web applciation. If I set src like this when adding this Browser element to the form: BROWSER col='59' height='4' id='browser1' nbr='_l266' par='' row='3' src='some url' width='39' it opens this application correctly based on the value set to src. My problem is that I want to add the paramter to this url (the RQ number). So in method FORM_OnAfterDataInit() I added following cod...
4
4495
0
5/15/2012 5:59 PM
by
Ragu Raghavan
Hide a button
Started By
Angela Collins
I added a button on AP90.1 for an image of the invoice. Some process levels do not have images. I have been hiding them with lawForm.getFormElement('push3',i).style.visibility='hidden';. The problem is that the frame of the button is still there. There was a string from 2009, but the person had the same issue.
4
4916
0
5/9/2012 9:43 PM
by
techguru
Button to Call a URL
Started By
Angela Collins
On my AP90.x screens, I need to pull up an image of the invoice if it is available. I put in code to hide the button if I know there is no image. Then, I did an on click function to pull up the URL. I notice that if I select an action of URL and hard-code the URL, it opens a blank window. I need to build my URL because the voucher number is a parameter on my URL. When I removed the URL, I noticed that as I was popping up my image a about blank window appeared. I hardcoded my Intranet home ...
3
5482
0
5/1/2012 7:04 PM
by
Robert Spurr
Style Sheets in DS Forms?
Started By
George Graham
Has anyone done any formatting through css of forms Curious how you did it and how difficult We are trying to push out a form within the concept of MSS so what to format it to have that same look and feel....I see the css and js files related to the formatting done in EMSS - just have not gone down the path of trying to pull that apart to see what all I need in a DS form to accomplish that...
1
4060
0
12/8/2011 7:49 PM
by
George Graham
New DME Object
Started By
Robert Spurr
Is there a way to create a new DME object and blend data (More like construct the new DME) from the other DME pulls. I'm trying to create a way for users to dynamically and on demand see the the requisition approval matrix but because the information sits in tables that can't connect naturally (RQ/WF) I can't create the DME through the normal process. I want to display the full matrix not just a specific department so doing a two step process is out. (ie..Click RQLOC record and then display ...
2
4852
0
12/15/2011 4:07 PM
by
Robert Spurr
Find all objects on form?
Started By
George Graham
Anyone know how programatically to get a list of all objects on the form Trying look at something to loop through all of the objects for a specific purpose....
6
4796
0
12/19/2011 4:55 PM
by
George Graham
Design Studio javascript, retrieving NAME field from LSF9 Resource Mgmt
Started By
Scooter
With Design Studio javascript, how do you retrieve NAME from LSF9 Resource Mgmt with the UserID
4
6216
0
5/16/2012 7:19 PM
by
techguru
How to display 2 lines for each dataquery row?
Started By
Scooter
In a portal page, I have a dataquery with too many fields to display on one row One field is a Comment field and has a length of 60 characters. How could I put this Comment field below the other fields returned from the dataquery I'm querying REQLINE and can return 1 to many lines. Here's an example of how I want it to display: (1st row) FLD1, FLD2, ...... COMMENTS (2nd row) FLD1, FLD 2, ...... COMMENTS ......... ...
0
3864
0
Using Design Studio In MSS
Started By
BradF
Is it possible to use Design Studio in Manager Self Service. We would like to block some of the links to employee information. Thanks, Brad
1
3893
0
2/21/2012 12:55 AM
by
Ragu Raghavan
M3 web services
Started By
prakash
Hi, Where can i get information on M3 Web services I am new to M3 web services and want to learn. regards, Prakash B
0
6056
0
Need to add two extra field on AP16.1
Started By
Logini Maheswaran
In UI designer, I am modifying AP16.1 form. I want to add two extra fields into the screen and want to map it to a data source. I want to have field called “Hold code” and want to map it to VEN-HLD-CODE and field called “status” and map it to VEN-VENDOR-STATUS. Currently these two fields are not part of form AP16.1, therefore I can’t find them in the data source on the property panel. How do I do this
9
4601
0
3/27/2012 2:46 PM
by
John Henley
Style Sheets in Design Studio
Started By
Robert Spurr
I saw one question regarding style sheets but with no follow up and not exactly what I was needing. Has anyone implemented any open source solutions like FlexGrid within Design Studio I'm currently trying out Sigma Grid but having difficulty with the CSS file. The data displays but absent of any of the styling, almost like it is ignoring the file. I used the import script without error it just doesn't display correctly. Has anyone ever implemented a custom Style script within Design Studio...
2
3778
0
4/3/2012 8:14 PM
by
Robert Spurr
How to launch RQ10 from a Portal page button
Started By
Scooter
On my portal page, I want to launch a RQ10 formlet and allow approver to change fields. How do you launch RQ10 formlet from a portal page button Thanks for your assistance and info.
7
3936
0
4/10/2012 5:03 PM
by
Robert Spurr
how to launch customized RQ10 from a Portal Page
Started By
Scooter
I would like to use our 'customized' RQ10 form on Requisition processflow approval screen. Our Requisition approval screen is actually a Design Studio Portal page with 'Approve' and 'Reject' buttons. I'm not sure how to launch our 'customized' RQ10 from the portal page.
0
3982
0
How to pass form Key fields to a custom form
Started By
Scooter
Using javascript, I'm opening a custom RQ10 in a new window and want to pass the Key fields (i.e. Requester, Requisition Number) to RQ10 in the new window. Also, would like RQ10 to 'Inquire' automatically with the form key fields (Requester, Requistion Number). I've got the javascript to open a new window with custom RQ10 but there are no Key fields. Anybody done this before
0
3995
0
How to call an xml program using the onClick function?
Started By
BruceB36
I have a design studio form for RQ44. We have created an xml screen to display related data associated with the Requisition. I plan to copy this xml screen and remove some of the none required information. Then would like to allow the user to click a button that will call the xml screen. I'm looking for the syntax within the onClick function that will allow me to call the xml screen. thanks in advance for any help.
0
4337
0
DME query with field that may contain &
Started By
mikeD
When I run DME query to pull in the invoice discount amount if the invoice number contains a '&' then the DME fails. Is there a trick to avoid this problem
6
5818
0
4/25/2012 6:10 PM
by
mikeD
Design Studio trigger won't create work unit
Started By
Duane
I've inherited a Process Flow that is triggered by a Design Studio lawson xml for an online form (FB40). The xml has a WFWK embedded. We made a change to the development flow to use a new Design studio xml for the Inbasket (populated FB40 screen). Now the flow refuses to trigger. The online form is checked in Design Studio to be used as the default form. All services and config in Admin screen mirror production (which is still working OK). What are the usual culprits for this type of activit...
4
4377
0
6/6/2012 7:29 PM
by
David Williams
Trans XML?
Started By
George Graham
Does anyone know if the Trans XML is available in a variable from within design studio I'm trying to capture this in the before transaction function and parse through it for some PA52.x screens - but since the fields can change locations if the order is changed wanted to see if I could parse out the field name knowing that the 'before' and 'after' value would be the next two values.... But I can't seem to find if this is available anywhere..... My other option was just to loop thr...
1
3707
0
6/19/2012 6:26 PM
by
Phil Romov
Hide Date Field Date Picker Icon
Started By
Kevin Cubillas
Hi, I am working on a DS form that has fields I want to hide and display as a user fills out other fields. When I try to hide a date field, the little date picker icon () does not disappear. The date field disappears but the icon does not. Also, if I place another field on top of it and make it visible, the date picker continues to display through the visible field. Code to make date field hidden: var objDate1 = lawForm.UIDocument.getElementById('_f22'); objDate1.style.v...
4
5440
0
6/20/2012 5:30 PM
by
Phil Romov
Need Help with AGS Call and FC!
Started By
LauraP
Hi - We are still on release 8.0.3/Unix/Oracle. We have several Visual Basic programs that do AGS calls to various Lawson forms (OE10, RQ10 for example). In some cases, when passing the FC value (for a change for example) - the VB app passes a 'C' and in other cases it passes the whole word 'CHANGE'. We have an issue now where VB apps that used to pass the whole word 'CHANG...
4
4066
0
6/21/2012 2:31 PM
by
David Williams
Add Custom Drop Down list
Started By
maalimsimo
I need to add a custom drop down list with just about 4 items, to the Lawson AC10.1 'Output Description' field, using Design Studio. Has anyone ever done this before (even on a different form) If so, could you kindly share your notes, experience, etc. Thanks in advance. Maalim.
3
4911
0
6/25/2012 6:54 PM
by
David Williams
Date Picker Malfunction
Started By
Kevin Cubillas
Hi, We are working on some pretty lengthy forms in Design Studio. We have a number of fields that have some large text boxes and lines to spread things out and give the user instructions as they fill out the form and/or answer questions. In some cases, there are dates that need to be filled out. When we move the dates down beyond a certain line (line 24 perhaps), the date picker stops working. When you click the date picker image, the calendar may appear and disappear or it m...
0
4178
0
PO 20 need an alert box
Started By
Kate Liamero
We would like to do is have an alert popup in PO20 when a user tries to release a po where the PO header ship to is different from the PO Header Process Level. Not a hard stop just a popup box saying Hey these are different are you sure this is what you want. We already have the following script on the PO20 to check that if the accounting units fall between a range then an asset template is required but I believe this one is a hard stop. I just want an alert box not a stop. Any an...
0
3707
0
Please
login
to add a topic.
Page 7 of 18
<<
<
5
6
7
8
9
>
>>
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