Questions tagged [auto-number]
The auto-number tag has no summary.
75 questions
2 votes
0 answers
150 views
Auto Number Issues with High Volume Data Inserts (via API)?
While creating a new Custom Object, I was setting the Name field to Auto-Number, and saw this warning which I don't recall seeing in the past: Warning: If you plan to insert a high volume of records ...
1 vote
0 answers
68 views
Why does an auto-number field in a Salesforce custom object start from 0 in installed packages?
I have an auto-number field on a custom object in Salesforce, with the starting number explicitly set to 1. This works as expected in my development org, where records begin numbering from 1. However, ...
-1 votes
1 answer
173 views
Auto-Number Using a specific format and using an already existing field as the base (workflow loop?)
I have an opportunity field called Order # that the user enters it in this format 24-022. I'd like to use this Order # and add a -1, -2, -3 etc. to the end (example 24-022-1) and this field will be ...
3 votes
1 answer
329 views
Auto Number Skips Numbers
I have a strange issue with auto number skipping numbers. After the creation of the auto number field, and checking the 'Generate Auto Number for existing records' checkbox I've got inconsistent ...
0 votes
0 answers
242 views
Is there a way to change the 'Auto Number' Name of Standard Objects?
We are using Salesforce Maps to schedule Visits to Retail Stores. We've noticed that the Visit records that are created are using an Auto Number as the Name, giving values such as "00000564"...
0 votes
1 answer
1k views
Name field - Formula fields
I got to explain well the scenario. I have a custom obj with 10 different Records Types. I want the name field (which at the moment is an autonumumber with the following format {YYYY}{MM}{DD}{0}) to ...
0 votes
1 answer
731 views
Duplicate Autonumber(Custom) gets created, when different user creates the records at same time
We are creating a custom autonumber in the custom invoice object. For this, we used the Before insert event in the apex trigger. So the user will generate bulk invoices based on the term for all the ...
1 vote
2 answers
693 views
Cannot deploy or update autonumber field
I just hit a very strange issue when trying to deploy my sources today. We have an autonumber field on Lead (format: {YYYY}-{0000000000}; starting number: 1000), that already exists in my sandbox. But ...
1 vote
1 answer
396 views
Restore Auto-Number on Managed Object
In our managed package, we have a custom object where the Name field is an auto number We're using a flow to create records of that custom object In our trial source org, somebody tested that flow and ...
2 votes
0 answers
264 views
Setting one autonumber that will sync to all (related) objects [closed]
We have decided we want all Leads, Opportunities, Quotes and a few custom objects to inherit the same autonumber so that it is easy to see related objects just by the number. Leads should get an LD-...
0 votes
2 answers
498 views
Migrate Quote with Quote Number from one Salesforce Org to another
I'm migrating Quote record of one salesforce instance to another Salesforce instance. The Quote number in source org is in Q-{MM}{YY}-{0000} format. I have changed the quote format in my target ...
0 votes
1 answer
1k views
Change Name field on lead object to auto-number - is this possible?
I was trying to change the field type on the lead object to an auto-number but it doesn't seem I can as there is no option to do so - does anyone know if this is possible? Thanks
0 votes
1 answer
542 views
Trying to change object ID from Name to Automatic Number
I am getting an error when trying to change a custom object's unique field from a Name to Auto #. I made sure that all the current Names are #'s.
0 votes
2 answers
1k views
Why use autonumber as external id [closed]
I can't figure out why use autonumber as External ID. There is some case when must be used an auto number as ExternalID? Thanks
5 votes
1 answer
4k views
When is an Auto Number value generate
I need to use an Auto Number field to set the value of the Name field to a composite value of AUTO_NUMBER - NAME - DOB I've got an Auto_Number__c field and a before insert trigger which gets the max ...