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?
Hi community, I am new to connecting to Infor. I learned about the .NET mongoose library to access IDOs and I am trying to use it outside of Infor (external .net application). But I don't know where to find those libraries. Thanks in advance
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?
Hi, I am on MT Cloud environment. I have this validator, which using Global Script GetBnkData And I am set this validator to Grid Column with List Source. Please how can I pass selected List Source item data into Validator Global Script? Thanks.
Hi, I am on MT Cloud environment. And I need to get more properties from List Source on Grid. When List Source is IDO Collection, I am able to do this by using Validator. But how can i achieve this, when List Source is Global Script which getting data via ION API? I try to setup Validator, similar way as I have it for IDO…
Hi, I am on MT Cloud environment. When I am using Dropdown List filled by List Source, and when I am returning more Properties from the List source, I am using this code to get for example second Property from List Source: But now, I have this type of Dropdown List on Grid. So when I am processing row where user make…
I haven't been able to find an example of how to use nested collections for the update/{ido} method. Could this be used to insert or update a parent record and also insert or update child records?
In syteline how to Hide Duplicate Option in Right click menu?
How Convert Mongoose reports in Customer Ship Tos Language While using Print.
We are trying to create a SUM of the qty shipped column for blanket orders and if not blanket we use the qty shipped in the coitem table. below is what we have we have never done this can anyone please help, we get a rowpointer error. case when type ='B' then (select sum(qty_shipped) from coitem_mst where coitem_mst.co_num…
It looks like you're new here. Sign in or register to get started.