Forum: Lawson Design Studio

12 Subscribed to this forum
Page 7 of 18 << < 56789 > >>

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Page 7 of 18 << < 56789 > >>


RSS Feed Available