If you want to update sales part status on the backend you can use the script below. Simply fill out the part code and choose “Y” or “N” to update.
Update IN_Part set Sales_Part = 'Y' where Part_Code = ''
If you want to update sales part status on the backend you can use the script below. Simply fill out the part code and choose “Y” or “N” to update.
Update IN_Part set Sales_Part = 'Y' where Part_Code = ''
Thank you! Your comment has been submitted for approval.