Table of Contents

Search

  1. Preface
  2. Salesforce Managed Package
  3. Running a Guide within a Salesforce Organization
  4. Techniques
  5. Customizing Salesforce
  6. Mobile Guides
  7. Meeting Follow-up Wizards
  8. Controlling Who Sees Guides
  9. Launching a Guide
  10. Guide Execution Reports

Salesforce and Application Integration

Salesforce and Application Integration

Running a Guide When the User Clicks New

Running a Guide When the User Clicks New

Salesforce users can create new objects using the
Create New
picklist, a button, or a link.
Salesforce New picklist
After users select one of these, Salesforce displays a page into which the user can enter information. If you would prefer that they run a guide, you can override these actions for standard objects. Here's how:
  1. Go to that object's
    Buttons and Links
    setup page; for example,
    App Setup Customize > Opportunities > Buttons and Links
    .
  2. Within the displayed table, find the
    New
    row, and then click
    Edit
    .
  3. Select the Visualforce page on which you are going to override the New action.
  4. Create the Visualforce page that runs the guide. For example, if you wish to run the Create Opportunity guide, you might create a page that runs it such as:
    <apex:page sidebar="false" showHeader="false"> <icrt:AeSalesGuides objectType="_any" objectId="{!$User.Id}" guideName="Create Opportunity"/> </apex:page>

0 COMMENTS

We’d like to hear from you!