Using IonApiRef to insert values from document into JSON API call. The value is populating but changes value to string format (wrapped with double quotes). The API call doesn't work if value is a string. Is there a way to use IonApiRef and return number not string?
Hi all Attempting to build a workflow to email scheduled reports as outlined in the latest EPM 12 cloud environment (link) Thus far I've been able to build the workflow and test it to: * Pass the requisite variables on running the report (appName, bookName, imageFormat, usePageLayout, outputFormat = 0 [pdf]) * Perform a…
Hi, I want to invoke a (Salesforce) API from an ION Data Flow, but want to make a small change to the input parameters before calling the API. I have first registered the API in the API Gateway. It was tested and it works. The problem is that the input parameters of the API expect a datetimeformat without the miliseconds…
I've setup a dataflow to use an incoming SalesOrder BOD to populate an ION API request. I'm able to retrieve the result into a JSON object that is then used to merge a new element into the BOD and then send it on to the receiving connection point. It works well. I'm attempting to refine the flow for distribution and I've…
Hello, I am using Map input document to API request to form the Request Body of an API Connection point call. I am trying to include all lines from a PO. The issue is <IonApiRef> with XPath for the lines only pulls in the first line. How do form an IonApiRef path that will include all lines? Example custom BOD with many…
Hello, I am attempting to use the ION Graphical mapper to map SourceSystemJournalEntry to a custom BOD. With each line I need to grab the value of specific child nodes based on attributes. So far, I have not been able to get this working. Note, I can use a manually entered XSL and achieve this easily. I am trying to use…
I have a custom BOD that is created via a data flow and exported to an XML file. I need to set the output filename based on some logic related to the BOD content, but not exactly a field listed in the file template. For example, the BOD has a field/element called Company. If its value is say 'ABC123', the filename should…
Hi, Is there a way to convert JSON payload from IMS to a BOD without using script? If using a script is the only way to do it, is there a library we can use to to map the JSON payload to a specific BOD? For example, a process BOD. My idea is to make sure that all parts of a BOD are supplied. Thank you very much.
Hello everyone, Trying to get response from M3 API OIS350/GetInvHead but it seems that the json body is not what we get in ION API. With XPath (which does not make sense for me) : ... response in case OK ... response in case NOK (DIVI does not exist) Body in ION API: When setting output parameter according to body, it…
I would like to pass a list of warehouses in workflow to request body. I have created a list of warehouses in ion configuration codes. What should I do next in worflow ? (Warehouses 01, 02, 15)
It looks like you're new here. Sign in or register to get started.