hi there,
kindly help me please. where I can find field "shipconfirmqty" on database Dynamic SL?
we use dynamic SL 2011. I just missed this location.
really appreciate for help.
thanks
*This post is locked for comments
hi there,
kindly help me please. where I can find field "shipconfirmqty" on database Dynamic SL?
we use dynamic SL 2011. I just missed this location.
really appreciate for help.
thanks
*This post is locked for comments
thanks very much. very helpful
Run this query:
USE SLApplication -- Use your application db name here
Select TABLE_NAME From INFORMATION_SCHEMA.COLUMNS Where column_name = 'shipconfirmqty'
André Arnaud de Cal... 291,703 Super User 2024 Season 2
Martin Dráb 230,433 Most Valuable Professional
nmaenpaa 101,156