-
ChatterFeed
-
0Best Answers
-
2Likes Received
-
0Likes Given
-
8Questions
-
8Replies
Why Process Builder cannot find Email Alerts?
Hello,
I have created an email tamplete which is available for use.
Then I have created an Email Alert with following values:
Description: Thank you
Unique Name: Thank_You_Eamil
in Process Builder I have selected "Eamil Alerts" and Thank_You_Eamil for Email Alert Field, but I get an Error message and the Email Alert cannot be recogonized.
any help is apperciated
,

I have created an email tamplete which is available for use.
Then I have created an Email Alert with following values:
Description: Thank you
Unique Name: Thank_You_Eamil
in Process Builder I have selected "Eamil Alerts" and Thank_You_Eamil for Email Alert Field, but I get an Error message and the Email Alert cannot be recogonized.
any help is apperciated
-
- Philip Gulan
- November 13, 2016
- Like
- 0
- Continue reading or reply
How to create a formula field to calcualte average currency with blank fields?
I need to write a formula to calculate the average currency of multiple fields which some can be with blank fields.
-
- Philip Gulan
- November 03, 2016
- Like
- 0
- Continue reading or reply
Why formula is not recognizing blank currency feilds?
I have written a short formula to calculate the average value of multiple currency fields, so that if there is a blank value, it shouldn't be calculated.
Logically everything seems fine, but it is not recognizing the the blank fields
Any help is apperciated.
(ValueA__c + ValueB__c + ValueC__c ) /
(
IF(ISBLANK(ValueA__c), 0, 1) +
IF(ISBLANK(ValueB__c), 0, 1) +
IF(ISBLANK(ValueC__c), 0, 1)
)
The problem is that wether the fileds are blank or filled the values are divided by 3 which it should be divided only based on the filled fields
Logically everything seems fine, but it is not recognizing the the blank fields
Any help is apperciated.
(ValueA__c + ValueB__c + ValueC__c ) /
(
IF(ISBLANK(ValueA__c), 0, 1) +
IF(ISBLANK(ValueB__c), 0, 1) +
IF(ISBLANK(ValueC__c), 0, 1)
)
The problem is that wether the fileds are blank or filled the values are divided by 3 which it should be divided only based on the filled fields
-
- Philip Gulan
- November 03, 2016
- Like
- 0
- Continue reading or reply
What is Apex Code to send mass email to List<Contact> by selecting an email template?
Hi,
I want to write Apex code to send mass email to a selected contact list - List<Contact> - and select an email template.
Any help is apperciated.
Thanks
I want to write Apex code to send mass email to a selected contact list - List<Contact> - and select an email template.
Any help is apperciated.
Thanks
-
- Philip Gulan
- September 22, 2016
- Like
- 0
- Continue reading or reply
How to convert the Date to Julian Date by Formula?
I need to create a formula field to get the date from the Creation Date and convert it to Julian Date. any help is apperciated
-
- Philip Gulan
- September 20, 2016
- Like
- 0
- Continue reading or reply
What is the best solution to create a Button to send email to multiple contacts in Contact Related List?
I need to create a button on contact related list so that I can send email to selected multiple contacts. What would be the best solution and best practices?
-
- Philip Gulan
- September 17, 2016
- Like
- 1
- Continue reading or reply
what is the max size to download zipped attachment files from Salesforce?
I want to create a visual force page to select documents related to account object and download these as single zipped file.
1. Would there be a size limit for download?
2. What would be the best practice?
1. Would there be a size limit for download?
2. What would be the best practice?
-
- Philip Gulan
- September 08, 2016
- Like
- 0
- Continue reading or reply
What is the best solution to create a Button to send email to multiple contacts in Contact Related List?
I need to create a button on contact related list so that I can send email to selected multiple contacts. What would be the best solution and best practices?
-
- Philip Gulan
- September 17, 2016
- Like
- 1
- Continue reading or reply
Why formula is not recognizing blank currency feilds?
I have written a short formula to calculate the average value of multiple currency fields, so that if there is a blank value, it shouldn't be calculated.
Logically everything seems fine, but it is not recognizing the the blank fields
Any help is apperciated.
(ValueA__c + ValueB__c + ValueC__c ) /
(
IF(ISBLANK(ValueA__c), 0, 1) +
IF(ISBLANK(ValueB__c), 0, 1) +
IF(ISBLANK(ValueC__c), 0, 1)
)
The problem is that wether the fileds are blank or filled the values are divided by 3 which it should be divided only based on the filled fields
Logically everything seems fine, but it is not recognizing the the blank fields
Any help is apperciated.
(ValueA__c + ValueB__c + ValueC__c ) /
(
IF(ISBLANK(ValueA__c), 0, 1) +
IF(ISBLANK(ValueB__c), 0, 1) +
IF(ISBLANK(ValueC__c), 0, 1)
)
The problem is that wether the fileds are blank or filled the values are divided by 3 which it should be divided only based on the filled fields
- Philip Gulan
- November 03, 2016
- Like
- 0
- Continue reading or reply
What is Apex Code to send mass email to List<Contact> by selecting an email template?
Hi,
I want to write Apex code to send mass email to a selected contact list - List<Contact> - and select an email template.
Any help is apperciated.
Thanks
I want to write Apex code to send mass email to a selected contact list - List<Contact> - and select an email template.
Any help is apperciated.
Thanks
- Philip Gulan
- September 22, 2016
- Like
- 0
- Continue reading or reply
How to convert the Date to Julian Date by Formula?
I need to create a formula field to get the date from the Creation Date and convert it to Julian Date. any help is apperciated
- Philip Gulan
- September 20, 2016
- Like
- 0
- Continue reading or reply
Social Accounts and Contacts Settings
Trying to find this setting in salesforce and it is not populating...please help
- Sandy Gracia
- June 02, 2016
- Like
- 0
- Continue reading or reply
Julian date to salesforce format date
Hi All,
We have the data coming from external application to salesforce where the dates are stored in Julian format in 6 digits in external party application. . Can you please help me to convert this to salesforce date format through formula or workflow rule or Apex code
For ex : Julian date 115054 need to convert to salesforce date format 2/23/2011
We have the data coming from external application to salesforce where the dates are stored in Julian format in 6 digits in external party application. . Can you please help me to convert this to salesforce date format through formula or workflow rule or Apex code
For ex : Julian date 115054 need to convert to salesforce date format 2/23/2011
- vinothk balasubramanian
- February 26, 2015
- Like
- 0
- Continue reading or reply