-
AdvanceShipNotice - ItemID hyphen - ASN WMS changing it.
Hi, Our customer has some items with hypen "---". The BOD Process.AdvanceShipNotice , ItemID, ID, it's ok with three hypens "A30-000001---", but WMS created the ASN with "A30-000001.-" . What should we do to WMS not change the ID ?
-
Loop through add-on's in Process.SupplierInvoice
I'm working on mapping add-on codes in Process.SupplierInvoice BOD's to consolidate values in flight. I have a workflow setup to accept SupplierInvoice/SupplierInvoiceHeader/Charge/ID as input and write back to as output. Within the workflow, I have the input parameter from the BOD running through a decision. The decision…
-
I need a script to convert an xml bod (sync.salesorder) to base64 and output it to ftp
Can someone help with this ?
-
How to work with Json Arrays when converting an xml to json using Python script in ION
Hi All, I am having an issue where from an python script I am trying to convert an xml to Json. But The Address array appears in json only if multiple address tags are passed from xml. I am expecting this as below But I am not getting it in a array format and I want it in that format even if its one Record of addresses.…
-
Unable to execute script in a workflow
Hi, I have a script that takes the JSON response from PPS200MI_LstLine and sums the total ordered quantity for a specific item, and checks if the quantity exceeds 100.00. The script is working as expected when initiated from the scripting module in ION but when it's put inside a workflow, I get the message "error while…
-
Posibility to overwrite data into LN from a Workflow script stage?
Hello Forum, Does anyone know if there is the option to trim an input variable value from a workflow and send it to an specific Infor LN field (f.e. Sales Order Prize)? Kind regards,
-
JSON to XML by Object Schema
Hi! I am running some API flows that receives a JSON payload. After that, I call the IONSERVICES /v2/message to get my message into the correct Application in order for me to use a Data Flow. (Why can't I send a message directly from an API Flow into a Data Flow....?) However, I need the payload in an XML format. This…
-
Need help with a script (BOD Sync.SalesOrder)
Hi I have Sync.SalesOrder xml. If I only want to keep SalesOrderHeader/DocumentID and SalesOrderLine/LineNumber and SalesOrderLine/ItemID/ID for example, what would be my script ? I have tried many things without success
-
Map XML to JSON - use xpath in scripting
Hi, I'm trying to map purchaseorder BOD to JSON using below script: import json from xml.etree import ElementTree as ET ET.register_namespace('', "">schema.infor.com/.../2") ET.register_namespace('xsi', "">www.w3.org/.../XMLSchema-instance") root = ET.fromstring(input_po) for each in…
-
Statement Copy Automation ION Workflow
Hi all, I was in a session I believe that it was "How to Create an ION Workflow Start to Finish" where someone said that they make a backup copy of all the Statements offsite so that if a reprint is needed the users could get it from the backup since a statement is basically a specific point in time. We are wanting to do…
-
ION Graphical Mapper and select a specific child node's value based on attribute value
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…
-
Ion Workfow: pass Warehouses to api request body
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)
-
In Ion workflow: Need help with date
Form the api, I get enterdt = 2023-04-19. Is there a way to get current month-year. instead of year-month-day ?
-
beautifulsoup4 and lxml libraries
Has anyone successfully used beautifulsoup4 and lxml libraries within scripting? If yes, please help me with compatible URLs? Thanks Am unable to get hold of correct versions. Or they dont exist for python 3 and above?
-
The input payload exceeds the 5 MB limit.
Hi I have a script sending files to IDM. This works fine for small files, but for large files I get a payload error: The input payload exceeds the 5 MB limit. Do you know if there is any workaround to solve such problems? The script creates this XML-file:…