This demonstration shows how to add a field to an existing application object. In this example, we are creating a text field salespersons can use to suggest the next action to take on an opportunity.
This is the first in a series of demonstrations that show how to create a custom field for importing customer information.
These demonstrations cover:
- Creating a custom field
- Exposing the custom field in application pages
- Testing the custom field
- Publishing the custom field from the sandbox
- Making the custom field available for import
- Viewing the custom field in the import activity mapping
Steps:
Let's navigate to the Application Composer to create the field.
Step 1Click the Navigator link.
Step 2Click the Application Composer link.
Step 3Before we get started, we need to create a sandbox or activate an existing one.
You should always extend your application in a sandbox so you can test your changes before you roll them out.
Step 4Click the Administration link.
Step 5Click the Manage Sandboxes... list item.
Step 6We can use an existing sandbox, so let's activate it.
Step 7Click the cell.
Step 8Click in the Set as Active field.
Step 9There's a sandbox name at the top of the page indicating it's active, so let's get started.
Step 10Opportunities are part of the sales application, so select Sales.
Step 11Click the Application list.
Step 12Click the Sales list item.
Step 13All the standard sales application objects are listed for us.
Step 14To add the field, expand the Opportunity object node.
Step 15Click the Expand link.
Step 16Click the Fields link.
Step 17Now that we are on the Fields page, let's create the field.
Step 18Click the Create a custom field graphic.
Step 19We'll add a long text field.
Step 20Click the Long Text option.
Step 21Click in the OK field.
Step 22Enter the field label that will be visible on the opportunity create and edit pages. In our example, that's Next Step.
Step 23In the Display Label Field, enter "Next Step".
Step 24Let's add some help text.
Step 25Enter the desired information into the Help Text field. Enter
Notice that the application suggested a field name for us. This is the name we'll see when we map our import file.
Step 27We don't want to make entry in this field required and we don't need a default value, so let's save and we're done.
Step 28Click the Save and Close button.
Step 29Here is the field we created.
In the next demonstration, you'll learn how to expose this field in the Opportunity user interface.
Step 30