Best Of
-
Re: The concatenation function in the Word Plugin does not support special characters.
Hello Marette - Do you even need to use the concantenation? I tried building the URL with 3 different nodes and just added them to my doc. When I generate the PDF, I am able to click on the URL, as i…1 -
Re: Fact table retaining duplicate key rows with different time.day field
The behavior was recreated by Support. The underlying cause is the sales_key Scripted Source Output column was removed, yet the sales_key column was still enabled as a Delete Key in the Incremental R…2 -
Re: Having issues calculating a percentage
Please try disabling it at the Space level and play with it at the Report level. Or copy your BQuery from the report and run it from Query Admin with either SELECT or pushdown:SELECT at the beginning…1 -
Re: Why is the Response missing values for sxapioegetlistofordersv4?
Jason - I am seeing the same thing. Also the API Documentation backs the response we are getting. It appears the swagger doc is incorrect.1 -
Interest in open source library for H5 development in Angular
Hi! At Beredo we've done a lot of H5 app development and have noticed that Infor's tooling struggles to keep up to date with angular and requires a lot of modifications to a standard angular project.…1 -
Re: IF THEN with multiple conditions in Prepare
You want to do a Complex Join? That's not going to work with Custom Attributes (I think), because in Complex Joins you refer to columns in physical tables, while a Custom Attribute is calculated on t…1 -
Re: IF THEN with multiple conditions in Prepare
ELSEIF here should be a single word (no space).1 -
Re: Update records in same table
If I need change records in after.update I use the for update in table selection without commit because is DAL select tdpur401.* from tdpur401 for update where tdpur401._index1 = {tdpur401.orno} sele…1 -
Re: Use of "Query Data Lake Activity" to obtain deltas in ION dataflow
Hi Alistair, We can load the data incrementally based on the Data Lake storage time information. You can enable it here. In April 2025 release we plan to release Data Lake views support for Data Lake…2 -
Mongoose REST API v2: nested collection for IDO update method
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?1