Hello, I have a problem with my datagrid : i implemented 'saveUserSettings' to improve user experience but now, i need to add an other column in this datagrid but that don't work cause of the 'column' 'saveUserSettings'. How can i add my column and keep the datagrid users settings ? Thank you for your answers
Hi, Is there a way to populate the value in the "To Loc" field in subfile using button click (H5 script)? if so please provide a sample. Thanks & Regards, Arun Gopal.
Hi all, We have a number of scripts that manipulate data displayed in a datagrid via API calls, after which we have to refresh the panel in order to show them all the changes / new data. We refresh the panel using various forms of: var that = this.controller; setTimeout(function () { that.PressKey('F5'); }, 200); The…
Hi All, I am new to H5 script, I am trying to add a script in H5,You can create a button that lets users select an excel (.CSV) file, and then read the data in the file and use MFormsAutomation to write to the M3 environment (this is in the previous smart office(jscript) can do this), but I ran into some problems with H5…
Trying to get a value from a row using ListControl.ListView.GetValueByColumnName(“ITNO”) in an H5 SDK (typescript) app. However, typescript does not recognise ListControl as an object, can you please help?
Hi, We have requirement to customize the Browse panel when loaded from particular screen, So can we do this customization? I am facing difficulty to get trigger once B panel is loaded from the browser Please share if any leads For example: Disable/Hide the POS field from the grid when Item group list (CYSTAB00 table)…
Hello I am trying to make some fields editable using H5 Scripting on COS115/E. Is it possible to do so? Thanks
How to stop Std M3 flow on same panel even if user press the Enter or Next key?args.cancel = true is not working as expected. and if use controller.PressKey as and when required ,code is going into infinite loop. Can anyone suggest how to solve this issue. Thanks in Advance
I am adding script in ARS191 to disable the checkboxes, so users can't enter value in there. However, when I click next, the control goes to MNS212, because checkboxes are disabled, the field does not get passed in the payload. I tried disabling the fields in onRequested, but by the time payload is already delivered. My…
Hi, In the DRS100/B panel, I have created a new button. I have added the related option 53 (this.controller.ListOption(53)) along with my logic when I clicked the button. So I need to capture related option warning messages to execute my logic. How to capture an M3 warning message before executing my logic in the H5…
It looks like you're new here. Sign in or register to get started.