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…
I am stuck on Attaching a file with EMAIL in Application Event System (AES). In V9 on-prem, we had some Event Handlers, that used to send Emails with custom subject line and email body. Using "Attach" I was able to give the path of the file from Report Output Files folder and it was very nicely attached with the email. On…
When trying to use the New External Workflow Wizard, I get this error message. I have tried in multiple Syteline multi-tenant cloud sites and get the same results. I have had a case opened with Infor support on this for a few weeks but they have not been able to provide a way to resolve this. Has anyone else gotten this…
It looks like you're new here. Sign in or register to get started.