Forum: Lawson Design Studio

 77 Subscribed to this forum
Page 17 of 18 << < 1415161718 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

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 13669 1
by  KEVIN POINDEXTERJump to last post
8/8/2006 4:49 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 12813 1
by  RobertJump to last post
8/8/2007 5:14 PM

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 12978 1
by  Deleted UserJump to last post
8/23/2006 12:41 AM

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 14184 1
by  John HenleyJump to last post
2/25/2008 6:43 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=<<server>>//<<user>>&JOB=WH130&OUT=j...
11 16494 1
by  Shane JonesJump to last post
3/21/2007 3:26 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 12643 1
by  John HenleyJump to last post
3/22/2007 7:29 PM

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 12767 0
by  mondrarJump to last post
4/11/2007 1:23 AM

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 <<<< UPDATE >>> Nevermind, I figured out the syntax.
1 13003 1
by  John HenleyJump to last post
6/5/2007 1:10 AM

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 12601 1
by  John HenleyJump to last post
6/19/2007 2:21 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 14080 1
by  John HenleyJump to last post
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 15029 1
by  Kate LiameroJump to last post
7/12/2007 5:34 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 13155 1
by  MattJump to last post
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 13106 1
by  John HenleyJump to last post
7/31/2007 7:25 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 12373 1
by  John HenleyJump to last post
7/31/2007 11:50 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 12182 1
by  Terry PJump to last post
8/1/2007 4:24 PM

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 13604 2
by  John PolitoJump to last post
1/24/2008 2:25 PM

IOS Call Using XML Output    

Started by  Sameer
Hi I want&160;to know: 1) How we can extract data from Database&160;Table using XML output or CGI call. 2) How we can&160;store the same data in array&160;to display&160;in HTML file. If possible expalin with an example.
0 4464 0
2/13/2008 6:56 AM

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&910&93.action = 'mailto:' document.forms&910&93.recipient.value 'subject=' document.forms&910&93.subject.value; But can I do that in a form &160;
20 15224 3
by  Terry PJump to last post
4/10/2008 1:57 PM

GL90 Calcs    

Started by  mondrar
I would like to perform some calcs on the value of the numbers&160;shown&160;under&160;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 ide...
3 4143 1
by  John HenleyJump to last post
2/20/2008 7:55 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 4049 1
by  Deleted UserJump to last post
2/20/2008 7:56 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 6243 0
by  Terry PJump to last post
2/25/2008 11:26 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&160;GLADDESS, field name&160;(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...
4 4814 1
by  mondrarJump to last post
3/10/2008 6:58 PM

ON_AfterTransaction with message    

Started by  TracyO
&160; I am&160; 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&160; javascript, but it is clearing the field on ANY transaction, including 'Add Complete - Contiue'.&160;(they need to&160;do an add and a change before they process, and we need this user field there at the time of process) &160;Does anybody have any ideas, why it is clearing&160;if&160;&160;the message 'Processing complete...
2 4695 1
by  TracyOJump to last post
4/2/2008 6:50 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 &160;
5 4483 1
by  Deleted UserJump to last post
4/3/2008 8:06 PM

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 4295 1
by  Terry PJump to last post
4/16/2008 4:58 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 << < 1415161718 > >>


RSS Feed Available