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
Hi We have a scenario to get task assignee and person who is assigned to? Do we have any API which can help us detailed history of task? Thanks in advance
At one point there was a connection point that would allow for an intermediate database connection whereby I would send the content of a BOD to a stored procedure and the SP would return the BOD back to the data flow. It looks like that functionality is no longer available Infor OS Cloud. Is there a work-around or…
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?
It looks like you're new here. Sign in or register to get started.