Skip to main content
Solved

Restrict Purchase Receipts from Sending Tracking to Shopify

  • 17 August 2023
  • 6 replies
  • 74 views

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?

6 replies

Userlevel 7
Badge +6

@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.

Userlevel 6
Badge +4

@KarthikGajendran any other ideas besides a customization?

Userlevel 5
Badge +1

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 [BCShipments -> POReceipt.ReceiptNbr] = null,  <<unmap>>’ Shipmentdata.TrackingID

 

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

 

Userlevel 7
Badge

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

Userlevel 6
Badge +4

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

Userlevel 7
Badge

Thank you for the update @Jeff96!

Reply