Hello, there is an option to export a configuration from CMS010 (Option 26) and then from MNS200 you can retrieve that configuration as an xml file. What I didn't find is the way to import that configuration into a different environment. Thanks for your help, Magalie
Hi all, I have created a script which should stop creating order line in OIS101/H panel for certain item number. If criteria does not match then order line should be created. I have used onRequesting to capture ENTER key events, args.cancel = true and controller.PressKey("ENTER") To stop order line - The script is working…
HI! in https://github.com/infor-cloud/homepages-widget-sdk there is example how to configure ION API connection in order to run APIs to target environment while run widget in localhost. How that configuration should do when target is cloud version of OS / M3? Br Jyka
I want to create a new XtendM3 Api, which is using an InteractiveProgramService(IPS) via IONAPI and which finally will be used in MEC. Looking on former information in the community it will not be possible to get the XtendM3 API working in MEC because MEC avoids the use of an IPS via IONAPI. Has this situation changed or…
I have an editable cell in a B panel that allows users to enter the date. This is a standard m3 program. To avoid user mistakes I want to add date picker instead of the textbox. I have tried with below code and it did not work. let contentElement = this.controller.GetContentElement(); const activeGrid =…
Hi, I have added a new custom column in MWS410 for Material status using H5 script. How can I color each status in custom column? If possible, please provide the resolution for both the UI versions (ScriptUtil.version = 1.0 & 2.0). For example: Green color for 70-Allocation and Red for 60-Not allocated. Thanks & Regards,…
Hello, I have a problem with my datagrid : i implemented 'saveUserSettings' to improve user experience but now, i need to add an other column in this datagrid but that don't work cause of the 'column' 'saveUserSettings'. How can i add my column and keep the datagrid users settings ? Thank you for your answers
Hi, Is there a way to populate the value in the "To Loc" field in subfile using button click (H5 script)? if so please provide a sample. Thanks & Regards, Arun Gopal.
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…
It looks like you're new here. Sign in or register to get started.