-
Failed to execute IPS for OIS390/OIS393
Hi, I am trying to create an IPS API to process the Credit Order creation for Returns. Below are the steps, 1) Open OIS390/A, Input WHLO and REPN 2) Press Ctrl+14. It will take us to OIS393/B 3) Press F14, This step will create Credit Orders. Eventhough the Credit Orders are getting, I am getting the below error as API…
-
APS200 - Outstanding field and Sort Order Configuration
I am in APS200 and I am trying to build out a custom list that mimics how APS200, where it combines the two supplier invoices into one (if the supplier invoice is paid) and it shows the amount outstanding. Does anyone have any detail how the Outstanding (&CUOUT) field is calculated and whether the sort orders in APS200 are…
-
Creating Custom Object Schema from Soap XML.
Hello, I have created a Custom Object schema using two XSD files, transport_order.xsd and transport_schema.xsd. One file (transport_order.xsd) is the main schema file, while the other (transporeon_schema) is a general schema file that contains definitions for all the transactions of a third party. The main schema…
-
Prevent overreporting in the manufacturing order
Hi, Does anyone know if there (or where) is possibility to setup prevent overreporting regards to qty in the manufacturing order? I've found only one settings in the PMS120/F connected with the order type, but this settings allow us to report in the first operation more pcs which acually was planned in the MO. For example,…
-
Add day/days using smart office script
Hi, How to add day/days in the date(available on OIS100/H panel) using infor smart office script? Thanks
-
XtendM3 Trigger Method Explanation
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
-
Find Message ID Xtendm3
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
-
Capturing Report Print file (ARS501PF) using MBM Initiator
Hello All, HELP! The requirement is to capture the event when ARS501PF is printed, process it to MEC, convert the data to CSV, and send it to FTP. NOTE: ARS501PF is not a document it is a report and there is no standard document in CRS945 for ARS501PF. when I print the ARS501PF from the ARS500 program it will generate a…
-
H5 Script - Delete or Disable row from Grid List
Is it possible to delete or disable Row from Grid List using H5 script?
-
Possible to call EXT MI inside of another EXT?
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
-
Error ION API call in batchXtendM3
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…
-
Adding checkbox in a custom dialog box using h5 script
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…
-
How to subscribe multiple tables in one event analytic rule in on-prem
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
-
How to concatenate a string with a CUGEX1 field in XML template (CMS007)
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
-
Using scripts, is it possible to bulk export all the lines of a data Grid WITHOUT having the pop-up
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…