Hi, Can someone please help explain or provide a link to resources describing the differences between XtendM3's trigger method Initialization vs Validation Thank you
Hello, I am trying to find out the Message ID of this warning message that appears on PMS170 Panel E. Is there a way to identify the ID of this so that I can manipulate it within XtendM3? Thank you
Is it possible to delete or disable Row from Grid List using H5 script?
Hello, I have developed an Extensibility EXT MI. For example EXT001MI. I want to call EXT001MI inside of another extension, EXT002MI. Is this possible? I keep getting errors calling using the MICallerAPI. Thanks
Hello, I am trying to call an ion api inside an XtendM3 batch but i get the following error: Unable to lookup token since provided session id is null. It is probably related to the token. Here's the code i used: public boolean callIONAPI() { logger.info("starting bulk") def endpoint = "M3/m3api-rest/v2/execute" def headers…
Hello I am trying to insert a checkbox in a custom dialogue box using h5 script. The line I tried in my HTML <input type='checkbox'> is not displaying the checkbox. Any one tried this before? Thanks UPDATE (13.04.2023) <input type='checkbox' id='chkbox' name='chkbox' class='inforCheckbox'/></td> works on classic UI Anyone…
We have a requirement to send an Event IP-PCC Payload based on the Delivery Number (ODHEAD) with a filter applied to the WCON field to include only IP records. The WCON field is available in the OOHEAD table. Could you please provide guidance on how to add OOHEAD table as Import in ODHEAD.drl file. Looking for your guidnace
Hello, What I want is to concatenate a string with a field that I fetch in CUGEX1 table. Is there a way to make it ? Thank you
Hi, Is there any method, or custom code to make a bulk export of a datagrid ? I've seen that we have the example in the M3 H5 script documentation : const controller = this.controller; controller.ExportToExcel(); But using this method, we still have the pop-up modal. What I want is to have a button that downloads directly…
Hi All, I have added custom fields on E panel in M3 program. Via H5 Script I have made this custom field as browsable, When I select a value from a column it doesn't appear in the custom field. I have tried using the id of the field while setting the value but no luck. Using the below line to set value…
It looks like you're new here. Sign in or register to get started.