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…
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…
It looks like you're new here. Sign in or register to get started.