Hello, I have this form: And when it opens, I want to set focus(have cursor) in Business Unit Edit field. How can I do that? I search thru Properties in Form Designer, but didn't find any property to change this. So I tried to set Initial Command on Form to fire Event In Event Handler call Form Script And in script just…
Hi, I need to fill Grid component with data, and I need to do that from FormScript. In my case, user hit button, event is triggered, and then in FormScript I prepare data which I get via ION API, and I need to fill it to the grid But I can't find any working example of this. I suppose that I need to prepare List<string>…
Hello, I am trying to send Payload data via ION API from Mongoose to SunSystems. I want to use this API: And here is my FormScript where I am setting variables for InvokeIONAPIMethod call. In ProcessImport method is setup parameters form InvokeIONAPIMethod. And FirstOutput method shows API response on Form. But it doesn't…
Hi, I have a data view to which I added an expression Column. Expression column shows correct values. Later I added summary to the expression column. Summary shows me correct values but when I export data to excel, I see it is not summing the values. In CSI when I see launch data view, I see correct values for summary but…
Hi, I want to change Barcode font to Code 138 in Cloud environment for one of the Customized Mongoose Reports. It should also be readable when we use scanner to scan the barcode. Any help or pointers would be greatly appreciated. ~Thanks
Hi All, I am having issues to change the Barcode Font to Code 128 in Job Materials Pick List Report. Current Barcode font is Code39QuarterInch When I change the Barcode Font to Code128 and Font Size to 48, I am not able to scan. I have tried below code on StdObjectRefreshCompleted but does not seem to work.…
Hi, I have a requirement to download IDM document (PDF) via Mongoose. I am able to download the PDF file but the format is corrupted and unable to view it via PDF viewer. Any help is appreciated. Endpoint: /api/items/{pid}/resource/stream Code: method = "/items/" + templatePid + "/resource/stream"; parameters…
Is it possible to read a file in a Mongoose form? And then process the records in the file? What I want to do is allow the user to select a csv file on their computer. And then read the file and insert the data into a Mongoose IDO. I've previously been able to save a file to a Mongoose IDO in Form Script using this…
I am evaluating App Builder and Mongoose. My company is currently an Infor EAM customer. We are evaluating Cloud Suite Financials. I am trying to determine if the Infor development tools available to us can replace our existing tools. We currently use K2 BlackPearl for building simple forms and workflows. A common use-case…
I have a requirement where I have to upload an xslx file, read the contents and get the total amount and compare it to another field before sending it as either JSON via IMS or an XML via BOD to ION DESK. -is it possible to upload an xslx or are we stuck with csv? -can we read the contents of what was uploaded? -can we…
It looks like you're new here. Sign in or register to get started.