Posts

Showing posts from 2018

Custom Button and Links

Image
Define Custom Buttons and Links Let's start with defining custom action and link. Custom buttons and links provides you more flexible way to integrate salesforce data with external URL's, systems and applications. Let's have a demo for creating Custom buttons and links  1. From the setup for the object that you want to edit, go to Buttons, Links, and Actions. NOTE: Custom buttons and links option aren’t available for Web-to-Lead,Web-to-Case, the              Case  Teams related list and User object. 2.  Click on New Button or Link option to create custom new new button or links. Alternatively,      click Default Custom Links to add a predefined custom link. 3.  Enter the label, Name and description and here it came options for display type. We will walk           through each option briefly.  Detail page link: y ou can use this option to create a link tha...

Field Dependency in Salesfroce

Image
Field Dependency in Salesforce: Field dependency means controlling the field values based on the other field values selected. Basically, it is a filter that allows us to display the content of picklist value based on the value of another field.  For instance, take two fields one is Country and other is State . Now I want to display the value of states based on the value selected for the country. Points to remember regarding the field dependencies:   The value selected in the controlling field affects the values available in the dependent field.  We can define custom picklist fields as controlling or dependent fields whereas standard picklist field can only be defined as controlling fields.  We can define default values for controlling field whereas for the dependent field we can't define default values. We cannot define multi-select picklist field as controlling field.  We can define checkbox field as controlling field only. Creating fie...