Skip to main content

Hi, 

 

Acumatica automatically sends the Vendor Ref number on Purchase Receipts to Shopify as the tracking number. Since we’re using the field for what it was actually intended for (Invoice Numbers), can we restrict Acumatica not to send those?

Thank you for the update @Jeff96!


There is no solution. We had to stop all tracking from sending to Shopify and utilize a different API for it.


Hi @Jeff96 were you able to find a solution? Thank you!


I have not had great luck with formulas on the entity mapping screen, but would think that what you’re after is something along the lines of If fBCShipments -> POReceipt.ReceiptNbr] = null,  <<unmap>>’ Shipmentdata.TrackingID

 

Someone smarter than me would be need to get the syntax of that to work

 


@KarthikGajendran any other ideas besides a customization?


@Jeff96 , as far as I know, the tracking number is not exposed for us in the Entities screen, so we can’t modify it using the UI tools. But you can always write a customization to change the behavior of the connector.


Reply