In ION , i create JSON file... it is a flat structure part of Script and output below: json_file = '''{ "Dimensions": [ { "CompanyNumber": "", "Dimension": "", "DimensionType": "", "Description": "", "Status": "", "StatusDescription": "", "ActionCode": "" } ] } ''' json_data = json.loads(json_file)…
This is about LnMessageBOD. It publishes Fiscal Period but not 'Reporting or Tax Period'. What will be best approach to publish them. Is it possible to add component to this BOD. Which document can help me. Thanks
Hello Infor, we have been facing recently an issue with sql database connection point happening on the PRD system randomly where sometimes the connection is failing with the following error: Unable to acquire JDBC Connection. Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a…
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…
In Flat File definition, I'm trying to convert XML to TXT with field separator as 'tab'. I tried but it prints ' ' in output document. Is there any other way how we can overcome this?
I have a multi-step approval workflow for requisitions using IFS Groups (BH1, BH2, BH3, BH4, BH5). Each group is assigned to the next task in sequence for a total of 5 approval steps. It is possible for an approver to be in more than 1 group. If approver_a is in IFS group(s) BH1 & BH2 and approves Task1 (BH1) then we can…
Hello All, We are starting to gather requirements and build out a design for a Kafka Connector for ION. Is there anyone out there using Kafka that is interested in sitting down with our Dev team to provide input on our early designs? Thanks, Sam Green
Hi, I want to setup an integration (inbound to M3) for a bank statement which follows BAI2 format. I will pick this file from sFTP. I see there is an Infor GEMS mapping available for US region 'US_BTRS'. I understand that BTRS format is the latest/next generation format which was derived from BAI (using code sets from…
Hallo, When i call the IMS API with files in my paramters it work but when I give the content of the files in the parameter as a string it dos not work and give me following error. Can someone tell me why the API is not working with text? Error: { "status": "FAIL", "code": 470, "errors": "Multipart message request is…
Hi All, Created some workflows related to Purchaseorders. Workflow is initiated trough a activation policy via the standard purchase order BOD from EAM. Found some similair issues but related to LN and M3. Not sure how to fix this for EAM. Any help would be greatly appreciated. Hendri
It looks like you're new here. Sign in or register to get started.