How do you auto increment an "ID" field for every opportunity record?

We are trying to create a field in Opportunities that automatically assigns an auto-increment value to each new Opportunity.  This is with an On-Demand instance, so we have no access to code.

Any suggestions would be greatly appreciated!

Many thanks, James.
Parents Reply
  • Hi James,

    You can always request the sugar support to have a copy of your OD instance. They will provide you with a zip of the files and db for your instance.  With these you can deploy it on your local machine. You can always use this local copy to create your customizations.
    If your customization is fine you might want to package it then upload and install it to your OD instance.
    With regards to your auto increment field on the opportunity. You can create an int field then add on the vardef of the field 'auto_increment' => true
Children
No Data