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 ?
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…
Hi, I'm setup follow this guide to convert excel to csv then ingest to data lake https://developer.infor.com/tutorials/data-management/ingest-excel-files-into-the-data-lake I have download and import libary Openyxl files.pythonhosted.org/.../openpyxl-3.1.5-py2.py3-none-any.whl and pandas…
I have a need to weekly purge certain tables, keeping only the last set of documents indexed. Is there an API call to do such a process as I'd like to automate it.
Hi, does anyone have a simple step by step process how we can sync an M3 table into Mongoose using BODs. At the moment we have a datalake setup which then requires stored procedures for transfer the data but this is quite laborius to maintain
I am trying to use the splitter on a simple BOD and am getting a "content not allowed in prolog" error. I have used the splitter successfully on a purchase order BOD, so I'm not sure what the problem is here. The looks like this: <ProcessXYZ><br /> <ApplicationArea> ... </ApplicationArea><br /> <DataArea><br /> <Process>…
I have a workflow which needs to send an email to a list of users. The configuration for the distribution list has already been done with all the users and their emails. The configuration for email usage has also been done. But the email is not sent to all the users in the list all the time. In some cases I have all my…
I have an ION workflow task with custom actions Like Approve and reject, I have a requirement to expose details of a task to 3rd party for reporting purposes. For that, I'm planning to use the ION endpoint. https://mingle-ionapi.inforcloudsuite.com/XXXXXX/IONSERVICES/process/user/v1/task/{taskID} Upon the completion of…
Hello All, We are looking for use cases to link existing IDM documents to ION Workflow Tasks (Alerts). If you have such a use case, please share it with us as we start working on the requirements. Thanks, Danil Klemeshov
I get this response in my API FLOW: {"prod":["ABC","XYZ"],"seqno":[1,2],"price":[61.7047,56.1235]} Is there a way to have this format instead: { "seqno": 1, "prod": "ABC", "price": 61.7047, }, { "seqno": 2, "prod": "XYZ", "price": 56.1235, }
It looks like you're new here. Sign in or register to get started.