if(String.IsNullOrEmpty(DeliveredCompSN){return this;} right after the 3rd line of your sample code. This way if the serial number is blank, the server call to get any duplicate Components isn't even made.
Chris
if(String.IsNullOrEmpty(DeliveredCompSN){return this;} right after the 3rd line of your sample code. This way if the serial number is blank, the server call to get any duplicate Components isn't even made.
Chris
Copyright © 2025 Aras. All rights reserved.