Hello, Can you please site some scenarios where I can use the merge step? Just curious about it since I haven't use it ever since. Thank you very much.
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)…
Hi, I hope you will be able to help me a bit. I have configured simple Data Flow which takes BOD from FTP and send to LN. As an effect Customer Order is changed to "TEST OF BLOCKING 4" so data lfow works OK. Howwever same time change of status of Sales Order Header does not change (and is not confirmed in ACK BOD). How can…
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…
It looks like you're new here. Sign in or register to get started.