former_member4247
Explorer
Member since ‎09-17-2020

User Statistics

  • 25 Posts
  • 1 Solutions
  • 4 Kudos given
  • 5 Kudos received

User Activity

I know there are a ton of questions already answered about UDF and preventing them from being updated by using SP_TransactionNotification. However, none of them address blocking updates on the line item level.(or none that I have found) I added a f...
I am using Visual Studio 2019 Version 16.11.7 with .Net version 4.8.04084 and Crystal reports for Visual Studio version 13 Service pack 29. Whenever I add the CrystalReportViewer (13.0.4 32 bit I think) to my VB application I can run the project in...
I have a UDF setup on the Bill of Material HEADER, NOT the line item, and I would like to have it copied over to the Production Order HEADER ,NOT the line item, when the BoM Item is added to the Production order header. Is this possible? I know at ...
I wrote a quet (see below) to find all batches that have been allocated to a Production order. PROBLEM: The query takes a LONG time to run, from 8-10 minutes. I am sure it has something to do with the tables I am using. Any ideas how to speed it u...
I am trying to prevent batches that are locked from being transferred to a different warehouse or location. I lock the batch (OBTN.STATUS) and I added the following code to: SBO_SP_TransactionNotification declare @Batch nvarchar(50); IF (@object_...