Hi, I am in MT Cloud environment. I have this Event connected to Button Click: In Form Script Method I do some preparations, and according to result of this Form Script (check upon Variable), I want to setup condition which can decide if next step (Run Form) is proceed or not. But how can I setup condition on this? For…
In Postman I can get this working no problem to pass in a string per parameter for 2 parameters: [ "Paramter string 1", "Paramter string 2" ] What I eould like to be able to do is pass any JSON to Mongoose into a single paramter which I will deal with in Mongoose, something like this: { "terms": { }, "seriesDetail": {…
Hi, I have Dropdown component on my Mongoose form, and I am filling it with GlobalScript. When I have only one column displayed it's ok. For filling Dropdown with values works command: ThisForm.Components["dropList1_BU"].ListSourceScriptAddListItem(ct.businessUnitCode); But when I setup two columns to display, I have…
Hi, How do I integrate Mongoose with IDM? I have an IDO (SupplierInvoices). When I position on a record I need to be able to add PDF file (invoice image) to this IDO record and save it to IDM. Is there any documentation available? Regards, KK
The following describes the new release highlights for users of Infor OS Mongoose: * DataView pre and Post Load Events: Enhanced loading of DataViews to include pre and post load events in the Application Event System (AES). The events can be handled by applications or customers as needed to add to the load process. Click…
Good Morning, After adding a new subcollection to a form, I often get this error after saving data to the new subcollection: Error refreshing update item. A single row is expected back from an update refresh and 2 rows were returned. Anyone have any thoughts or insights into what might be causing this issue? Thanks Jeff
Good afternoon, Just seeing if there have been any enhancements to mongoose reporting functionality that I may have missed, that will allow you to embed a PDF (T&C) into a Mongoose Report. Often, the T&C is highly formatted with multiple columns. Thoughts? Thanks Again.
Can we add filters on Mongoose Grid or Grid Columns so we can filter the rows
Hello, Has anyone tried and succeeded in building a bookmarking algorithm for an ido extension class in C#? If so, could you provide me with a code sample please? The example provided in Infor documentation is neither applicable nor useful to my situation.
Hi, I am working on MT Cloud environment. I have simple form on which I put Grid component from Toolbox menu: This Grid is not connected to any Collection. It is just for representing data which I get from IDM ION API. Like this: And now I need to call FormScript function when user selects one or more Grid lines. But when…
It looks like you're new here. Sign in or register to get started.