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…
Hi, When I create a combobox element in a H5 script with a lots of alternatives, only 33 hits is displayed (same limitation as when loading rows in a list panel). Is there a way to increase this number of hits, or how can the rest of the alternatives be populated? Kind regards, Emma
Trying to fetch the data based on current date, if there is no data we need to pass previous date. This will occur till previous month to fetch the data In this below code, unable to receive response private getCoNumber(): Promise<void> { return new Promise((resolve, reject) => { var _this = this; var deliveryNo; var…
It looks like you're new here. Sign in or register to get started.