Hello, I am researching how to export data from IDOs to a text file (.txt) or an XML file. Based on my research from Infor's documentation (link below), it appears that exporting is only supported in CSV format.…
First - this is my first ever post, and I'm not entirely certain what I'm doing. If this is in the wrong place, or has already been addressed, just let me know. I searched to the best of my abilities and couldn't find anything. On to the question. What is the best way to have a static caption on a form change in response…
Hi, While running through the Hello World Tutorial step by step, I'm now getting this error message: This occurs after having: Written the first form script at the beginning of Part 6. Created the CalcOrderTotal event Referred to it in the Data Change property of the Item and Count components, both on the form and its grid…
I have a requirement for a task that should be executed periodically (every 10 minutes, for example). I could achieve the necessary behaviour using ION, but I would prefer to keep the solution within Mongoose. I have found a "Background Task Definitions" form where I have added a record that should be configured to execute…
Hi, Nothing really blocking, just to make sure I understand. In the Hello World Tutorial, each time one form is created (Customers, Items, Orders, etc.), the doc instructs to click on the Filter-in-place icon to bring the list of records. Actually, this works on the Mongoose forms. For the ones created from the Tutorial,…
We need to break the report on location can anyone suggest how to accomplish that please. We grouped it by the loc and have page break after Group footer still nothing.
Hi, (Please apologize if this question from a Mongoose newbie is naive or obvious). I see this description in the introduction materials to Mongoose: What are the App Builder and the Full Developer? In the Hello World Tutorial, which one is presented? And how can do we access each of them? Thank you for your help.
Created an event to send email when a Purchase Order Req is “Converted to PO”. I used “idoItemUpdate” as well as “idoPostItemUpdate” on the “SLPreqitems” IDO, however my event only fires when the req status changes from Requested to Approved and not Approved to Converted. I would like to send notification when the status…
When I want to call a Mongoose REST Service API like: /MONGOOSE/IDORequestService/ido/load/{ido} I need to specify the X-Infor-MongooseConfig header. What is this config? Where do I manage these configurations?
I have a static column on a report form, and I am using an expression because I want to calculate total weight. The formulae is P('UnitPrice') * (1 / (IF( !ISEMPTY(P( '2.ConvFactor' )), P('2.ConvFactor'), 1))), however I keep getting "Input string was not in a correct format". Not sure how to resolve this. Any ideas?
It looks like you're new here. Sign in or register to get started.