Skip to main content

Salesforce Winter 17 Admin Maintenance Exam



As I had hoped, I was able to clear the Winter 17 maintenance exam as well for Salesforce Administrators yesterday. Now I am current and up to date with respect to this certification at least.
As with the previous one, i wanted to share some pointers to folks who will be taking this exam soon -

1.  With winter 17, we can now create quotes under opportunities in Lightning experience. Please read about this here -  https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_sales_features_core_oppty_add_quotes.htm

2. The Napili template for communities is all the more powerful with new features like ability to show reports/dashboard components, field level help is visible to community users, sales path for leads and opportunities etc. Read about the enhanced community features here - https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_networks_community_templates.htm

3. Customizable Campaign Influence -  It is now possible to create custom campaign influence models to distribute the amount from opportunity across all campaigns that influenced it. Read about this here - https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_sales_features_core_campaign_influence2_setup.htm

4. Chatter feed enhancements - now chatter feed comments are live in Lightning Experience, meaning they refresh by themselves when there is a new comment! Also other key enhancements include ability to play videos directly from the feed, ability to edit posts etc. Read about these here - https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_chatter_feeds.htm

These are the questions i remember from the test. I hope you find it useful!

Comments

  1. This information is impressive; I am inspired with your post. Keep posting like this, This is very useful.Thank you so much. Waiting for more blogs like this.
    Salesforce Training in Chennai
    Salesforce Certification

    ReplyDelete
  2. I have gone through your blog, it was very much useful for me and because of your blog, and also I gained many unknown information, the way you have clearly explained is really fantastic. Kindly post more like this, Thank You.
    Airport management courses in chennai
    Airport Management Training in Chennai
    Airline Courses in Chennai
    airport courses in chennai

    ReplyDelete

Post a Comment

Popular posts from this blog

Workaround to bypass Salesforce SSO

One of the best practices for implementing Single Sign On for your Salesforce org is always ensure there is a way your System administrator can login via the standard login page side-stepping the SSO configuration.  Reason for this is if ever something goes wrong with your Idp provider's service and the SSO authentication responses are not coming as expected, all your users are unable to login. That is, if you have setup your My domain to prevent logins via standard Salesforce login urls (login.salesforce.com). This includes the System administrator as well. Only if your system administrator can somehow login, then he or she can disable the SSO settings for your domain and allow login via the normal login page as a temporary measure. What do you do in such a situation? Well Salesforce has built a workaround for this which is not well documented anywhere (probably for a good reason :) ). I found out about it from a colleague at work. If your my domain url is - https://Com

Salesforce Big Objects - Key learnings

I remember reading about Salesforce Big Objects before they became available and thought maybe it is an option to backup data present in regular objects. That is, instead of taking a backup via an ETL tool or data loader, maybe this will be an option to backup the data in the Force.com platform itself. Now that it is GA and I am reading more about it, i think the use cases for this are more varied. Some use cases I can think of are –  Archival of key data objects within the platform: You may want to use this option if you dont use any other means to backup key data. Also this may be an attractive option for non-large enterprise customers who dont themselves invest on large data warehouses or data lakes in their enterprise architecture. Ex: customer history (if present in tasks and activities) will become huge over years but this is useful information for reporting & customer analysis. Store key information which is large volume in quantity and also high volume in transa

DBAmp for Salesforce - salesforce integration for SQL Server DBAs

Recently i got the opportunity to explore a tool called DBAmp for integration with Salesforce. I found it to be a very useful tool which will help with any data manipulation requirements in Salesforce. Following are my learnings from the exercise. Hope it helps any of you who may need to work with this tool -  DBAmp is a SQL Server package that can be used to integrate with Salesforce. The site where this software is available is - http://www.forceamp.com/ Overview: It essentially installs on top of an existing SQL Server database and provides an OLE DB connector that can be used to connect to Salesforce. Behind the scenes, it executes API calls against Salesforce for any SQL server command it receives. Thus we can create a connection in SQL server to Salesforce org and pull data into tables in the database just as if we are querying against Salesforce tables directly. Use cases for DBAmap + Salesforce: Many use cases exist for using this tool against Salesforce. Pr