How to know, which tables/views or other SQL Database Objects are being used by the retail server Api Customers/GetOrderShipmentsHistory to fetch the customer's order shipment history record?
Thanks in advance
How to know, which tables/views or other SQL Database Objects are being used by the retail server Api Customers/GetOrderShipmentsHistory to fetch the customer's order shipment history record?
Thanks in advance
Thank you very much.
Hi, the code is in:
RetailTransactionServiceOrders. getCustomerOrderShipmentHistory(str _xmlArgumentString = '')
The corresponding table\view contains RetailOrderHistoryView, RetailTransactionTable, SalesLine, RetailSalesLine.
I suggest that you go through this mesthod, it will be pretty easy to identify the table used.
André Arnaud de Cal...
293,245
Super User 2025 Season 1
Martin Dráb
231,927
Most Valuable Professional
nmaenpaa
101,156
Moderator