Forum: Lawson Design Studio

 77 Subscribed to this forum
Page 14 of 18 << < 1213141516 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

DS Transaction Property Page problem-Populating keys    

Started by  Roger French
Hello, I'm building a custom portal page in Portal Page designer, based upon an existing application form (a simple query form) . The form uses COMPANY and EMPLOYEE as the keys. In the Transaction Property Page, in the Keys tab, I want to use the LAW_WEB_USR.company and LAW_WEB_USR.employee values to populate, respectively the COMPANY and EMPLOYEE keys. (The LAW_WEB_USR.company and LAW_WEB_USR.employee are both values which I select from the drop down list boxes under the Value column in the T...
5 3601 0
by  Derek CzarnyJump to last post
7/31/2009 12:16 PM

Rounding numbers in Design Studio Portal Page Designer    

Started by  Jill
I'm trying to create a simple, little report in Portal Page Designer.&160; It will be a listing showing managers their direct reports' vacation balances in EMSS. &160; How can I round a Lawson number field&160; Available Hours is stored in the database as 53.758834 -- so that's how it is displayed on my report.&160; They want it rounded to 2 decimal places. &160; I'm guessing there is a straightforward way to do this.&160; But I'm pretty new to Design Studio and JavaScript. &160; T...
3 2973 2
by  JillJump to last post
7/24/2009 2:05 PM

BUTTON_OnClick two part question    

Started by  brihyn
Having trouble thinking this through today...I'm sure I'm doing something dumb, but I'm not seeing it. I have a button on a couple of forms that brings up a search window of related scanned images Script looks like this: function BUTTON_OnClick(button) { &160;if (button == 'push12') &160;{ &160;&160;var VenNum = lawForm.getFormValue('text2'); &160;&160;VenNum = trim(VenNum); &160;&160;var ImageUrl = '/search/vendorsearch.aspquery=23filename3D22' VenNum '_*.*22'; &16...
15 4436 1
by  brihynJump to last post
7/22/2009 1:36 PM

PA52 Inquires not working after LSF9 migration    

Started by  Michael Thedford
I use custom PA52 portal pages as Display Execs in our Portal Inbaskets instead of using the Full Access default PA52 in the Folders link in the Inbasket. In my production 8.0.3.7 ENV, the custom Portal page will auto fill the Company, Employee, Action Code, Action NBR, and Effective Date, then Inquire when the page is opened. On my TEST LSF9 box, the custom PA52 only has the Company, Employee, and Action Code displayed as if it couldn't find the PA record. I put alerts in the javascript and it ...
5 12636 1
by  Charla DevoreJump to last post
7/7/2009 11:31 AM

PRODUCTION Issue - Need Help ASAP! - Design Studio Changes made    

Started by  AG
Platform: ISERIES Version: 8.03 we added a couple of labels to form AP26.1 to display totals. We tested this form in our DEV&160;environment just fine. We moved the new form to production on Friday and today it is not working! The form is displaying all kinds of letters and numbers in the wrong places. It is almost as if the portal is not recognizing the layout of the form We did rebuild the form Index after we copied the custom form to our production env. Does anyone have any ...
9 4678 2
by  AGJump to last post
6/30/2009 1:52 PM

New custom form ID    

Started by  JavaCafe
I created a new system code called ZZ&160;and defined a new program (ZZ00) under this system code. A form ID was generated (ZZ00.1). Everything seems OK but when I tried to build a form in DS&160;and select &160;this form ID I got error: 'Unable to generate the form requested'.&160; Any idea that I did something wrong when adding program. Thanks in advance.
0 4002 0
6/10/2009 7:41 PM

How to access to non Lawson system DB tables in Design Studio v.9    

Started by  JavaCafe
Hi everyone; I'm trying to&160;build some custom forms in Portal Page based on some non-lawson Oracle Stored Procedures and tables&160;but I couldn't find a way to access them. The Data Area always displays Lawson Product Line and system code. Any ideas would be helpful. Thanks in advance
18 7345 2
by  JavaCafeJump to last post
6/5/2009 2:28 PM

Not directly DS-Changing default Drill Around information    

Started by  brihyn
I realize that this is almost surely not possible with Design Studio, the DS instructor mentioned that it may be possible with a code change. I'm at a loss on where to even begin looking for this, though... On AP20.1, if a user hits the search arrow next to 'Remit To', the drill pulls back all of the vendor locations, presenting the location code, vendor name, city, state, zip. the problem is, the vendor name is the same for all, and if there happens to be the same city/state information as we...
5 4200 2
by  brihynJump to last post
5/28/2009 6:17 PM

Custom Status Message    

Started by  mcl
In Lawson Portal (Ver 9) if a message is displayed in lower left for any malfunction or success of an action (Add-Complete, Field required, etc).&160; Is there a way to send a custom message to that spot&160; I am checking a field against a custom table before allowing an add to IC21.2.&160;&160; I have the form rejecting the add but the message at the bottom left remains&160; 'Processing add...'.&160;&160; I give the user an 'alert' message but it would be nice to place the correct info...
2 3327 0
by  mclJump to last post
5/28/2009 2:40 PM

Using DS to read a file on my unix server    

Started by  Deleted User
Does anyone know how to determine a file create date/time using DS&160; I want to display it on a page with a text box....
5 3871 1
by  Deleted UserJump to last post
5/28/2009 12:16 PM

IC21.2 Reference Verification    

Started by  mcl
I have an application that will create and maintain work orders outside of lawson.&160; I have created a custom table to hold those work order numbers in Lawson.&160; I can access the table via Lawson DME, no problem. I want users to enter the work order number in the REFERENCE field of IC21.2, and then I will verify against the custom table.&160; I cannot figure out how to access that field with Design Studio.&160; When I bring up the fom all the fields at the bottom (detail area) are dim,...
12 5189 0
by  mclJump to last post
5/28/2009 11:08 AM

OnBlur-Entry level question    

Started by  brihyn
So I'm getting better with the scripting (thanks to excellent help here), and I've added 3-4 various java scripts to meet user requests, but I'm still struggling with what has got to be a pretty easy concept... When I use a function, such as OnBlur, how do I use it to specify a specific field function TEXT_OnBlur(id, row) { &160;&160;return true; } How do I tell the application to execute my code on the blur of a specifc text field I tried replacing the id,row, for example, with the na...
2 3377 1
by  brihynJump to last post
5/27/2009 8:18 PM

Non Lawson table access by DS    

Started by  Deleted User
&160;Is it possible to use a&160;Crystal report, .csv file&160;to use as a&160;data source&160; in Design Studio Can a&160;non-Lawson table be created and set up with dbdef and access it with DS Possibly need to do a blddbdict or bldora10ddl. &160;
6 4812 1
by  Deleted UserJump to last post
5/22/2009 1:39 PM

Approval Inbasket    

Started by  vc727
Can I build a button on the inbasket display that will perform the approve and reject functions from the left menu. &160; Our MSS users don't see the left menu.
5 4077 0
by  vc727Jump to last post
5/21/2009 4:46 PM

AP20 mod to show GDT-ACCOUNT-DESC    

Started by  Chris Puckett
Has anyone modified AP20 to show the Account description It would (ideally) work like GL40...as you key in the account number and tab out of the field, the account description would appear below the account number. I could also do it after an A,C,I,N,P type action where I do a DME call...while not immediate, it would have the end result so that the user could see the account description on AP20 prior to releasing the invoice. The next issue would then be actually modifying the spacing in thi...
2 3198 0
by  Chris PuckettJump to last post
5/20/2009 9:59 PM

AM25.1 Looping DME Query    

Started by  brihyn
The users would like to see the name of the Asset next to the asset number on the bottom portion of AM25.1.&160; I wrote the DME query, and it works. The first time I do an inquire, the name field will be random. If i go to page two, I&160;see page 1's Asset number name next to page 2's asset number. Page three sees page two's name, and so on (basically my dme query is one page behind). Also, I only get a name for the first Asset number. I'm not really sure how I loop my script to populate ...
20 10498 3
by  brihynJump to last post
5/18/2009 6:23 PM

Multiple copies of Design Studio Form    

Started by  mcl
I am sure someone has a better way to do this:&160; (1) We are still in development stage with Go-Live out a few months (2) We are using various product lines... DEV for data transfer, TRAIN for training, PROD has test data in most files, etc&160; (3)&160; I am working on various process flows, etc. and the data for testing is scattered (4) I have developed a DS form to 'test'/'trigger' the flows and add whatever parameters they need (5)&160; In portal bookmarks I have added the DS form for ...
4 4337 0
by  Sam SimpsonJump to last post
5/13/2009 7:56 PM

Design Studio 9-tabpage on AP20.1-new syntax?    

Started by  Deleted User
We are upgrading to 9 and I formerly had script like this: lawForm.setDataValueById('text78',vDiff.toFixed(2)); I've tried a variation like this: lawForm.setDataValueById('lawform.tab1.tabregion1.text78',vDiff.toFixed(2)); but it's still not working. Does anyone know the proper syntax or a reference for me to look at Thanks!
3 3753 1
by  Deleted UserJump to last post
5/13/2009 12:24 PM

Design studio RQ custom script    

Started by  Queue
I have a custom script in Design Studio for a RQ form in Lawson so that when&160;the user clicks on a 'Print' button on the form, the script&160;opens a new window&160;containing&160;Requisition information formatted for printing. For some reason if I don't have the following line of code, the new window will open, but it will not display any of the information. // Ignore&160;write line //&160;&160;&160; document.write(''); //Create New&160;Popup Window &160;&160;&160; var vPrin...
0 4225 0
5/5/2009 8:25 PM

Need to pass user name and password to WebNow to view Invocie Image    

Started by  Kate Liamero
I have some design studio forms where I have a 'View Invoice' button which brings the user to a webnow login. I would like to be able to pass the user id and password to automatically log the user into webnow when they click on the 'View Invoice button'.&160; How can i get this information to pass to Webnow Thanks Kate
1 5125 1
by  Michael ThedfordJump to last post
5/1/2009 5:17 PM

Checking Status of Triggered Flow    

Started by  mcl
This may&160;be an easy question since I am new to Lawson and still don't know my way around, but, I ask it anyway:&160; I have created some Process Flows (load AP invoices from custom input, load bankrec tape file from bank, etc) and created a Design Studio custom from with buttons to 'call/trigger' the flows.&160; I throw an alert message to the user that the flow is triggered, but is there a way to tell the user that it processed successfully&160; I cannot seem to retrieve the Workunit ...
8 4366 0
by  mclJump to last post
4/19/2009 10:34 PM

working with new ProcessFlow forms in LSF 9.0    

Started by  Paul Gallucci
How do you perform calls the the new ProcessFlow Work Unit forms, (the ones that replace the old LOGAN WFxx forms), via JavaScript in LSF 9.0 Design Studio&160; For example; what woud a call to bpm/metricsSummaryForm.do look like I've tried... var oHttpCall=httpRequest(bpm/metricsSummaryForm.domethod=Inquire&workUnit=232527&processId=232527&activityId=UA11304768702510) and var oHttpCall=httpRequest(http://--host.com--:12345/bpm/metricsSummaryForm.domethod=Inquire&a...
5 4116 1
by  Paul GallucciJump to last post
4/9/2009 9:55 AM

Pass Parameters to ProcessFlow    

Started by  mcl
I have a process flow that I want users to trigger from portal.&160; I&160;have two&160;input fields&160;that I want to pass as parameters to the Flow.&160; How do I&160;get the parameter fields from the Design Studio 'text box' to the Flow&160;
4 4591 1
by  mclJump to last post
4/8/2009 8:11 PM

How do you query LDAP outside of the ProcessFlow environment?    

Started by  Paul Gallucci
How do you query LDAP outside of the ProcessFlow environment Is there a way to retreive data from the Resource Manager, (LDAP), outside of the ProcessFlow environment. &160; Since ProcessFlow provides a node to get at LDAP data we’re ok in that environment.&160; Outside of ProcessFlow, (i.e. Design Studio, 4GL, SQL, etc), there isn’t a way to access LDAP data directly.&160; At least we don’t how to do that yet. &160; We know a possible work around is to use ProcessFlow to query LDA...
6 7936 1
by  Ben CoonfieldJump to last post
4/7/2009 1:36 PM

Design Studio Advantages and Implementation    

Started by  Deleted User
We are considering buying Design Studio and I'd like to know what this will do for us and how hard the implementation is. We are on Windows - We are now moving to lsf 9 and are on apps 8.1 moving to apps 9 by May 2010. We are just starting to use process flow professional and may be implementing LBI soon as well. Will design studio change our lives or just add some bells & whistles that we can live without Timing wise, should we wait until after apps 9 before getting design studio Than...
9 4670 3
by  Jimmy ChiuJump to last post
4/3/2009 9:31 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 14 of 18 << < 1213141516 > >>


RSS Feed Available