Forum: Lawson Design Studio

 77 Subscribed to this forum
Page 2 of 18 << < 12345 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Design Studio (Security)    

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 3950 1
by  Jason BeardJump to last post
3/14/2018 2:38 PM

Can't create a Vendor Comment using the writeattach API from AP10.1.    

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 4729 2
by  Randy JacoyJump to last post
3/12/2018 8:09 PM

Servlet Xpress reported    

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 3666 1
3/9/2018 8:22 PM

Disable/Enable Button Object    

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 3324 1
by  agershJump to last post
1/26/2018 7:42 PM

HR11.1 - Move Deceased and Date of Death fields to Main tab    

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 3116 1
by  RHDFrankJump to last post
12/21/2017 6:54 PM

Pass UserProfile Employee value into HR11 Employee Field    

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 3354 0
by  NabilJump to last post
12/15/2017 9:13 PM

Error in buildDisplay    

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 2976 1
by  BrianMJump to last post
12/12/2017 4:58 PM

CB85.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 3209 2
by  David WilliamsJump to last post
9/6/2017 6:04 PM

Design Studio Form JS Not Working After Migrating To V10    

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 3216 0
by  Roger FrenchJump to last post
7/19/2017 7:29 PM

Auto Inquire on custom form (PA22)    

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 3686 1
by  RickyYJump to last post
6/15/2017 7:36 PM

Transaction Service Call Example Needed to change a value    

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 3439 0
6/5/2017 4:51 PM

Last TRANS-IDENT for for CBCHECK    

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 2980 0
5/22/2017 3:13 PM

By-pass ImageNow login screen when using WebNow URL    

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 4814 1
by  Robert SpurrJump to last post
5/10/2017 7:34 PM

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    

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 2972 1
5/9/2017 11:20 AM

Write Landmark Transaction Call like AGS and DME in DesignStudio functions    

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 7977 3
by  JonathanJump to last post
4/17/2017 7:28 PM

Design Studio - Button - Form Open    

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 3583 2
by  agershJump to last post
4/3/2017 7:23 PM

RQC customization    

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 8289 4
by  MeJump to last post
3/29/2017 1:27 PM

Hide/Unhide buttons added to a Detail lines object    

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 2689 2
by  agershJump to last post
3/14/2017 2:56 PM

Reading Landmark Files in Portal Form    

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 5304 1
by  AngelaJump to last post
2/14/2017 6:59 PM

Deleting a few tabs in the tabbing order in Design Studio    

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
2595 1
by  David WilliamsJump to last post
2/14/2017 6:47 PM

Portal Page with Landmark Data    

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 3451 1
by  AngelaJump to last post
2/14/2017 6:39 PM

Getting Error on ListBox    

Started by  Bill Alt
(Topic has multiple pages1 2 )
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 9432 2
by  Bill AltJump to last post
11/21/2016 8:19 PM

Get attributes from listbox?    

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 6464 0
by  Bill AltJump to last post
11/15/2016 12:55 AM

Make Field Display Only    

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 3075 0
11/11/2016 12:41 PM

using lawformDoTransfer    

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
3156 1
10/21/2016 5:29 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 2 of 18 << < 12345 > >>


RSS Feed Available