Forum: Lawson Design Studio

 77 Subscribed to this forum
Page 13 of 18 << < 1112131415 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Update hidden field    

Started by  Bob Clark
I am trying to update a hidden field in Design studio.&160; I am new to Design Studio so please forgive.&160; The hidden field needs to be updated when the select12 is 'S'.&160; How would I do this function FORM_OnBeforeTransaction() { &160;&160;&160;&160; var vList = lawForm.getFormValue('select12'); &160;&160;&160; if (vList == 'S'); //&160;&160;&160;&160;&160;&160;&160;&160; UPDATE hidden56 = y; &160;&160;&160;&160;&160;&160;&160;&160;&160;&160; return ...
1 3190 0
by  Bob ClarkJump to last post
11/23/2009 4:41 PM

Food for thought    

Started by  Terry P
Let me start out by saying I am not (any longer) a COBOL or RPG programmer. I don't have access to the code to make changes. I think however I've gotton pretty good at using Design Studio's scripting feature to make pretty extensive changes to a form (knowing all to well the risk you take) After a recent project where I was able to extensively modify a form that was designed for one purpose, and used for another, it got me to thinking - If a generic form was written that ONLY did read/write bet...
1 2765 0
by  David WilliamsJump to last post
11/17/2009 12:44 PM

Number of rows in Detail Area (AP20.1)    

Started by  Tom Sinkula
Can I alter the number of rows in the Detail Area of a screen, e.g. AP20.1&160; It currently is set to 5.
9 3797 1
by  Tom SinkulaJump to last post
11/16/2009 9:23 PM

Any ideas?    

Started by  wilcoxmad
I have a form that allows the users to select an applicant with a push button. The form then sends the user to an HR11 clone with the company and SSN. The default form for the GH11 looks for an inquire function with out an employee number. It then does an applicant lookup by ssn. The problem is that the passed data is not getting to the second form. When I do an alert on the SSN for the second form, it is blank. Here is the code from the two forms. &160; &160; FORM&160;&160; 1 &160;---...
10 5042 2
by  wilcoxmadJump to last post
11/12/2009 6:23 PM

Non Lawson system Code    

Started by  JavaCafe
Hi All; This question has been asked in the past but there's no answer so I create this topic again and hopefully someone will have an answer for me &160;I try to create some custom forms in DS based on some Non-Lawson tables. I've created new system code, defined db files; rebuild dic and run dbreorg. Everything&160;seems OK.&160;In DS, I can see the new system&160;code and new file in Data&160;Query; however i&160;don't see the form ID from that system code if&160;use&160;Formlet or ...
4 3325 1
by  JavaCafeJump to last post
11/11/2009 5:37 PM

Error not displayed after AGS call    

Started by  Joe O'Toole
We have a custom form that is calling out to a modified version of HR11. When a BSI tax factory error is detected a message should be displayed indicating that tax errors exist and the user can click off to continue. At some point either through upgrading to LSF 9, upgrading to BSI or modifying the custom DS form, the error has stopped being displayed. The code to check for errors after the AGS call is as follows. Any ideas on where to start with&160;debugging where this is broken AGS CALL OC...
5 3285 1
by  John HenleyJump to last post
11/11/2009 5:28 PM

Images for Design Studio    

Started by  Woozy
I'm trying to use some custom jpg images in design studio, but all I'm getting is the blasted red-x-of-death.&160; I&160;have been able to use other jpg images that I've found elsewhere (i.e. google-logo.jpg) and they work fine. Is there something I'm missing&160;&160;Is there a resolution or size limit on these files I'm pulling my hair out over this one.&160; Thanks!
2 3310 1
by  WoozyJump to last post
11/11/2009 11:48 AM

StringIndexOutOfBoundsException: 00000000    

Started by  Goober
This one I've Looked at over and over and can't figure it out.&160; It tests fine via HTTP URL but when I attempt to run it by clicking the button it flakes on me and I get the StringIndexOutOfBoundsException: 00000000.&160;&160; The code is straight forward. I'm doing an AGS call to a process flow trigger via WFWK.1.&160; It begins to exicute&160; but then crashes. function BUTTON_OnClick(id, row) { &160;&160;&160;&160;&160;&160;&160; if (id == “push5”) &160;&160;&160;&160;&...
4 2912 0
by  GooberJump to last post
11/3/2009 3:11 PM

AP20 AGS Query dropping line items higher than 5    

Started by  thegris
I'm programmatically building a query to submit an AP20 invoice to Lawson's URL&160;interface.&160; It dynamically generates the query and puts in however many line items are associated with the invoice. When I&160;look up the invoice using the AP20 screen, only the first five line items are retained.&160; I&160;also get an error message returned from the query that says 'Distributions out of balance', which makes sense if it is dropping additional line items. Is there a way to increase t...
2 2782 1
by  thegrisJump to last post
10/26/2009 2:59 PM

Send a partially filled out DS form from another    

Started by  wilcoxmad
I want to allow a user to select a record from a list on a Design Studio form. Then I'll send them all the related data from the record they selected, after pulling the data from a custom table in the DB, to another DS form. They can use that data, along with more that they enter, to do an add on the second form. In this case I want to show them a partially filled out form that is a single page , no tabs, version of HR11. So I want to send them a form created in Desing Studio, with the data ...
6 3417 0
by  David WilliamsJump to last post
10/19/2009 5:01 PM

Implementing portal page as a self-service module/component    

Started by  Teresa
I want to Implement a design studio portal page to display emergency contacts for a group of folks.as as a self-service module. Ihave success with using the user variable on the Index. But I have had no success doing this in the the query criteria. It seems to ignore the entry. For instance I want to check an RM attribute of the logged in user against the value in the employee record so that the person inquiring only see the people assgined to him. I picked the field from the dropdown list of th...
2 2451 1
by  TeresaJump to last post
10/16/2009 12:45 PM

Maximize window in Page Designer    

Started by  Mark A
I'm creating a page using Portal Page Designer with only one window and would like to automatically maximize the window on screen for the user.&160; I can set the width and height but would rather have it fit to the screen.&160; I'm sure you can script it, but not sure how. -Mark
4 2795 1
by  Mark AJump to last post
10/14/2009 12:38 PM

Updating Attributes in LSF9 using Design Studio    

Started by  Aida
I could not update this topic.&160; Kept getting&160; the following error:&160; Exception has been thrown by the target of an invocation so I had to start a new topic.&160; Joe O'Toole below is the answer to the question you asked. Our RQ04 is a design studio screen that we’ve added a flag to that can be flipped to identify a requester as an overnight requester.&160;That field updates the rd30 attribute...which is used in the req approval flow.&160;We are looking t...
1
2924 0
by  Judy ConsoliJump to last post
10/13/2009 1:28 PM

validating field for each row in the details section of a form    

Started by  mjcindc
Hi All, I'm working on and customizaton to PO39.1. I need to iterate through all rows in the details section and check to see if the 'FC' value is 'A' or 'C'.&160; If it is, I want to make sure there is something in the 'sublot' field.&160; With what I've written, it only checks the 'sublot' field on the first row even if the add or change is on another row.&160; As long as the 'sublot' field is populated in row one it accepts the change.&160; This is what I've got so far.&160; It's clear ...
8 5069 2
by  John HenleyJump to last post
10/3/2009 10:08 PM

Additional Detail Lines possible in AR30.1 or AR33.1?    

Started by  michael2
Our AR departments find it very difficult to deal with only 11 detail lines in AR30 (and only 8 in AR33).&160; Is there any way, short of COBOL, to have more than that number of lines display and allow interaction when inquiring A little help please...
3 3439 3
by  John HenleyJump to last post
10/3/2009 10:08 PM

AGS Syntax is AddChange supported?    

Started by  Joe O'Toole
I can't seem to remember what manual the AGS syntax summary is in - does anyone know Specifically what I'm tring to do is run an ADD/UPDATE from the AGS call to a custom program that was originally built off of HR11. The&160;code&160;within the call contains&160;&160;_EVT=ADD&FC=AC. I swear the FC=AC was working a few days ago but the update part isn't working today. There is a portal content related XML file error in IOS.log, but I don't think this is related&160;to my problem&160;an...
1 3493 0
by  RandallJump to last post
9/29/2009 7:09 PM

Invoking a function from radio button state change    

Started by  Joe O'Toole
I've tried&160;adding the onclick or onchange options to the radio button FLD definition - IE:&160;onclick='test_function()', but it&160;seems to have no effect. has anyone done this or is there a better way Thanks.
5 3619 0
by  Joe O'TooleJump to last post
9/22/2009 2:57 PM

Triggering a ProcessFlow from Portal Page Designer?    

Started by  SteveT
With ProcessFlow Integrator, Is it possible to trigger a Process Flow from a custom Portal Page Design or is it only possible from UI Designer&160; If it is possible can someone give me a hint - i want to pass three parameters to a process flow.
5 3690 1
by  SteveTJump to last post
8/19/2009 7:41 PM

Custom RQ10 Tab order    

Started by  mark.cook
We have a custom RQ10 form used in conjuction with RSS to have our users enter req's. We are finding that when adding information, the users fill in the form up to unit cost and then hit tab. The tab takes them to line 2 description. This is causing errors and confusion. Is there a way to change the default tab order to keep them from making these errors.
6 4057 0
by  mark.cookJump to last post
8/19/2009 3:12 PM

Vendor name on AP 20.2    

Started by  Kate Liamero
The vendor name on AP20.2 is an output only field.&160; We use Imagenow and it cannot find the vendor name on the AP 20.2 to add it as an index in the learnmode.&160; What I need is to add another field to the AP 20.2 that will display the vendor name without being an output only so the Imagenow learn mode can see the name and when we click limk it can populate the vendor name in the index field for the image. As soon as a user selects a vendor in the Ap20.2 I need this new field populated wit...
9 6286 1
by  mark.cookJump to last post
8/19/2009 12:36 PM

Using the Submit button on a form to trigger an email    

Started by  Deleted User
In Design Studio, is there a way to add an 'Assigned action' on RW100 or PA100 form Currently, I see Add, Change, Delete, Inquire, Next, Previous, Validate Request.&160; I can send emails with Work Flow Enabled checked based on an Add action but I need notification of when the job is submitted.&160; Any ideas
14 6553 0
by  Deleted UserJump to last post
8/17/2009 11:09 PM

getDataValudByID    

Started by  Ragu Raghavan
Recently migrated from 8.03 / 8.03 to LSF9 / 9 apps. Earlier, something like this would work: lawForm.getDataValueById('text26',0); Now it does not.. getElementValue seems to work. This only affects any new fields that&160;I paint on the screen and not the existing fields from the Lawson screens. Any Ideas why one would work and not the other Thanks. Ragu function FORM_OnBeforeTransaction(fc) { &160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160; var vT = lawFor...
4 3415 0
by  Ragu RaghavanJump to last post
8/12/2009 7:21 PM

testing value of radio button    

Started by  Joe O'Toole
I rarely use radio buttons in DS and having an issue with the value test. My 'lawgetform' test&160;works for other fields but is not working to test the value of my 2 element radio button. I've got an 'X' value assigned in the button def&160;but when I test the value the form blows up. Can anyone provide an example Here is my code that checks the button value, another field value and display an error accordingly: if (lawForm.getFormValue('radiobutton_name') = 'X') { &160;&160;&160; if ...
2 3380 2
by  Joe O'TooleJump to last post
8/10/2009 9:01 PM

DME Field Max Valuel    

Started by  KathyB
Can you select the maximum value in&160; a field using a DME call thru Design Studio I want to get the Maximum employee number on the HR employee table, is there a max command I can use with the DME call
5 5347 1
by  John HenleyJump to last post
8/5/2009 8:10 PM

AP20.2 Remove Voucher number    

Started by  Kate Liamero
We interface invoices from Imagenow and our AP Dept then reviews the invocies in AP20.2.&160; They sometimes have to add a tax code to the invoice and in order to do this they must delete the invoice, clear out the voucher field, chosse the tax code and then add the invoice again.&160; I would like to have the voucher number field automatically be set to blank&160;when a user deletes an invoice.&160; This way the users will only have to click delete, choose the tax code and click add.&160; ...
9 5452 2
by  MichaelAJump to last post
7/31/2009 12:56 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 13 of 18 << < 1112131415 > >>


RSS Feed Available