Custom Fiscal Week (Monday to Sunday) in Wave Analytics (Salesforce Einstein Analytics)

https://success.salesforce.com/ideaView?id=0873A000000E4d2QAC   q = load “GR_Opportunities”; q = foreach q generate ‘CloseDate_day_epoch’ as ‘CloseDate_day_epoch’, ‘CloseDate_sec_epoch’ as ‘CloseDate_sec_epoch’, ‘Id’ as ‘Id’, ‘StageName’ as ‘StageName’,  daysBetween(toDate(“24-06-1985”, “dd-MM-yyyy”), toDate(CloseDate_sec_epoch)) % 7 as ‘datediff’; q= foreach q generate (case when datediff == 6 then (case when daysBetween(now(), toDate(CloseDate_sec_epoch))>=-6 and daysBetween(now(), toDate(CloseDate_sec_epoch))<=0 then “CurrentWeek” else “OtherWeek” end) when datediff == …

Custom Fiscal Week (Monday to Sunday) in Wave Analytics (Salesforce Einstein Analytics) Read More »

Why Email publisher action is not visible on Case though it is added to the page layout?

1. Ensure “Enable Case Feed Actions and Feed Items” is enabled under support settings. To modify Support settings : Go | Setup | Customize | Cases | Support Settings. 2. If you do not find the setting “Enable Case Feed Actions and Feed Items” under support settings, make sure “Feed Tracking” is enabled for case object. To enable …

Why Email publisher action is not visible on Case though it is added to the page layout? Read More »

Custom Domain Masking of Salesforce Communities

Description Implementing a custom domain for your community creates brand recognition and gives you additional control and functionality. We’ll go through how you can get your custom domain implemented. Prerequisites & Assumptions Steps to setup the masking Prepare Host-name for CNAME configuration from Salesforce:  Get Salesforce 18 digits organization id. You can get that easily …

Custom Domain Masking of Salesforce Communities Read More »

Install a Learning Management System – TalentLMS With Salesforce

We’ve done that in the past. They do provide a package for salesforce: http://support.talentlms.com/knowledgebase/articles/1155322-how-to-integrate-salesforce-and-talentlms. Also, if you want to use third party connector you can use Zapier as well: http://support.talentlms.com/knowledgebase/articles/310647-how-to-integrate-talentlms-with-mailchimp-zendesk Also, if you want to create your own connector then even you can do that (in same way as Zapier does) as they support API.