Forum: Lawson Design Studio

 77 Subscribed to this forum
Page 4 of 18 << < 23456 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Http calls not working in Design Studio 10    

Started by  ISO Dan
We are in the process of upgrading some of our design studio forms are havinig problems kicking off buttons and scripts that have a HTTP call in them.  First issue, if we create a button on a 'New' form calling it ZA99 to bring up Google it does not work.  If we create a new button on a pre-existing form it does. Second issue, when trying to populate dropdowns using the HS10 form works in 9 but does not work in 10.  We call HS10 to get the supervisor's direct reports ...
0 3307 2
3/23/2015 1:20 PM

TextArea truncation on update    

Started by  Chuck Tumbleston
In Design Studio I'm using a TextArea in place of a Text box for a 'comment' field on data brought in from the application. If I edit that data within the textarea by changing a word or character within a line of comments, everything after the new word is truncated. If I change the control back to being a text box I don't have this error. Is this an issue with the TextArea control Has anyone run into this and found a workaround
4 4494 2
by  David WilliamsJump to last post
3/12/2015 5:40 AM

Design Studio and IE11    

Started by  JoeD
I realize that Design Studio is not supported on IE11. Anyone have any work arounds for this
0 3313 0
3/10/2015 6:02 PM

Design Studio and IE11    

Started by  JoeD
I realize that Design Studio is not supported on IE11. Anyone have any work arounds for this
0 3135 0
3/10/2015 6:01 PM

Dynamic Text Counter in Design Studio    

Started by  keenaf
Hello I would like to dynamically count and display the amount of characters available/left to enter in a textbox with a character limit of 240.  Currently I can only do this with OnBlue and OnFocus which only updates once the user clicks away from the textbox.  See code and screenshot attached.  Additionally I've added a sceenshot of the textbox and display I'm modifying. Example of what I'm trying to do. http://www.plus2net.com/javascript_tutorial/textarea-counter.php C...
5
6673 2
by  Randy JacoyJump to last post
2/12/2015 5:00 PM

AGS Call    

Started by  Srini Rao
How do I specify a date format in AGS call.  Example...   http://lawsontest.network.org/servlet/Router/Transaction/Erp_PDL=TEST&_TKN=RQ10.1&_DATEFMT=ALL&_DTLROWS=FALSE&_f0=RQ10.1&_f1=A&_f3=SRAO   What are different options for DATEFMT    
1 4208 2
by  Srini RaoJump to last post
1/29/2015 2:25 PM

AGS Call To HR20    

Started by  mjpeterson
I'm creating my first AGS call and it's to the HR20 screen. Add works fine, but I'm having trouble with Change. If an employee has three records each with a different type and you want to change the third record how do you select it I can only get it to change the first record, so I assume I'm missing a hidden field value somewhere.&160; Any help is appreciated. Thanks!
6 4961 2
by  Ragu RaghavanJump to last post
1/8/2015 9:33 PM

Customizing Navigation Pane    

Started by  thejeka
Is it possible to customize the navigation pane in Design Studio Currently there are four actions: Approve, Release, Unrelease, and Escalate. I want to get rid of the escalate option so users can't escalate needlessly. Does anyone have any experience doing so
2 3853 1
by  thejekaJump to last post
11/21/2014 4:17 PM

Design Studio - assigning a value to detail row    

Started by  wwhite1
Hi, I am new to Design Studio and I am creating a custom form for our users to record missed punches.  On my form, I have 5 detail rows where a user can update data.  I have also created a button called 'Clear Form' so that the user can click this button and reset all of the fields in the detail area to spaces (blank). I've created a function called Clear which I have mapped to my 'Clear Form' button to reset all fields/rows in my detail area.  I've haven't been able to get all ...
2 4026 1
by  wwhite1Jump to last post
10/29/2014 3:12 PM

Design Studio access from html page    

Started by  khart
  Is there a way to get the Design Studio page I have built to open up when a user clicks on a link on an existing delivered Lawson self service page The DS page works normally when I add it as a portal bookmark but not when I try to add it on an existing html page. Thanks in advance for any help you can give me.
0
3137 0
10/18/2014 10:03 PM

reqheader.req_desc    

Started by  Ragu Raghavan
I need to update the field REQ_DESC in the table REQHEADER, based on user entry On the version of RQ10 I have, this is not a screen field. So, I cannot do an AGS call to update this field. Yet, RQC seems to update this.  How does RQC do it Thanks. Ragu
0 3038 0
10/15/2014 10:28 AM

Displaying Image on a Form    

Started by  Eddie Smith
We have a custom IC12.1 form that will display the item image when the user performs an Inquiry. However, we would like to have the images to display as well when the user inquires using previous and next function. Is there some JAVA scripting that can be used for this We are currently using the following JAVA script to display the item image. function FORM_OnAfterTransaction(data) { //was transaction successful if (formState.agsError) return; // build image URL and s...
1 3339 2
by  David WilliamsJump to last post
10/13/2014 9:16 PM

Design Studio - Missing Data Source    

Started by  AnnH
Hello - I am trying to add more fields to a custom program where I have exceeded the space for the grid in COBOL and thought to expand it in design studio.  I added my fields as hidden fields on the form so I could code for them in the program.  I then opened the form in the UI Designer in quick paint, added a textbox and when I click on 'data source' it says 'none'.  When I look at the data source for the other fields already on the form, it is listing the field name but that is ...
0 3413 0
9/15/2014 5:51 PM

Portal Page Designer User Input    

Started by  khart
  Has anyone been able to gather user input on a Portal Page Designer from a Text box or other device but not one of the three types of popup boxes  I need the user to enter in just one value for my entire custom Portal Page to work but I fear that popups will create too many Popup Blockers amoung my user community.  I have tried using a formlet dropped onto my page but I can not pass the user input from the formlet back to my main page.  Could not get Data Mapping to w...
4 3210 0
by  Terry PJump to last post
9/4/2014 9:15 PM

Scripting with dme's - Server timeouts    

Started by  Lorenda
Hoping someone in this group can give me some pointers on how to adjust the below dme by adding indexes, etc to avoid the periodic server timeouts I'm experiencing. First of all, what I am trying to do is build a report to pull our budget data for our supplies accounts, and compare this to the actuals that are coming in on a daily basis. I've done this by pulling all the accounts with our supplies summary account ID. Since I want this to run unassisted, I've inserted variables to provide my fisc...
0 3269 0
8/7/2014 3:27 PM

BN47.1 customization    

Started by  Greg Moeller
We are trying to add BNF-DATE-STAMP to the BN47.1 screen via Design Studio on the More tab. When I add a new field and try to apply the Data Src to it, there isn't anything in the list to add except None, BNF-SEQ-NBR and USER-ID. It doesn't even show the other fields that are already on the tab. So I was wanting to know if there was a way to add this to the More tab and have it update when each beneficiary is chosen.
1 3326 1
by  Carl.SeayJump to last post
8/7/2014 11:43 AM

Design Studio - Population of list box from a query result (8.0.3 env and 8.1 apps)    

Started by  Sreenivasa Komma
Hi, I have a list box field defined in design studio XML like this: <fld al='left' col='45' defval='' det='' id='nvalu10' nbr='_f103r0' nm='PCT-NEW-VALUE-1' oc='0' par='TF0-1' row='1' seltype='' sz='30' tp='Select'/> I want to populate the list from the result set of a DME query. I don't want to code vals entries like this for the above field <vals>Disp='1846' Tran='1846' id='vals18'>John Young</vals> in the XML but want to dynamically gen...
5 14481 2
by  heidiJump to last post
8/1/2014 1:42 PM

AGS call that works on 9.0.1.x does not in 10.x    

Started by  TBonney
Has anyone upgraded from 9.x to 10.x yet If so, have you found that any of your previous java scripts within Design Studio UI pages no longer work We have a java script embedded into our Design Studio modified version of PO20.1 which performs a couple of AGS calls. However, we have found that although this script has functioned seamlessly in 9.0.1 for years, it doesn't work in 10.0.4. When the script is in place, the PO20 form just hangs indefinitely upon execution of any action. When we...
1 3224 1
by  Terry PJump to last post
7/16/2014 7:14 PM

UI Designer Form Deployment    

Started by  Chris12
Hi everyone .... I am in the process of wrapping up a big project.  We have built a customized UI form and now need to deploy it. Just wondering what would be the best way to do it 1.  Create a portal page and embedded the customized form within it (as a formlet) .... then deploy the portal page 2.  Simply create a bookmark to the customized UI form 3.  Any other options Not sure what is the best way, or pros or cons of each ......
6 4975 0
by  Chris12Jump to last post
7/8/2014 10:49 AM

List box question: 9.01    

Started by  Ragu Raghavan
I have a custom screen that works nicely on 9.00.  I populate a custom list with Supervisor code and Name. ListVal.setAttribute('text',Supervisor_code); ListVal.setAttribute('tran',Supervosr_code); ListVal.setAttribute('disp',Supervisor_name);  Upgraded to 9.01 and still works, except the way the list options are displayed have changed. On 9.0, it used to display just the Supervisor Names (which is what users know and want to see). On 9.01, it shows Supervise Code, Super...
0 3071 0
6/29/2014 12:39 PM

Embedd a DOC or PDF in Design Studio    

Started by  Chris12
Does anyone know of a way which I can embedd a PDF of Word doc in the UI Designer so users can read it ... I really do not want to type all that information into a textarea ... Any help is appreciated. Chris
7 3428 0
by  Chris12Jump to last post
6/25/2014 3:14 PM

Portal Page Designer    

Started by  Chris12
Hello All, I am trying to create a new portal form, which will essentially have hard code text, the user will read the text, and click a checkbox that confirms the text was read, and then we will update a DB table which will store that they clicked OK. I am attempting to do this via Portal Page Designer, however I can not seem the get checkbox on the portal page ... Is this possible ... Any help is appreciated .... Thanks, Chris
3 3316 1
by  Chris12Jump to last post
6/11/2014 3:56 PM

HR20 AGS Call Delete    

Started by  Srini Rao
Hello, I'm trying to build a AGS call to delete the phone numbers from HR20. I'm running the following statement but it fails with error. http://da1lwweb201.lawprod.org/servlet/Router/Transaction/Erp_EVT=CHG&_RTN=MSG&_TDS=Ignore&_PDL=TEST&_TKN=HR20.1&_PT-XMIT-NBR=1&_PT-DATE=12/31/2198&_SEQ-NBR=1&FC=C&HCN-COMPANY=100&HCN-EMPLOYEE=104999&_f17r0=D&_f22r0=WORKPHONE&_OUT=XML&_EOT=TRUE&_DTLROWS=FALSE   xml version='1.0' encod...
4 4362 0
by  Ragu RaghavanJump to last post
5/7/2014 11:42 AM

List Box Selection    

Started by  Chris12
I have developed a custom PA52.1 form which will let a user perform certain PA on themselves ... I would like to put in a listbox for the reasoncode which will display the values from PA57.3 for that particular PA for the user to select from ... I am not sure what is the best way via design studio  .... Any help is appreciated. I am stuck
6 4330 0
by  Chris12Jump to last post
5/6/2014 12:39 PM

Replacing Y/N Flag with Checkbox    

Started by  L G
Hi I am trying to replace the Y/N flag for Report-Only Mode in a program to a checkbox. My question is how do I pass the Y/N back to the Report Only Mode value based on checkbox So that I don't build a custom  AGS call when I click on inquire and the program can pick it up based on the updated values from the screen itself. i.e it should map the checked/unchecked in custom  checkbox back to the screen I was able to map the Y/N values from screen to checkbox checked or unche...
0 3269 0
3/2/2014 9:28 AM
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 4 of 18 << < 23456 > >>


RSS Feed Available