Hello! Is it possible to have a delay or similar to the showing of cell-tooltip on soho-datagrid? Now I am running a M3 api when I hoover certain cells and it seems like the tooltip is showing before I get the response from api. Regards Jan Ivar M
Hi, I have a script in PPS300/A panel. Script checks Transaction date and prevents user from moving to PPS300/E panel if date is outside of permitted range. Scrip works fine in Classic UI. However, it does not work in V2 M3 portal. It still stops user if transaction date is not within permitted range. But, if date is…
Hi, I am writing H5 script to add an event callback function when ever the field value is changed but call back is not being called. let testfield$ = ScriptUtil.FindChild(this.controller.ParentWindow, fieldname); ScriptUtil.AddEventHandler(testfield$, "change", (event:any) => { console.log("Event called",event) }) I am not…
Is there a means to make an H5 script log to a file? The console and the IScriptArgs.IScriptLog object (which as far as I can tell only logs to the console) are fine for development. Unfortunately the console is local and short lived and we have a need for persistent verbose logging in production to record a scripts…
I have a requirement to change the alignment of the cells in the M3 browse panel based on a condition. is this possible via H5 ?
Hi, With Classic UI We can use this.controller.FieldMap to get the field value and trigger events on the fields but the same is not available with new UI(Xi). I'm unable to find any solution by debugging the code component in the browser debug tool. this.controller.FieldMap.WBORNO[0].onblur let DIVI =…
Hi, Is it possible to add a new custom column in between two standard columns using H5 script? If possible, please provide me with the solution in typescript. Thanks & Regards, Arun Gopal.
Hello, I have recently developed an XtendM3 API which runs for a long time and it times out after 2 minutes which is the limit for transaction APIs. I have also tried using a batch API but I need to be able use input values. Moreover the API runs for more than one hour which is the limit after which it times out. Any ideas…
Hi, I'm facing an issue about H5 script. I need to check and validate user input by making an API call (EXPORTMI) but when I do that, the script continues to execute and validate the screen before the api call is returned. The user can validate the screen so my controls are pointless. Do you have any idea about how to make…
Hi , Has anyone tried adding a new column in H5script new UI, I tried with the Infor sample, however, page down and scroll down options are not working, same works well in the OLD UI Any idea Regards Prabodha
It looks like you're new here. Sign in or register to get started.