Good afternoon,
Does anyone know if there is a way to automatically go and get the manufacturing details (GetDetails)
for a part/configuration with an approved method when the part/configuration is added to a quote?
Good afternoon,
Does anyone know if there is a way to automatically go and get the manufacturing details (GetDetails)
for a part/configuration with an approved method when the part/configuration is added to a quote?
Welcome @ShawnCartwright !!
There is a method that you can call via a BPM. The trick is finding the right event to trigger it from as GetDetails() can be quite lengthy depending on your MOM/BOM. If your MOM/BOM is simple, then doing it on Quote.Update() would be OK as long as you check for an added line/detail row.
Also, what to do if changes are made? You have to remove the Details and trigger GetDetails() again. This BPM might be a bit tricky, or it might be a couple of BPMs to guarantee everything is correct when the quote is saved.