Automation Champion

Automating Salesforce One Click at a Time
Automation Champion
  • Home
  • About Me
    • Testimonials
    • Resources
  • Process Builder
  • Salesforce Flow
  • Pardot
  • Apex
  • Training Details
    • Salesforce Administrator
    • Salesforce Advanced Administrator
    • Platform App Builder
    • Lightning Flow
    • Pardot
    • Sales Cloud
    • Service Cloud
    • Community Cloud
    • Hands-on Excercises
  • My Books
  • Contact Me
  • Tag: Salesforce sales cloud blog

    • Branding your salesforce Login Page

      Posted at 1:36 AM by Rakesh Gupta, on October 16, 2013

      Your Branding

      Branding is a way to motivates the buyer, concretes user loyalty, and delivers the message clearly.After Salesforce Winter’14 release any organization thatise using Salesforce, able to customize Salesforce login page.

      What means of Customizing login page?
      Now you can change the look and feel of your login page by adding a background color, custom +logo, and right-frame content.

      What are the Prerequisites?
      At least one Domain is enabled for your organization.To check this follow the path Name | Setup | Administration Setup | Domain Management | Domains and check whether a domain is enabled for your salesforce org or not. If you want to add Domain and don’t know how to do that, then click on link (Adding a Domain).

      To customizing your login page follow the instruction: 

      1. Navigate to Name | Setup | Administration Setup | Domain Management | My Domain.
      2. Click on Edit button under ‘Login Page Branding‘ section

      Customize branding page

      3. If you want to customize your logo, upload an image.
      Note :- Images can be .jpg, .gif or .png files up to 100 KB in size. Maximum image size is 250px by 125px.

      Header Logo

      Header Logo

      Here I used below image as a logo.

      Logo

      Logo

      4. If you want to change your login page background, it’s very easy to click the color picker or enter a valid hexadecimal color code.

      Background Color

      Background Color

      5. To change right side iframe on the login page, enter URL to ‘Right Frame URL‘ Box

      Right Frame URL

      Right Frame URL

      In above screenshot, i have used one of imaURLurl from my old blogpost.

      Note: – Content must be located at a URL that uses SSL encryption and the https:// prefix. Maximum content size is 478px by 397px.
      6. Optionally, You can select additional authentication services to include on your login page.
      7. Finally click on Save Button, to save your work.
      8. Now logout from salesforce and go to login page by using your domain like for me it’s (https://rakeshistom-dev-ed.my.salesforce.com/)

      My dev org login page

      My developer org login page

      So what you thinking now !!! Do the same for your org and please leave you comments.

      Posted in Winter'14 Release | 20 Comments | Tagged ADM 201, background color, branding login page, Branding your Login Page, Branding your salesforce Login Page, Change your salesforce login page, crm, dev 401, sales cloud consultant, salesfoce login page, salesforce, salesforce login, Salesforce sales cloud blog, salesforce sales cloud consultant practice exam, sfdc Dev 401 exam
    • salesforce winter 14 release quick summary

      Posted at 8:55 PM by Rakesh Gupta, on August 26, 2013

      Below are the quick summary of Winter-14 release from user’s / customer’s

      Customer/User’s Point of view:–Winter 14 Logo

      1 @mention Chatter Groups: – You can now mention groups in your posts and comments. When writing a post, type @ followed by the first few letters of a group name, and then select the group from the list of matches. This functionality is same as we are mentioning @people.

      In Below example, I mentioned @Dreamforce13 Group.

      @Group Mentioned

      @Group Mentioned

       

      2. More Search Options for Enhanced Lookups: – When searching for a record by using enhanced lookup, it queries over field called as Name. After Winter14 release, you can include All Field for lookup object, but not available for the User object.

      3. Increased Post and Comment Size: – Now Chatter Post and comment length increased from 1000 to 5000 characters. Now you can post long statuses.

      4. Topics with the Same Name Merged: – Topics is a great way to reach the maximum number of peoples. Now Topic with the same name but difference in capitalization or spacing will merge under 24hrs after posting. Example Dreamforce 13, DreamForce13, DREAMFORCE13, Dream force13

      5. Changes in Sandbox: – Configuration Only sandboxes have been renamed to Developer Pro sandbox and the storage limit on them has been increased to 1GB.

      6. Advanced setup search (Beta):- With Advanced setup search, you can set up for search page, custom profiles, workflows, permission sets, public groups, roles, and users.

      7. Access Chatter Mobile from Salesforce Email Notifications: – If you have installed chatter mobile on your iPhone or iPad and when you click on any email notification it will automatically open your mobile app.

      8. Using Email to Post to Chatter Groups (Pilot): – Now you can post to a group by sending an email to group email address. But it will post only 5000characters from email, if email contains more than 5000 characters extra character will not include in your post.

      9. New Chatter Profile Page (Profile Tab):- Under profile tab, you can find sub-tab Feed and Overview Tab.

      Feed Tab: – It will display your chatter feed.

      Overview tab:-  This tab contains information related to you like Your followers, following, public groups, About Me  Section, recent topics, and your community activity.

      Overview Page

      Overview Page

      10. Chatter Thanks: – Thanks is a Work.com feature that is now available directly from the Chatter publisher. Use Thanks to recognizing your coworkers. You can customize your post with one of twelve badges. For full chatter Thanks and Badging, it requires separate work.com license.

      Chatter Thanks

      Chatter Thanks

      11. Show or Hide Role Hierarchy in Reports

       

      Developer Point of view:-

      1)      Developer sandbox storage limit is increased from 10 MB to 200MB.

      2)      There is no more code statement limit, by limiting CPU time for the transaction. 10,000ms for synchronous Apex and 60,000ms for asynchronous Apex.

      3)      Developer console:- Developer console is our friend and it’s new feature help us to manage our code

      a.      History Panel in developer console: – The Query Editor has a new Query History panel that lists the last 10 queries for quick reuse.
      b.      Save Order Debug View: – It provides a visual timeline of DML actions. The Save Order tab displays a color-coded timeline of DML actions. For each DML action taken, save order elements will show as boxcars in the timeline.
      c.       Preview a Visualforce Page: – Now you can preview Visualforce page while debugging.
      d.      View State tab in developer console: – Now you can check View state for a Visualforce page in developer console under view state tab.

      Developer Console & View State

      Developer Console & View State

      4)      Workflow for the User Object (Beta):- Now you can now create workflow rules and actions for the User object. You can send welcome message, alert for role changes, or you can use field update to deactivate user after specified times.

      5)      Analytics REST API:- Now you can integrate Salesforce report data into your apps programmatically and has several resources that let you query metadata, and record details.

      6)      VisualForce Page:-

      a.     New HTML 5 friendly component (Type) for <apex:input> and <apex:InputField>Tag. There are few valid value for type provided by Salesforce.
      b.    HTML5 <apex:datalist> Element for Input Components.
      c.     Preview Page button under list view, If you navigate to Name | Setup | App setup | Develop | Pages under In front of each pages or in Visualforce detail and edit view. Click to preview button to open Visualforce page in new window.
      d.      Server-Side View State (Pilot):- To Improve performance for visualforce page now view state to be stored on the server rather than the client
      e.      New <apex:milestoneTracker> Component :- It’s a new Visualforce component to displays the milestone tracker on the Case Feed page.

      Visualforce Page Preview

      Visualforce Page Preview

      7)      Apex:

      1. a.       Scheduled Job Name and Type Available in Queries: – Now you can obtain the name and type of a scheduled job programmatically via SOQL queries.
      2. b.      The Topic and Topic Assignment objects now support triggers.
      3. c.       New Classes, Methods, and Interfaces: – New methods have been added to the Database class. New Database methods improve record merging functions.

       

      8)      Force.com Canvas: – API Enabled User Permission No Longer Required, Users can now run installed canvas apps without having their API enabled permission assigned. Force.com Canvas Support for Streaming API.

      For more information please download Winter 14 release notes provided by  salesforce.com

      Winter 14 Pre Release Org Sign Up

      Posted in Winter'14 Release | 6 Comments | Tagged @group Mention, chatter enhancement, developer console, online trainer, salesforce Admin exam, salesforce administrator training, salesforce chatter, Salesforce online trainer, salesforce release, salesforce release notes, Salesforce sales cloud blog, salesforce sales cloud consultant practice exam, salesforce.com winter 14, salesforce.com winter 14release, sfdc online trainer, Winter 14, winter 14 release
    ← Older posts
    • Search

    • Upcoming Trainings

      Salesforce Administrator Certification
      Salesforce Advanced Administrator Certification
      Salesforce Platform App Builder Certification
      Lightning Flow & Process Builder
      Advanced Lightning Flow
      Pardot Specialist & Consultant Certification
      Sales Cloud Consultant Certification
      Service Cloud Consultant Certification
      Community Cloud Consultant Certification
    • Sponsor #1

    • Sponsor #2

    • Sponsor #3

    • Sponsor #4

    • Order Now!

    • Buy My Book

    • Buy My Book

    • Recent Posts

      • Getting Started with Salesforce Flow – Part 58 (Customize Previous, Next, Finish, and Pause Button Label for Screen Flow!)
      • Streamline Data Collection with Salesforce-Connected Forms
      • Getting Started with Salesforce Flow – Part 56 (Merge Chatter Topics with the Help of Salesforce Flow)
      • Getting Started with Salesforce Flow – Part 57 (Adding Validation to Flow Screen Components)
      • Getting Started with Salesforce Flow – Part 55 (Add or Remove Followers to a Record with the Help of Salesforce Flow)
    • Salesforce ID Converter Build on Lightning Flow

      Converting 15 digit ID to 18 digit Salesforce ID
    • Blog Archives

    • Categories

  • Information

    • About Me
    • Affiliate Disclaimer
    • Contact Me
    • Privacy Policy
  • Top Posts

    • Learning Flow
    • Learning Process Builder
    • Getting Started with Salesforce Flow – Part 27 (Want to Send an HTML Email from Salesforce Flow? Oh, yes! It can be done!)
    • Getting Started with Salesforce Flow – Part 11 (Count Number of records in a Record Collection Variable)
    • Salesforce Spring’21 Release Quick Summary
    • Getting Started with Salesforce Flow – Part 4 (Need to Redirect a User to a New Record?)
    • Getting Started with Salesforce Flow – Part 44 (Auto Convert Marketing Qualified Leads)
    • Getting Started with Salesforce Flow – Part 31 (Auto Submit Record into Approval Process with Flow)
    • Getting Started with Salesforce Flow – Part 58 (Customize Previous, Next, Finish, and Pause Button Label for Screen Flow!)
    • Getting Started with Salesforce Flow – Part 24 (Automatically Assign Permission Sets to New User)
  • Social Media

    • View Automationchampion’s profile on Facebook
    • View Automationchamp’s profile on Twitter
    • View Rakeshistom’s profile on GitHub