Cycle COunting Reset

Yeah….testing it now.

 

Miguel A. Santillan

Compass Manufacturing Systems

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Wednesday, August 3, 2016 11:49 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Cycle COunting Reset

 

 

wouldn't it be easier to just run a DMT?



Disclaimer

The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

Is there a way to reset my cycle counting.

 

How can I set or Null out the parameter of Last Counted?  I want EVERYTHING to be able to be counted.  I want all my open CC to be gone.

 

Miguel A. Santillan

 

 



Disclaimer

The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

If I write a BPM, would this code work to set the LastCCDate to Null?

     For Each PartWhse where PartWhse.Company = cur-comp.
         assign PartWhse.LastCCDate = ?.
      End.
           

wouldn't it be easier to just run a DMT?