Best Of
-
Re: Removing " and \ characters from strings
Double quotes (") isn't considered a special character and the REPLACE[ALL] should be acting as expected. I don't have any data readily available to test from a column perspective. Using hardcod…1 -
Mongoose Hello World Tutorial - SignIn region not displayed - Bug and fix.
Hi, As a Mongoose beginner, I got stuck for hours in the Hello World Tutorial, trying to find what I could have been doing wrong. Eventually I found it was a slight bug in the doc. I thought I would …2 -
Re: How do I change the company logo in document templates?
Normally all of these images are saved in the IDM document type. As per your screen shot taken from the M3_File document type from the IDM.2 -
Re: Execution time of the Python script
What's the use case like on this one? I've only ever hit the 15 second time limit once and that was when I was processing XMLs that were mb in size. Could you split it in dataflows before to reduce t…1 -
Re: Execution time of the Python script
You will need to cut down execution time either by optimizing the code or breaking the script out into multiple scripts to get around the limitation. The CS cases on the topic suggests that 15 second…1 -
Re: Relation between tables
I am not familiar with M3, but, based on the list of fields in your post above, I understand you have two tables, MWQIRS (primary key M7.EVAL, or maybe also M7.USID?) and MPDIID (primary key PI.INSI)…1 -
Re: Which logicalid do I need to use for ION Messaging Service APIs?
Have you went through the documentation where you create the IMS Connection Point in ION? Then use that connection in a Data flow, activate the data flow which in turn activates the connection point …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: SX.e API Documentation
{ "request": { "companyNumber": 1000, "operatorInit": "bpw", "operatorPassword": "", "orderNumber": 1051579, "orderSuffix&qu…1 -
Re: App Builder and Full Developer - What are they?
I have not use the Windows Client since the on-prem days of Mongoose, but have always used the web client. The below documentation talks about the Web client, but it is essentially all of the form bu…1