Dear Community, Any idea what can be the cause of this error message : Invalid property name ft_Uf_Select for object xxx in component gridColSelect ? I'm getting this when trying to launch a custom FT form developed by an external party that I have just uploaded in a new M3CE tenant. I have followed the import process but…
I created an extended IDO in one of my configurations and I need to push this custom IDO in other configurations (8) Is there a quick way to accomplish that? Thank you --ilann
Hi, Been trying to make define the IONSERVICES/scriptingservice/engine API to execute a python script from ION inside App Builder. Below is how the input is defined. I also tried other combination like $.* or $.inputBody.api_response When I test this I get this result This is what the API looks like in ION API Does anyone…
Is it possible to have an export to excel option for the data grid of Mongoose? The data grid for App Builder has this and also has the select number of rows per pages. I opted for Mongoose because of the Form Script since my API needed some manipulation that can't be done in App Builder. Or maybe is there a way to define…
I have this JSON reply from an API below My goal is to create a list view wherein the environments will be flattened into one array object then the details of each are concatenated like the one below. My question is, is this possible in form script? Or is this better done outside of mongoose?
Hi, I'm trying to make an ION API call on a Mongoose form through Event Handlers but it doesn't work for me. Could someone tell me what is wrong? With these variables previously informed: ThisForm.Variables("SSO").Value = "1" ThisForm.Variables("ServerID").Value = "0" ThisForm.Variables("APIContext").Value = "M3"…
What if I have an API and I just want to manipulate the results and display it in listview. My goal is to manipulate this result below. I want to summarize the array into one row and convert the tenantName into columns [ { "name": "test1", "summaryGroup": [ { "name": "test1", "tenantName": "TST", "isAvailable": true,…
Is there a Function in Mongoose that can be used as a parameter in SUBSTITUTE that returns a special character (for example the tab newline characters)? I would like to set up an Event Handler that uses these special characters in the email body, resulting in something like the following: 1. PROPERTY({first_property}) 2.…
I am working on a query joining the customer order master, and the address master. I need to join on the company, the customer number, and the customer ship to address. However that column in the Customer order master seems like it has odd enoceding. Like it isn't codepage 37 or CSSID 65535. Column is C6B9CD. Any ideas on…
Hi, We have an event handler created in AES on IDOPostItemInsert that needs to approve the requisition line. We have set multiple approvers on the same prompt to approve the requisition. Now we are trying to capture the approved date based on each approver's response. Is there a way to get a response date based on the…
It looks like you're new here. Sign in or register to get started.