I've developed a stored procedure that executes from a form. The form passes a user specified Cutoff Date and the user's username to the stored procedure. However, I want to effectively close those open vouchers by balancing the open quantities on the vouchers. Has anyone had to do this before? If so, what tables do I need…
The tickbox to Save As Template was indvertently checked when creating a form. How can a form template be deleted from Mongoose. There seems to be no option to do this or documentation regarding it.
Dear Community, I was in a processing of developing a new AppBuilder application. Everything was working well but suddenly I was not able anymore to edit column properties for my Datagrids... when trying to edit column property by clicking on the three dots of the column, nothing happens... I'm not 100% sure at which time…
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…
It looks like you're new here. Sign in or register to get started.