top of page
Search
  • ABS

iVend Replication - Re-trigger the missing to Store DB


Select 'exec DataNotification @pSourceType=38, @pSourceKey=''' + CONVERT(VARCHAR(100),InventoryItemKey) + ''',@pBatchKey=''' + CONVERT(VARCHAR(100),NewID()) + ''', @pOperationType=0,@pUserKey=1'

from invinventoryitem WITH (NOLOCK)

join InvProduct on InvProduct.ProductKey=invinventoryitem.ProductKey

where InvProduct.Id='TEST002'



5 views0 comments

Recent Posts

See All

Comments


Post: Blog2_Post
bottom of page