Configurator rev and version number used on quote line

,

Hi all,
I am trying to get the configurator revision number and version number that was used to enter a line on a quote.
I am trying to create a BPM that will warn users when they duplicate a quote if there is a mismatch between the used and current configurators before they create orders/jobs.
I have managed to get the current rev and version but I’m stuck on getting the used ones.
Any ideas?
Thank you
Adrian

The BasePartNum and BaseRevisionNum should have what you are looking for.

2 Likes

Thanks @danbedwards, will this give me the BaseRevisionNum as it was on the date of entry? or as it is currently?

Yes - this would be whatever the revision was on the source quote.

1 Like

Thanks @danbedwards