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…
Hi! Has anybody knowledge how to add inputbox in custom column header? That works fine in old UI but how to do it in new UI. I debugged the script and find out following. Those inputboxes are there after script is ran that part but "if (!$('#XX' + _this.addedColumns[0].colID).length) { for (var b = 0; b < _this.numOfCol;…
Hi For one of our customer script, after converting a M3 H5 script, the IonAPI PUT method converts automatically to POST and fails to execute with error 405. The script purpose is to update IDM attributes for IDM documents that pop-up for a Purcharse Order selected on PPS200 screen. It was working perfectly on Portal V1,…
Hello, For the MMS001/G form we have a custom script that works well in the classic UI but does not work in a new UI. And the aim is to have the script compatible with both UIs. The script maintains two custom fields. The first field is located on row 24 (pRow24). But the second field is on the custom row 25 (pRow25). The…
In H5 Script, I would like to trigger an (onSelectedRowsChanged) method on a listview of M3 panel ? I need the trigger process to be worked with the left mouse click only. This is because the H5 Script, that I have done, is triggered with any left or right clicks, so the user would not be able to open any related options…
Hi Dev Community, I have a user request to add a custom column to a specific location using H5 scripting in M3. In Classic UI, I as able to append a new column anywhere in a grid by using the array.splice method in Typescript without any issues and all functionality worked correctly. However, in the Angular based version 2…
It looks like you're new here. Sign in or register to get started.