Search this forum:
Search
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 1 of 512345 > >>
Topics
 Replies
 Views
 Last Post
3 Replies and 26513 Views Design Studio Preview not working  26513  3 Started by  TBonney We are using version 10.1.0.28.112 of design Studio and are on version 10.11 of lawson S3/Portal. We were told this version does nto support IE11, but that for Design Studio, we MUST use IE11. Using IE11 for DS, any time we atempt to use the preview function, it displays a message advising us the the browser is unsupported. Has anyone else exoerienced this How can we preview the customizations when designing forms if we have to use a browser version that is unsupported by DS Thanks.
3 26513
by  LynneJump to last post
2/16/2022 7:44 PM
3 Replies and 1681 Views portalWnd.DataStorage not working  1681  3 Started by  TBonney We recently migrated a DS form for PO20 that was created in portal version 9.0 to new environment that is version 10.11. After using the migration tool, it still doesn&39;t work. The tool told us the following: inspecting script: /content/forms/po20.1_custom_tdbnew.xml - Processing XML nodes using "selectSingleNode()" in combination with ".text" may not work in all situations. Use the "DataStorage" object documented in the Object Viewer of Design Studio. -...
3 1681
by  Ragu RaghavanJump to last post
2/12/2022 10:18 PM
0 Replies and 1230 Views Design Studio Chrome modifications  1230  0 Started by  twinsmomma Wtih the new changs for alert and confirm statements, I&39;m using portalWnd.cmnDlg.messageBox.   I&39;m trying to do a pop up message when someone is trying to submit a job, if they cancel, I want it to focus the Post date.    So what is happening now, they submit , the popup appears but is now showing behind the submission screen instead of the top (like the old messages appeard).   What we want is for the pop up message to come up and if they choose ok, th...
0 1230
1/7/2022 5:43 PM
5 Replies and 14769 Views listbox holding last selected index  14769  5 Started by  Demi A few months ago we adjusted our cusomized forms to work in both IE and Chrome. Now we have discovered something strange.  We have a customized version of pr35.2 for time entries. We made the pay-code field a select field that has hard-coded values for a drop down and/or the users can also type in their pay code if they want to. What has been discovered is ... if an employee has preexisting records on file and the timekeeper tries to add a new entry (overtop of an existing line), when ...
5 14769
by  Ragu RaghavanJump to last post
6/5/2021 12:36 PM
1 Replies and 3474 Views Design Studio limit  3474  1 Started by  John Aleszczyk When I use a listbox in design studio,  it has a limit of 25 records ,  where/how can that be increased I must be overlooking something
1 3474
by  Ragu RaghavanJump to last post
1/12/2021 4:57 PM
4 Replies and 2187 Views Ming.le vs OS for Design Studio browser check  2187  4 Started by  Demi Hi folks,  I&39;m looking for some insight to help explain to me why I might be encountering this issue and how to tackle it. I just want to know.  My issue is this.... I have a rather simple DS form(PA90.1)  in our &39;new&39; OS developement system.  The code is split into 2 parts. Part 1 is encapsolated inside of an if condition: if(portalWnd.oBrowser.isIE)  and part two is encapsolated inside of an if condition: if(portalWnd.oBrowser.isChrome)....
4 2187
by  DemiJump to last post
12/8/2020 3:39 PM
6 Replies and 3021 Views Buttons not displaying on DS form after migration to new server  3021  6 Started by  Greg C We are migrating our Lawson instance to a new AIX server.  No application upgrade, environment upgrade from 10.0.4 to 10.0.9.  We tried to keep change to a minimum.  I&39;ve migrated the custom DS forms to the new server and they render, but I noticed that the custom buttons located on the right end "Action Bar" where Add, Change, etc. buttons are displayed are not showing.  In the current environment, the buttons display to the right of the drop-down action list.&...
6 3021
by  Greg CJump to last post
11/11/2020 2:52 AM
12 Replies and 6937 Views results from AGS call  6937  12 Started by  Ragu Raghavan For years I have been using this syntax to get the results from an AGS call:  var sMsgNbr  = sAGSInfo.selectSingleNode('//MsgNbr').text; This seems to work only in IE. Gets an 'undefined' in Chrome and Firefox. This workaround seems to work on all 3 browsers.  var vNew1 = sAGSInfo.getElementsByTagName('MsgNbr')&91;0&93;;  var vNew2 = vNew1.childNodes&91;0&93;;  var vNewMsg = vNew2.nodeValue;
12 6937
by  DemiJump to last post
10/28/2020 3:36 PM
9 Replies and 2917 Views DS Custom Hr11 Screen  2917  9 Started by  Roger French I&39;ve got a few changes to a custom DS screen created by someone else years ago. The screen is a customized version of HR11.1 with just the Main tab and 3 HR User Fields on it. So there are 3 distict HR User Fields on it. I want to add a 4th HR User Field (which is in the database and has a Key Number). In Design Studio, on the Design and Object modes there doesn&39;t seem to be a way to add a 4th field. In the Script mode it&39;s of course XML. But I can&39;t seem to be able t...
9 2917
by  Roger FrenchJump to last post
8/26/2020 5:40 PM
6 Replies and 4769 Views Design Studio custom screens on Chrome  4769  6 Started by  Ragu Raghavan Has anybody been successful in making the custom screens work on Chrome I have custom screens that make DME calls that work on IE - but fail on Chrome 50.x, Design Studio v10.x. As far as I can tell, Chrome does not allow synchronous calls and a DME call makes a synchronous http call. This is the message on the developer tools: “Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https:...
6 4769
by  Ragu RaghavanJump to last post
8/19/2020 10:06 PM
2 Replies and 2826 Views Default field to another field on a Lawson Screen using Design Studio  2826  2 Started by  Brian Veldhouse We would like to default the "Buyer" ID field to the "Path" field on PO20.2 *Issues" tab.  We have not done this before on a Lawson screen.  Has anyone done this
2 2826
by  Brian VeldhouseJump to last post
3/25/2020 5:55 PM
0 Replies and 2416 Views JavaScript differences between IE 11 and Edge?  2416  0 Started by  PBL Using Design Studio, the following JavaScript was added to AP20.1 to retrieve the Requester for a PO.  When run in IE 11 (in default Edge emulation mode) on Windows 7, it runs successfully - the count shows that 1 record was retrieved and the vRequester variable is set to the Requester from the database.  When run in Edge on Windows 10, the count also shows that 1 record was retrieved, but vRequester is always blank.      var strPDL = portalWnd.oUserProfi...
0 2416
10/16/2019 7:05 PM
4 Replies and 13828 Views Custom Inbasket (Batch Approval)  13828  4 Started by  mel.catarroja Hi to everyone, I am currently developing a Portal Page that will display a custom Inbasket. The reason why I am customizing the Inbasket is because the client wants to have the ability to approve 'multiple' workunits in just one click. Imagine the standard inbasket where the workunits are listed with a checkbox on each WU. He can select as many as he wants in the display and click the approve button and it will automatically loop through each WU that is checked and approve the WU. ...
4 13828
by  Ragu RaghavanJump to last post
8/20/2019 1:09 AM
3 Replies and 2690 Views Load internal web page  2690  3 Started by  PD How do you call or load an internal web page from Design Studio I am trying to call the internal webpage below and it's not working....any ideas!   function BUTTON_OnClick(id, row) { //Vendor list  if (id == 'push12')       {        window.open('http://dhsivlawpweb.danhosp.priv/la...PayApp.asp');       }      }
3 2690
by  PDJump to last post
5/1/2019 5:33 PM
4 Replies and 2398 Views Selec Top(5000) in DME call  2398  4 Started by  PD How do I modify the code below to select or return top (5000) records Another option is to return records of three months ago from today's date. How do I modify to achieve it   var sDME = 'PROD=' vProdLine;  sDME = '&FILE=ZAP161DATA';  sDME = '&FIELD=COMPANY;VENDOR-NUMB;VENDOR-NAME;INVOICE-NUMB;INVOICE-DATE;PAYMENT-DATE;';  sDME = 'PAYMENT-CODE;PAYMENT-NUMB;CASH-CODE;REMIT-TO-CODE;PAYMENT-AMT;DISCOUNT-AMT;NET-PAY-AMT;'  sDME = 'EMAIL-AD...
4 2398
by  PDJump to last post
4/12/2019 3:25 PM
3 Replies and 4294 Views How to retrieve values from a DME Call  4294  3 Started by  agersh How to retrieve values from a DME Call   In the following Javascript function I am writing the DME Call selects 2 fields from the HRHISTORY table. I need some assistance with what programming is needed to retrieve, reference the return records/field values from the DME query.   Also should the DME call output be in CVS or XML format function myDMECall() {      var vCompany = lawForm.getDataValue('text1');      ...
3 4294
by  David WilliamsJump to last post
2/14/2019 4:33 PM
2 Replies and 2838 Views Run a SQL Query from a Lawson Form  2838  2 Started by  agersh Using Design Studio once the HR11 form is displayed I would like to execute a custom Javascript function call that runs an SQL query to retrieve a value from the HRHISTORY table. Is this possible What syntax would I use to run an SQL query from a for Lawson form, using Design Studio
2 2838
by  agershJump to last post
2/11/2019 5:08 PM
2 Replies and 20152 Views AddAttachment  20152  2 Started by  Ragu Raghavan writeattachrec is being replaced by AddAttachment. I found documentation on how to use it in a webrun node in IPA. Could not find any example of use in Design Studio. After some trial and error got this to work -    function AddComment() { var vXMLData = 'Title55Message55'; var vURL = 'http:///lawson-ios/action/AddAttachment'; var xhr = new XMLHttpRequest(); xhr.open('POST', vURL, true); xhr.setRequestHeader('Content-Type', 'text/xml'); xhr.send(vXMLData); // to c...
2 20152
by  Ragu RaghavanJump to last post
12/17/2018 12:26 AM
4 Replies and 4028 Views Remove token from form title  4028  4 Started by  Robert Spurr Is there a way to remove the form token from the form title  I've created some custom forms that are opened through links but I don't want the end-user knowing/seeing the token.  I could wrap in a portal page but I can't figure out how to pass variables need in the embedded form. Thanks Robert
4 4028
by  Ragu RaghavanJump to last post
11/27/2018 7:16 PM
0 Replies and 2607 Views How to display an error below a field  2607  0 Started by  Randy Jacoy In Portal if you omit a required field (as an example) and click Change or Add a red error bubble will display below the required field with an error message indicating it's required.  I'm customizing a form and I'd like to mimic that behavior for a new edit I'm adding.  I couldn't find an example of it in the Design Studio Guide (for Lawson 10).  Does anyone know how to do that  Thanks, Randy
0 2607
8/16/2018 7:15 PM
3 Replies and 3003 Views Design Studio Changes  3003  3 Started by  Srini Rao Hello - How do I remove the design studio changes.We used design studio to make changes to AP20.2 but now I wanted to revert back to Lawson Version of AP20.2. How do I do it. 
3 3003
by  David WilliamsJump to last post
5/18/2018 7:51 PM
0 Replies and 2532 Views Link in Textbox  2532  0 Started by  Nabil Hello All,   Is it possible to include a link in a textbox or text area I need to include a mailto: link to launch the email client if users wish to email HR but I don't seem to figure out a way to do it in Design Studio.   Thanks,  
0 2532
5/16/2018 6:55 PM
0 Replies and 2666 Views Service Criteria  2666  0 Started by  PD I have three flows being referenced under a service definition and I want them to be triggered individually based on the service criteria in Design Studio: 1_ How do I set the criteria up in the Rich client under Service definition for the differentiation           2_What is the syntax to use in the script for Design Studio to reference the Criteria in code below          var s = AGS '_PDL...
0 2666
3/19/2018 7:58 PM
4 Replies and 2959 Views HR11 form transfer to Design Studio form transfers employee information  2959  4 Started by  Nabil Hello,   I have a custom HR11 form that displays an employee's own data, OnInit(). My question is, if an employee has access to the regular HR11 and transfers back to the custom HR11 they see the other employee data.   Is there a way to force the custom HR11 not to take a previous employee from another form and display it
4 2959
by  NabilJump to last post
3/16/2018 3:49 PM
2 Replies and 2627 Views Passing parameter(s) to trigger flow  2627  2 Started by  PD I have a flow that I am able to trigger using a service via a button object in Mingle. Now I need an example on how to pass parameter from a text object down to the flow where the user will input data. I have the flow with Config parameters and the text input will be used for one of those parameters. I am just not sure how to link all three: the DS form to the service variable to the Config parameter.    see attached files Thanks
2 2627
by  PDJump to last post
3/16/2018 1:46 PM
5 Replies and 3260 Views Design Studio (Security)  3260  5 Started by  rohitsurana  When i am trying to access the existing forms from design studio it is giving me error 'File PRODLINE is secured'. Attaching screenshot for error. Thank You
5 3260
by  Jason BeardJump to last post
3/14/2018 2:38 PM
8 Replies and 3991 Views Can't create a Vendor Comment using the writeattach API from AP10.1.  3991  8 Started by  Randy Jacoy I am attempting to programmatically create a vendor comment in the FORM_OnAfterTransaction(data) event of AP10.1.  On pages 105-106 of the Lawson Design Studio User Guide version 10 (LDSUG_10.0.9.0_UWA.pdf) there is an example for exactly what I want to do.  The problem is that it's not a working example.  It looks like it's creating an Invoice comment, not a Vendor comment because it references Invoice data fields that aren't available to AP10.  Here is their example: funct...
8 3991
by  Randy JacoyJump to last post
3/12/2018 8:09 PM
0 Replies and 2976 Views Servlet Xpress reported  2976  0 Started by  PD Design Studio newbee trying to launch an IPA flow as a test and getting this error msg from code below: function BUTTON_OnClick(id, row) {  if (id == 'push14')  {   //trigger flow   var s = portalWnd.AGSPath'_PDL=' sProd                 '&_TKN=WFWK.1&_EVT=ADD&_RTN=DATA&_LFN=ALL&_TDS=IGNORE'            ...
0 2976
3/9/2018 8:22 PM
2 Replies and 2749 Views Disable/Enable Button Object  2749  2 Started by  agersh Is it possible to disable a button object that I added to a form when the FORM_OnInit() function is called Then enable the button when the FORM_OnAfterTransaction() function is called.
2 2749
by  agershJump to last post
1/26/2018 7:42 PM
3 Replies and 2548 Views HR11.1 - Move Deceased and Date of Death fields to Main tab  2548  3 Started by  agersh I am trying to move the “Deceased” and “Date of Death” fields from the HR11.1 Personal tab to the Main tab of the form. I am having difficulty figuring out how to accomplish this. I click on the Main tab, change the Tab Page property to Personal, and then click the bottom Object button to set focus to the Personal tab and its fields. At this point I having trouble figuring out the next steps needed to move the 2 fields to the Main tab.
3 2548
by  RHDFrankJump to last post
12/21/2017 6:54 PM
3 Replies and 2757 Views Pass UserProfile Employee value into HR11 Employee Field  2757  3 Started by  Nabil Hello All, I'm trying to create a Design Studio Form that auto inquires and pull some employee information once the employee access it. Is there a way to pass the portalWnd.oUserProfile.getAttribute('employee') into HR11 Employee field and set the form to inquire oninit   Thank you, Nabil
3 2757
by  NabilJump to last post
12/15/2017 9:13 PM
3 Replies and 2374 Views Error in buildDisplay  2374  3 Started by  BrianM I am trying to create a new Design Studio form.  After choosing the productline, system code, form, and the Quickpaint radio button, I click finish.  Then I get an pop up error   Error in buildDisplay, last control = 'fld' last control id = 'rect1'. Error description: Object doesn't support property or method 'fireEvent'     Anyone out there have any clue as to what I do next  Thanks a lot!!!
3 2374
by  BrianMJump to last post
12/12/2017 4:58 PM
1 Replies and 2641 Views CB85.1  2641  1 Started by  Ludy Hi, I need to invoke an existing process flow when a change is done in CB85.1. How do I create a trigger on CB85.1   Thanks, Ludy
1 2641
by  David WilliamsJump to last post
9/6/2017 6:04 PM
1 Replies and 2640 Views Design Studio Form JS Not Working After Migrating To V10  2640  1 Started by  Joe O'Toole We have a custom DS form based on HR11 that has some JavaScript added to the XML file to support features to open/view a PDF document, click an acknowledgment and perform an update to the Employee table to record the event. After migrating the form from S3 V9 to V10, the form and buttons do not work. While running as preview in DS using IE11 Developer Mode (with personality set to IE10) I am seeing an error that the 'on click' function I have coded is not defined (although ...
1 2640
by  Roger FrenchJump to last post
7/19/2017 7:29 PM
6 Replies and 3013 Views Auto Inquire on custom form (PA22)  3013  6 Started by  RickyY I created a form based off of PA22 for employee to be able to self submit the language acquired directly to the form. I've added the form to ESS and default the company and employee fields to default them-self but need to form to auto inquire. Does anyone know if there's a way Maybe some java coding in the back ground All helps/suggestions is greatly appreciated. 
6 3013
by  RickyYJump to last post
6/15/2017 7:36 PM
0 Replies and 2888 Views Transaction Service Call Example Needed to change a value  2888  0 Started by  Steven.Morales I am looking to increment CPY-LAST-BATCH by one.  I've been mostly doing DME calls which is supposedly read only.  This is my first attempt at a transaction.   To my understanding, we have to do an FC=I first, than an FC=C with the new value...              '_PDL=LSAPPS'              '&_TKN=AP00.4'              '&_EVT=CHG'           ...
0 2888
6/5/2017 4:51 PM
0 Replies and 2372 Views Last TRANS-IDENT for for CBCHECK  2372  0 Started by  Deleted User     By default, it gives the first TRANS-IDENT in the one-to-many relationship.     File=CBCHECK     Field=TRANS-IDENT         What would be the most efficient way to get the last TRANS-IDENT for a check  I really don't want to read through an entire query just to get to the last one.  SORTDESC seems to only sort the portion that is being retrieved and would have to get to the last NEXTCALL anyway.       ...
0 2372
5/22/2017 3:13 PM
2 Replies and 4124 Views By-pass ImageNow login screen when using WebNow URL  4124  2 Started by  agersh Using Design Studio and the ImageNow WebNow URL I have been asked to add a custom button to a few PO forms in order to open ImageNow and display to the user scanned documents for a specific PO. I am trying to implement this functionality using ImageNow’s WebNow automatic Windows domain authentication, use the windows account of whoever is logged in to the desktop and bypass the ImageNow login screen. We currently have WebNow automatic Windows domain authentication set up which one of ar...
2 4124
by  Robert SpurrJump to last post
5/10/2017 7:34 PM
0 Replies and 2304 Views JavaScript Window.close method closes WebNow browser window when close method called from Lawson custom form viewed using DS Preview option But Not when viewing custom form through the Lawson 10.x Portal  2304  0 Started by  agersh I added a button to the PO20.1 screen which opens an ImageNow WebNow browser window. I am able to determine if a browser window is already opened from a previous  OnClick event if the button is clicked again . If the button is clicked again or the PO20.1 screen is closed (or the user moves to another screen) I added the window.close method to the button OnClick event to close the current WebNow browser window before opening a new WebNow window, and the PO20.1 F...
0 2304
5/9/2017 11:20 AM
14 Replies and 7233 Views Write Landmark Transaction Call like AGS and DME in DesignStudio functions  7233  14 Started by  Rajachidambaram G Can anyone know about how to write and access Landmark Transaction Call(like AGS and DME) in Design Studio Functions. urgent!
14 7233
by  JonathanJump to last post
4/17/2017 7:28 PM
2 Replies and 2877 Views Design Studio - Button - Form Open  2877  2 Started by  agersh I have a custom MA64.1 form where I am trying to change the Cost “Dtl” button Action property, Form Open option to open a custom MA66.3 form using the following token value “MA66.3::MA66.3_MHS”.  When I preview the custom MA64.1 form and click the Dtl button the portal/browser displays the following Infor Lawson Message dialog box error message 'Search Results: No programs or bookmarks were found. The following errors were logged: DEV MA66.3_MHS is not a valid token....
2 2877
by  agershJump to last post
4/3/2017 7:23 PM
8 Replies and 7616 Views RQC customization  7616  8 Started by  Jessica M Can Design Studio be used to customize Requisition Center  We found in an older manual, that self service forms cannot be customized with Design Studio.  Is RQC considered one fo those self service forms
8 7616
by  MeJump to last post
3/29/2017 1:27 PM
4 Replies and 2233 Views Hide/Unhide buttons added to a Detail lines object  2233  4 Started by  agersh On the MA64.1 form I added a button to the Detail lines object. When the form is first displayed the added button is displayed on every Detail line row. I want to hide the button on each row until the FORM_OnAfterTransaction function is called where I then only want to unhide the button if the row has data.     Anyone have an idea how to accomplish this
4 2233
by  agershJump to last post
3/14/2017 2:56 PM
8 Replies and 4693 Views Reading Landmark Files in Portal Form  4693  8 Started by  Terry P Here is my issue: Running Portal 9.0.1, Landmark 10.0.6, and using Infor Process Automation (in the middle of converting from PFI). I have customized PO20.1 to prevent PO's from being released and instead trigger a IPA service (which then does some PO Approval processing).  In the existing flow the workunits created were only seen by our Purchasing Department. Now we are pushing the approval process out to 50 users who will be going into their inbasket to review and take action. My probl...
8 4693
by  AngelaJump to last post
2/14/2017 6:59 PM
3 Replies and 2059 Views Deleting a few tabs in the tabbing order in Design Studio  2059  3 Started by  Jeff Ward I can change the tabbing order, but is there a way to make the tab key skip over fields when pressed 
3 2059
by  David WilliamsJump to last post
2/14/2017 6:47 PM
3 Replies and 2880 Views Portal Page with Landmark Data  2880  3 Started by  Srini Rao Hello - Is it possible to create a portal page using the S3 and Landmark data We like to get some WU  information from landmark and display them on S3 Portal page.    thanks Srini  
3 2880
by  AngelaJump to last post
2/14/2017 6:39 PM
35 Replies and 8395 Views Getting Error on ListBox  8395  35 Started by  Bill Alt Unable to get property 'appendChild' of undefined or null reference error on listbox. Here is the code.  function FORM_OnAfterDataInit() { var strPDL = portalWnd.oUserProfile.getAttribute('productline');  var s = 'PROD='strPDL;  s = '&FILE=EMPLOYEE&INDEX=EMPSET1&KEY=10&SELECT=SEC-LVL=2';  s = '&FIELD=EMPLOYEE;LAST-NAME;FIRST-NAME';  s = '&OUT=XML&MAX=200'; var sReturn = portalWnd.httpRequest(portalWnd.DMEPath s) var vObj...
35 8395
by  Bill AltJump to last post
11/21/2016 8:19 PM
9 Replies and 5827 Views Get attributes from listbox?  5827  9 Started by  George Graham I've been trying different options here with no luck. I have a listbox that is loaded with values from a script. This loads three attributes - text, tran and disp. I'm trying to see how to extract those attributes from the object related to the value selected in the listbox so that I can display it next to the listbox in a label.  For example, I may display a list of employees in the drop down, but what is returned as as the value is the employee number. However, I want to populate a ...
9 5827
by  Bill AltJump to last post
11/15/2016 12:55 AM
0 Replies and 2407 Views Make Field Display Only  2407  0 Started by  AltDude I need to make a field display only when a certain criteria is discovered. What is the javascript function and command to get this done
0 2407
11/11/2016 12:41 PM
0 Replies and 2532 Views using lawformDoTransfer  2532  0 Started by  SusanB I'm verifying line item quantities match between IC20 and IC29 prior to submission to IPA.  If there is a mismatch, I'm using lawformDoTransfer('IC29.1') to bring the user to IC29 so they can make corrections.  My problem is the 'line number' field on IC29 isn't being populated once I've transferred.  Right now the user has to enter the line and inquire.  I don't know the proper method or syntax for sending the IC20 line with the lawformDoTransfer command.&nbs...
0 2532
10/21/2016 5:29 PM
5 Replies and 3137 Views recreate lawson table  3137  5 Started by  Ludy Hi, Does anyone know if it's possible to recreate a lawson table   If it is, how do we do it   Thanks, Ludy
5 3137
by  LudyJump to last post
10/6/2016 3:54 PM
2 Replies and 2771 Views How to delete a tab in tab region area  2771  2 Started by  Ludy   Hi,    I need to delete a tab in the tab region area.      How do I do that     Thanks,    Ludy
2 2771
by  LudyJump to last post
8/10/2016 1:53 PM
0 Replies and 2905 Views Adding a new Tab Area  2905  0 Started by  rmiller I’m trying to create a Design Studio form based on  IC81.1 to include fields from IC81.2. The fields I want to add are available to add on the detail line. However there is not enough room for all the fields I want. So I was wanting to add a new tab area below the detail area and include these fields there. I was able to add the fields by modifying the source code, because the fields I want to add are not available at the tab area level. The values do not show in the fields when I inq...
0 2905
6/3/2016 6:05 PM
5 Replies and 3628 Views Criteria in DME call - Is there an IN option  3628  5 Started by  LauraBryant Is there a way to set the criteria of a DME call to select a record if a field value is in a string For example, I have a list of AU's stored in a string, separated by commas. I want to only select records from the WFWORKUNIT table if the WORK-CAT-VAL value is in that string.   So, if the records WORK-CAT-VAL equals 305101 and the string I created equals '111205,111210,111211,305101,306106,306109', I want to select the record.   I tried using the contains option and that does not ...
5 3628
by  LauraBryantJump to last post
5/26/2016 9:54 AM
3 Replies and 3083 Views Contains within  3083  3 Started by  LauraBryant I am trying to do a dme call to find all the workunits for a set of AU's for a specific requester code.  I query and store the AU's in an array call vRQAcctStr (tried storing as a string with commas separating the codes but that didn't work).  I want my criteria in my workunit DME call to select all WF-STATUS = 2, SERVICE='Inv Approval' and WORK-CAT-VALUE is in my array. Right now, after I store the AU's in the array, I am creating the obj.criteria with the following value: dmeObj.cr...
3 3083
by  John HenleyJump to last post
5/25/2016 5:51 PM
2 Replies and 4713 Views How to call related pages  4713  2 Started by  Terry P If I want to automatically call a 'related page' using javascript, how is that done I've gone thru the Objects Viewer and can't figure it out. Example: on AP20 when a user is on the 'Main Page', I want to switch to the 'Options Page' without the user having to do it. I tried doing a 'position in field', to a field on that page - but that did not work. Any suggestions to point me in the right direction
2 4713
by  brainetJump to last post
5/3/2016 2:23 PM
2 Replies and 3055 Views Radio Button Giving Default Value in 10  3055  2 Started by  ALB While testing for the Infor S3-10 upgrade, we noticed that a radio button is giving the default value in version 10.  In 9, we would receive the actual value.  We are using lawForm.getDataValue in FORM_OnBeforeTransaction.  I have tried lawForm.getFormValue and have the same results.  We are using the field to determine the other required fields before the transaction.  I changed it to a drop-down, and it works fine. Has anyone seen this or have a solution oth...
2 3055
by  ALBJump to last post
4/21/2016 1:29 PM
5 Replies and 5099 Views Version 10 Design Studio Issues  5099  5 Started by  Brett Eshenour Trying to find out if anyone else is experiencing issues with Design Studio in Version 10. We are in process of upgrading on our Test system. We have quite a number of portal pages with imbedded UI forms. We first ran into issues with populating the listboxes dynamically. That issues was resolved and we can now populate those listboxes but with having to recode the javascript. The code we used in Version 9 does not work on Version 10 and the new code for Version 10 does not work on Version 9. ...
5 5099
by  Ragu RaghavanJump to last post
4/14/2016 8:49 PM
0 Replies and 2896 Views Invalid XML String error message  2896  0 Started by  LauraBryant I'm getting a strange error when trying to create a form that will list the AP invoices from the APInvoice table.  When you click on the invoice, it checks the WFWORKUNIT table, which works fine.  If it's found, it shows the details.  If it's not found, it looks at the WFHISWKUNI table.  When it hits that call, I get an error 'Invalid XML String', Reason: End tag 'head' does not match the start tag 'link'.   I attached the XML code. Any help is greatly appreciated!&nb...
0 2896
3/8/2016 7:08 PM
9 Replies and 4009 Views Data Field Selection  4009  9 Started by  Lawson_Kid I am having issues trying to link data from the same table that is not offered as an available field for a certain form. How do I add additional available fields The fields I want to add to the form are not listed.  
9 4009
by  Lawson_KidJump to last post
2/18/2016 7:48 PM
0 Replies and 2507 Views Drill Around Search Error  2507  0 Started by  Lawson_Kid After configuring a DME query searching with a Drill Around on a field no longer works. After hitting search it brings you back to the folder - search option screen. Same issue when using filter, having the fields cleared or not, works on default screen.  
0 2507
2/18/2016 7:28 PM
7 Replies and 8260 Views Trigger a Process Flow on IPA using https  8260  7 Started by  Terry P In PFI we triggered our flows by creating a record out to WFWK.1 Looking at the IPA Admin guide it shows a sample as shown below. But when I try a test flow, I can never get it to even create a work unit. I can trigger the service from within Landmark Server Scheduling and it works just fine. I even tried to take the URL string and paste in a browswer, but that gave an error that made no sense. Here is the string I used:   https://myserver/bpm/triggertriggerType=ServiceAsync&triggerN...
7 8260
by  Peter OJump to last post
2/1/2016 1:22 PM
4 Replies and 4142 Views Passing IPA Variables to a Design Studio Form  4142  4 Started by  ALB I have a service which kicks off an IPA.  There is a service variable (employee number) I want to pass to a Design Studio form.  The custom COBOL has multiple Design Studio forms.  There is a user action tied to the Design Studio form (through a portal page in PFI).  If I use 'Infor Lawson application' as the Display Type on the user action, I could pass the information in keys.  I have multiple custom versions of the form and could set one of the custom forms as the def...
4 4142
by  ALBJump to last post
1/20/2016 10:45 PM
18 Replies and 9773 Views Design Studio and IE11  9773  18 Started by  JoeD I realize that Design Studio is not supported on IE11. Anyone have any work arounds for this
18 9773
by  JoeDJump to last post
1/19/2016 2:30 PM
5 Replies and 3491 Views Infor Lawson Custom Content Migrator  3491  5 Started by  ALB We are upgrading from 9.0.1 to 10.  When I open up our Design Studio objects, I get:     What is the Infor Lawson Custom Content Migrator  Is there any documentation on it
5 3491
by  John HenleyJump to last post
1/13/2016 1:04 PM
1 Replies and 3060 Views Connect to outside data source in Design Studio  3060  1 Started by  RickyY Is there a way to connect to a out data source in Design Studio S3. For example, I'm trying to display a value that is on a different db server. If not, how can I calculate a value and have it display Thanks.
1 3060
by  John HenleyJump to last post
1/5/2016 3:18 PM
3 Replies and 3064 Views Info on updatejobstep servlet?  3064  3 Started by  mikeP I think I need to use the lawson-ios/updatejobstep servlet  to modify parameters in a jobdef.  (Thanks John!) Anyone know where I can find documentation or even syntax   Also could use info on cgi-Lawson/xjobdef.exe.   Thanks.
3 3064
by  mikePJump to last post
1/4/2016 9:54 PM
2 Replies and 3100 Views AGS call to modify a job?  3100  2 Started by  mikeP I have a job created with the jobdef utility that executes a token assigned to a cmd file script.  I'm trying to submit the job from a Design Studio button, but I need to update the job's parameter string first.  If this was a static job, that'd be done in jobdef, but the DS form takes in parameter values that need to be updated into the job. I'd like to use the DS API builder to rough out the AGS call, but my job isn't listed, only delivered Lawson forms, like PR5...
2 3100
by  mikePJump to last post
12/28/2015 9:01 PM
3 Replies and 3234 Views Error adding span to listbox  3234  3 Started by  mikeP I have a Design Studio form where I put a listbox tool on the form.  I have a working DME and have parsed the XML properly and have verified the returned value using alert(). I followed several helpful examples here, but I can't get the values added to the list box.    When I run the form directly from IE using a bookmark with DEBUG=True appended, the error is 'Servlet Express reported: Index record does not exist'.  Beyond that, the debug information is not helpful.&nbs...
3 3234
by  Randy JacoyJump to last post
12/21/2015 3:26 PM
1 Replies and 3580 Views DME call returns SSORequest() - sso.js error  3580  1 Started by  Mark Jorgenson I'm on Lawson 10.0.3 with Workspace, this plain vanilla DME call to a custom table is returning a SSO error of: Reason: Invalid at the top level of the document. This is the DME call  // Do DME Call to Get Supervisor Code   var s = portalWnd.DMEPath;   s = 'PROD='strPDL;   s = '&FILE=KRMGRDEPT';   s = '&FIELD=PROCESS-LEVEL;DEPARTMENT;EFFECT-DATE;STOP-DATE;';   s = '&INDEX=KMDSET1';   s = '&KEY=' vCompNum '=' vSuperCode; &n...
1 3580
by  Mark JorgensonJump to last post
10/28/2015 4:39 PM
4 Replies and 6294 Views Lawson authentication and AGS call from Classic ASP for LSF9.0  6294  4 Started by  Samantha We have the need to integrate one of our ASP applications with Lawson. and to do so we need to first authenticate to lawson portal and then make the AGS call. I was going thru the LSF9 document - 'Doc for Developers: IOS Application Program Interfaces' chapter 'Authenticating Programmatically to Lawson'... but it only explains how to do it for Java clients using lhc.jar. Since our app is a ASP app, we won't be able to use this method. Can anyone please share how to accomplish it in Classic ASP e...
4 6294
by  Josue MolinaJump to last post
8/12/2015 6:31 PM
1 Replies and 3478 Views Design Studio 10 Issues  3478  1 Started by  Ethan We are in the process of migrating our Design Studio pages from Lawson 9 to Lawson 10. There have been some changes in the libraries used in Lawson 10 that impact the use of the Select options (documented in KB article 1619046). We use the Select option to create custom droplists on our Design Studio pages. We have made the specified changes in our Design Studio pages and the changes work when running in Preview mode inside of Design Studio, but do not work when accessing the page after it ...
1 3478
by  EthanJump to last post
6/11/2015 9:27 PM
2 Replies and 3498 Views Design Studio form transfer  3498  2 Started by  Kenn We have created a custom DS form of AC10.1 that splits out the User Analysis field into 4 parts.  We also have created a copy of that form called ZAC10.1 that is exactly the same except it only allows Inquire access.  We do not want our users to have to have bookmarks or shortcuts that say ZAC10.1, but we want everyone to use AC10.1. When a user uses the search box for AC10, upon intialization we want to read the security table and if a user has a certain role, we want ...
2 3498
by  Tim CochraneJump to last post
5/20/2015 3:50 PM
2 Replies and 3966 Views jQuery  3966  2 Started by  Robert Spurr Has anyone utilized jQuery within design studio modifications  If so I would be interested on how that was accomplished.
2 3966
by  MarkusJump to last post
3/27/2015 10:36 AM
0 Replies and 2633 Views Call HS10 and populate a listbox  2633  0 Started by  ISO Dan Has anyone tried to call a program, in our case HS10 and populate a listbox in the new Infor 10.  When we upgraded, our old method broke and we are trying to find a work around.   Thank you, Dan
0 2633
3/24/2015 8:30 PM
0 Replies and 2767 Views Http calls not working in Design Studio 10  2767  0 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 2767
3/23/2015 1:20 PM
4 Replies and 3975 Views TextArea truncation on update  3975  4 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 3975
by  David WilliamsJump to last post
3/12/2015 5:40 AM
0 Replies and 2806 Views Design Studio and IE11  2806  0 Started by  JoeD I realize that Design Studio is not supported on IE11. Anyone have any work arounds for this
0 2806
3/10/2015 6:02 PM
0 Replies and 2592 Views Design Studio and IE11  2592  0 Started by  JoeD I realize that Design Studio is not supported on IE11. Anyone have any work arounds for this
0 2592
3/10/2015 6:01 PM
5 Replies and 6102 Views Dynamic Text Counter in Design Studio  6102  5 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 6102
by  Randy JacoyJump to last post
2/12/2015 5:00 PM
1 Replies and 3635 Views AGS Call  3635  1 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 3635
by  Srini RaoJump to last post
1/29/2015 2:25 PM
6 Replies and 4414 Views AGS Call To HR20  4414  6 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 4414
by  Ragu RaghavanJump to last post
1/8/2015 9:33 PM
2 Replies and 3342 Views Customizing Navigation Pane  3342  2 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 3342
by  thejekaJump to last post
11/21/2014 4:17 PM
2 Replies and 3493 Views Design Studio - assigning a value to detail row  3493  2 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 3493
by  wwhite1Jump to last post
10/29/2014 3:12 PM
0 Replies and 2649 Views Design Studio access from html page  2649  0 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 2649
10/18/2014 10:03 PM
0 Replies and 2539 Views reqheader.req_desc  2539  0 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 2539
10/15/2014 10:28 AM
1 Replies and 2818 Views Displaying Image on a Form  2818  1 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 2818
by  David WilliamsJump to last post
10/13/2014 9:16 PM
0 Replies and 2868 Views Design Studio - Missing Data Source  2868  0 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 2868
9/15/2014 5:51 PM
4 Replies and 2706 Views Portal Page Designer User Input  2706  4 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 2706
by  Terry PJump to last post
9/4/2014 9:15 PM
0 Replies and 2635 Views Scripting with dme's - Server timeouts  2635  0 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 2635
8/7/2014 3:27 PM
1 Replies and 2834 Views BN47.1 customization  2834  1 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 2834
by  Carl.SeayJump to last post
8/7/2014 11:43 AM
5 Replies and 13977 Views Design Studio - Population of list box from a query result (8.0.3 env and 8.1 apps)  13977  5 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 13977
by  heidiJump to last post
8/1/2014 1:42 PM
1 Replies and 2695 Views AGS call that works on 9.0.1.x does not in 10.x  2695  1 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 2695
by  Terry PJump to last post
7/16/2014 7:14 PM
6 Replies and 4467 Views UI Designer Form Deployment  4467  6 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 4467
by  Chris12Jump to last post
7/8/2014 10:49 AM
0 Replies and 2557 Views List box question: 9.01  2557  0 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 2557
6/29/2014 12:39 PM
7 Replies and 2925 Views Embedd a DOC or PDF in Design Studio  2925  7 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 2925
by  Chris12Jump to last post
6/25/2014 3:14 PM
3 Replies and 2790 Views Portal Page Designer  2790  3 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 2790
by  Chris12Jump to last post
6/11/2014 3:56 PM
4 Replies and 3795 Views HR20 AGS Call Delete  3795  4 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 3795
by  Ragu RaghavanJump to last post
5/7/2014 11:42 AM
6 Replies and 3814 Views List Box Selection  3814  6 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 3814
by  Chris12Jump to last post
5/6/2014 12:39 PM
0 Replies and 2683 Views Replacing Y/N Flag with Checkbox  2683  0 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 2683
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 1 of 512345 > >>


RSS Feed Available