function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lnorrislnorris 

Assigning an Auto Number based on Validation Rules

We have a very complicated round robin that works with different types of assignment numbers.  We have a few types of leads that we'd like to prevent from ever getting an assignment number.  Since validation rules are the only thing to fire before assignment rules, is there a way to based if the auto number fields are populated by other field information in the lead record when it's created? Or will the auto number field populate regardless?
hhuiehhuie

To my knowledge the Auto Number field will automatically increment once a Record has been created.