We are currently running CSI 9.01.12 on premise. We are about to launch a REST server to the Internet (with authorized access of course) to have CSI queried by external sources. First, the REST API I am referring to is not the one that is part of Infor OS. I am referring to the REST API that looks like this:…
Hello, I have discovered while doing development for this on the mobile version the Customization Guide did not include the strings that you need to change for this. I have a table for this listed below. Home Page Sample Text String to change String to change (Mobile version) Welcome sWelcome sWelcome Fitness-X sFitnessX…
I want to filter the items form so that it does not display Obsolete items. I noticed that the Permanent Filter Expression filter is set to V(FliterByQueryParmVar) on the SLItems collection for this form. When I look at this, it does not appear that anything is passed to this variable. If I try to just add "AND Stat <>'O'…
Is there a simply way to default to cost method to standard when a new item is created?
We want to be able to print a group of invoices at once that are not sequentially numbered and have them generate one PDF. As it is now, we have to print the ones we want individually, and this is time consuming and requires each to be attached separately. Any thoughts on how to do this?
The issue is a date String was not recognized as a valid DateTime,I am trying to add the due date, using DATEADD(week,2,RecordDate) this is returning the string error above anyone know why. The event code is this.....DATEADD(week, 2, P("CreateDate")))
How do you access user defined scripts within a form script? Is it possible?
Can anyone help us, we are on site, and have a trigger that inserts data into the opportunities form when an Estimate is entered. Simple on site, but we have one location in the cloud, can this be accomplished in the cloud??
Good Day, I am curious if anyone has had any success with using Formsync via command line to export all non-vendor related items out to XML or SQL files? I am wanting to automate a mass export of our development environment activities on a weekly basis. However, the help file says you need to run it in upgrade or patch…
Is there a cool and simple way to get aggregates over a date range in IDOs? For example, consider this simple SQL: Declare @StartDate DateTime = '1/1/2024' Declare @EndDate DateTime = '3/31/2024' SELECT cust_num, sum(price) AS Total FROM co_mst WHERE order_date between @StartDate and @EndDate GROUP BY cust_num If I need…
It looks like you're new here. Sign in or register to get started.