Hi, I need to add a custom column in PDS110 to add the item status (STAT field) next to the last default column. I didn't have any issue doing this in old UI and it was working fine, but since new UI will become mandatory, I need to reproduce the same thing on the new UI v2. My question is, does anybody already figured out…
We have developed a web application - an Angular module with H5 SDK. When we deploy this application in M3CE MT Cloud environment, the woff and ttf files seem to be inaccessible and the icons are not loaded. It looks like the web server is not configured for the file types woff, woff2 och ttf web application…
Hi, I save XML file using output file connector and file template. XML file has this header: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> Is there a way to change it like this: <?xml version="1.0" encoding="UTF-8" standalone="yes" xml-stylesheet type="text/xsl" href="xslt/SEP.xsl"?> or add another header…
Hello I need to use the standard virtual field &ALQT from section 30 of MWS435PF for a calculation in a custom section in that same printer file. I added &ALQT in my custom section using the option adding field from another section. I have created a virtual field which will perform the calculation but I am not able to use…
HI, I tried to trigger the Invoice BOD from the EVS005 program but By mistake, I forgot to put the Max no Lines value. So, It's triggering for all the records. There are nearly 1 lakh records in the Queue. Attached is a screenshot for your reference! I tried stopping the Event rules for the Request Operation. Is there any…
Hello everyone, I want to add a fixed filter when the datagrid is opened in a mashup. -> Date in descending order -> Default status set to greater than or equal to (>=) -> status filter value forced to 60 This would give us a screen like the one below : Thank you in advance.
Hello community, How to now if PO is copied from an other PO. Best regards
I am trying to use the com.jcarft.JSch classes in my Mapper. The lib already exists in the MecMapGen and MecMapSer lib folders I added the jar file already to the mapper. Thanks Kailash
Hi, I am updating some scripts from the classic M3 UI to to modern. Previously I have used the following to activate the busy-indicator: /** Set busy indicator */ setBusy(busy) { if(busy){ $("#content").inforBusyIndicator({ modal: true }); } else { $("#content").inforBusyIndicator("close"); }; }; </code></div><div><code>…
Hello Communuty, I'm trying to develop an H5 script using MFormsAutomation that allows me to open a MMS025 program in create . const auto = new MFormsAutomation(); console.log(ScriptUtil.GetUserContext("USID")) auto.addStep(ActionType.Run, 'MMS025'); auto.addStep(ActionType.Key, 'ENTER'); auto.addField('W1ITNO', '10001');…
It looks like you're new here. Sign in or register to get started.