Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Click here for more information.
We want to update Purchases' Cost Center information via Business Adapter Studio. When we execute the BA the Cost Center is immediately get cleared "automatically". This change can be identified by navigating to "Purchase Properties > History" tab.
Any help is appreciated, attaching BA xml and sample data for your review, not sure what I am missing in the BA configuration and property mapping!
Note we have to update more then 800 purchases.
__PRESENT
Feb 07, 2024 01:59 AM - edited Feb 08, 2024 02:21 AM
Right, if a PO has multiple line items then you will need to supply the sequence number for each to make this work, please also refer to Purchase Order CSV and other places in documentation where this is mentioned.
Thanks,
Feb 13, 2024 09:23 AM
Hi,
I see that the you have the setting "Create new object in the database" enabled on each object. Do you really want to have this setting? This is the only thing that I can see here that could cause some strange behaviours.
Have you tried to update the cost center via a custom SQL query?
Feb 08, 2024 02:20 AM
Hi @maxhensel, I have tried many BA configurations but non of them work and I didn't use custom SQL query to directly update the tables. Thanks
Feb 08, 2024 04:56 AM
Your sample above worked for me, but please be aware that it updates the [PurchaseOrderDetail_MT].[CostCenterID] attribute, not the [PurchaseOrder_MT].[CostCenterID]
Don't you see your update correctly represented in the UI?
Thanks,
Feb 12, 2024 05:54 AM
Thanks @JohnSorensenDK Yes, I just checked those tables as well but CostCenterID is 'NULL' also for another PO the BA updates only the first line (row) of the PO not the all rows!
Feb 13, 2024 06:39 AM - edited Feb 13, 2024 06:45 AM
Right, if a PO has multiple line items then you will need to supply the sequence number for each to make this work, please also refer to Purchase Order CSV and other places in documentation where this is mentioned.
Thanks,
Feb 13, 2024 09:23 AM
Thanks, after mapping the Purchase Order Line Sequence I successfully imported the Cost Center information for all PO lines.
But when I try to import Cost Center information for multiple POs and load the data via .CSV file and then view it under the "Data" tab of BAS I noticed that the value with leading "0" in the "Purchase Order No" get cleared and for some rows PO number completely vanished.
I am not sure about this weird BAS behavior, appreciate your help.
Feb 19, 2024 05:06 AM
For CSV files you will have to create a schema.ini file to enforce the "Purchase Order No" column to be interpreted as text. Please refer to Business adapter imports large numbers as scientific notation and other community threads discussing this.
Thanks,
Feb 20, 2024 03:11 AM - edited Feb 20, 2024 03:12 AM