Getting Details from Quotes

When we get details from quotes, it brings the quote attachments with. We would like for the quote attachments to not pull forward as they get mixed up with the new attachments and we need to take time and be careful to delete the right and sometimes duplicate attachments.

Are any of you aware on how we can do this?
Thanks much!
Elvin

I’m thinking it would be a “project” if it is even possible to drop attachments when you get details.

Wonder if you can just list/remove them right after getting details?

Either via Document Management, DMT
or even an UBAQ/Dashboard using tables Ice.XFileAttch and Ice.XFileRef

2 Likes

If you’re talking about getting details on a job, maybe a post processing BPM on JobEntry.GetDetails could delete the attachments.

1 Like

Two possible work arounds to test.

  1. Put the attachments on the Quote Line instead of the Method.
  2. Put the attachments on the Quote Head.

Not great but it might work.

2 Likes

Thanks guys, i will try some of these out!