Posted at 1:36 AM by Rakesh Gupta, on October 16, 2013
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
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
Here I used below image as a 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
5. To change right side iframe on the login page, enter URL to ‘Right Frame URL‘ Box
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 developer org login page
So what you thinking now !!! Do the same for your org and please leave you comments.
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:–
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
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
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
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
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
7) Apex:
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.
b. The Topic and Topic Assignment objects now support triggers.
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