- mahesh1.396434879374128E12
- NEWBIE
- 20 Points
- Member since 2014
-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
16Questions
-
19Replies
Want to search the Sandbox site Url's in Google
Hi ,
I tried to search the sandbox urls in google.I am not able to see them.
Can anyone help me in this.
Your help is appreciated.
I tried to search the sandbox urls in google.I am not able to see them.
Can anyone help me in this.
Your help is appreciated.
-
- mahesh1.396434879374128E12
- January 27, 2015
- Like
- 0
- Continue reading or reply
want to allow the description of the site in Yahoo,Bing which is blocked by robots.txt
Hi,
The description of my site of production is not visible in Yahoo and Bing.
It is throwing an exception : "We would like to show you a description here but the site won’t allow us".
Note : It is working for ask,Google.
Your help is appreciated.
The description of my site of production is not visible in Yahoo and Bing.
It is throwing an exception : "We would like to show you a description here but the site won’t allow us".
Note : It is working for ask,Google.
Your help is appreciated.
-
- mahesh1.396434879374128E12
- January 27, 2015
- Like
- 0
- Continue reading or reply
Change the Text next to Favicon
I want to change the text beside favicon of my site.
by default we will be getting the Salesforce.com beside favicon.
Now change the text to "Dicussion.com"
by default we will be getting the Salesforce.com beside favicon.
Now change the text to "Dicussion.com"
-
- mahesh1.396434879374128E12
- October 22, 2014
- Like
- 0
- Continue reading or reply
Not getting the WELCOME Email to the New Community Users.
Hi
The Newly created community user are not getting the WELCOME EMAIL.
i set the Deliverability='All Emails'
I checked the 'Welcome Email' checkbox also .
It is Urgent .
The Newly created community user are not getting the WELCOME EMAIL.
i set the Deliverability='All Emails'
I checked the 'Welcome Email' checkbox also .
It is Urgent .
-
- mahesh1.396434879374128E12
- September 19, 2014
- Like
- 0
- Continue reading or reply
How to add a "Custom Domain"
How to "Add Domain" in 'Domain(SetUp--> Domain Management-->Domain--> Add Domain--> Domain Name).
When i am trying to Add Domain. I am getting the below error
Error: Salesforce.com can't validate the domain. The CNAME record may still be processing (which can take up to 24 hours), or the domain may not belong to you. Make sure the domain name rewards.mahesh.com uses rewards.mahesh.com.00xx0000000xxxxmau.live.siteforce.com as its CNAME target and try again later.
can anyone suggest me in this issue.
Note : This is not related to site Domain.
When i am trying to Add Domain. I am getting the below error
Error: Salesforce.com can't validate the domain. The CNAME record may still be processing (which can take up to 24 hours), or the domain may not belong to you. Make sure the domain name rewards.mahesh.com uses rewards.mahesh.com.00xx0000000xxxxmau.live.siteforce.com as its CNAME target and try again later.
can anyone suggest me in this issue.
Note : This is not related to site Domain.
-
- mahesh1.396434879374128E12
- September 15, 2014
- Like
- 0
- Continue reading or reply
How to get the "ID Portal" createUser method in "Auth.RegistrationHandler Interface"
How to get the Protal ID to cover the test class.
Help me.
Help me.
-
- mahesh1.396434879374128E12
- September 11, 2014
- Like
- 0
- Continue reading or reply
Replace the Standard favicon with the Custom(Saved in Static Resource)
I want ro replace the standard salesforce favicon with image which saved in the Static Resource.
Thanks in Advance.
Thanks in Advance.
-
- mahesh1.396434879374128E12
- September 05, 2014
- Like
- 0
- Continue reading or reply
Redirecting the URL to Salesforce
Hi,
Here is my requirement.
When i enter my domain Like "ww.abc.com" in the Url of a browser. then it should redirect to the force.com site Url like "newdeveloper.force.com" site created in salesforce. but in the url it should show me as "www.abc.com".
the mapping should be done in back-end.
Please help me in this issue.
Thanks in Advance/
Here is my requirement.
When i enter my domain Like "ww.abc.com" in the Url of a browser. then it should redirect to the force.com site Url like "newdeveloper.force.com" site created in salesforce. but in the url it should show me as "www.abc.com".
the mapping should be done in back-end.
Please help me in this issue.
Thanks in Advance/
-
- mahesh1.396434879374128E12
- August 22, 2014
- Like
- 0
- Continue reading or reply
System.LimitException: Apex CPU time limit exceeded
When i am tring to bulkify this trigger i am getting this error:
When a new case is created, the externalId value is equal to Product external Id. Th product id value shoul map to the Product__c Custom field in case.
The code:
trigger CreateReqMapProdId on Case (Before Insert)
{
list<string> lstExteralId = New list<string>();
if(trigger.isInsert)
{
for(Case ca : trigger.new)
{
lstExteralId.add(ca.ProductExteralId__c);
}
Map<Id, Product2> ProdMap = new Map<Id, Product2>([select id,PSCSID__c from Product2]);
for(Case ca : trigger.new)
{
for(Product2 prod : ProdMap.values())
{
If(ca.ProductExteralId__c != null)
{
If(ca.ProductExteralId__c == Prod.PSCSID__c)
{
ca.Product__c = Prod.Id ;
}
}
}
}
}}
Please help me.
When a new case is created, the externalId value is equal to Product external Id. Th product id value shoul map to the Product__c Custom field in case.
The code:
trigger CreateReqMapProdId on Case (Before Insert)
{
list<string> lstExteralId = New list<string>();
if(trigger.isInsert)
{
for(Case ca : trigger.new)
{
lstExteralId.add(ca.ProductExteralId__c);
}
Map<Id, Product2> ProdMap = new Map<Id, Product2>([select id,PSCSID__c from Product2]);
for(Case ca : trigger.new)
{
for(Product2 prod : ProdMap.values())
{
If(ca.ProductExteralId__c != null)
{
If(ca.ProductExteralId__c == Prod.PSCSID__c)
{
ca.Product__c = Prod.Id ;
}
}
}
}
}}
Please help me.
-
- mahesh1.396434879374128E12
- July 24, 2014
- Like
- 0
- Continue reading or reply
Change in endPoint Url OrganistaionId in the Wsdl. Which are generated at different time periods
I have generated "Enterprise Wsdl" yesterday.
Generated the Wsdl for the same sandbox Org 20days back also.
I found the change in the Organisation Id in the Endpoint URL.
May i know why it happened...or Does it happens....Does we face any Issues by this in future.
Strange thing is both Wsdl are working fine..
Please let me konw why it happened.....Help me in this Issue...
Generated the Wsdl for the same sandbox Org 20days back also.
I found the change in the Organisation Id in the Endpoint URL.
May i know why it happened...or Does it happens....Does we face any Issues by this in future.
Strange thing is both Wsdl are working fine..
Please let me konw why it happened.....Help me in this Issue...
-
- mahesh1.396434879374128E12
- July 11, 2014
- Like
- 0
- Continue reading or reply
I want to replace the standard CampaignMeberstatus values of a campaign with the values which are in CustomSetting
I wrote code for it but it throwing Error : first error: DUPLICATE_VALUE, duplicate value found: duplicates value on record with id
Here is the Code :
trigger marketingCms on Campaign (After Insert) {
List<MarketingCMS__c> cust_Mcms =MarketingCMS__c.getAll().Values();
system.debug('*********cust_Mcms **********'+cust_Mcms);
set<ID> cam_Set = New set<ID>();
RecordType RT=[SELECT Id,Name FROM RecordType WHERE sobjectType='Campaign' AND Name = 'Marketing Campaign'];
List<CampaignMemberStatus> cms2Delete = new List<CampaignMemberStatus>();
List<CampaignMemberStatus> cms2Insert = new List<CampaignMemberStatus>();
if(trigger.isafter) {
for(Campaign vCam : trigger.new)
{
if((RT.name=='Marketing Campaign')&&(vCam.type!=null))
{
cam_Set.add(vCam.Id);
CampaignMemberStatus CMSt ;
for(MarketingCMS__c Mcm : cust_Mcms )
{
CMSt = New CampaignMemberStatus();
CMSt.CampaignId = vCam.id;
CMSt.HasResponded = Mcm.Responded__c;
CMSt.IsDefault = Mcm.IsDefault__c ;
CMSt.Label = Mcm.Label__c;
CMSt.SortOrder = integer.valueOf(Mcm.SortOrder__c);
cms2Insert.add(CMSt);
}
}
}
for(CampaignMemberStatus cm : [select Id, Label, CampaignId from CampaignMemberStatus where CampaignId IN :cam_Set])
{
if(cm.Label == 'Sent' || cm.Label == 'Responded')
{
cms2Delete.add(cm);
}
}
database.Delete(cms2Delete);
database.Insert(cms2Insert);
}
}
Thanks In Advance.Please help me in this issue.
Here is the Code :
trigger marketingCms on Campaign (After Insert) {
List<MarketingCMS__c> cust_Mcms =MarketingCMS__c.getAll().Values();
system.debug('*********cust_Mcms **********'+cust_Mcms);
set<ID> cam_Set = New set<ID>();
RecordType RT=[SELECT Id,Name FROM RecordType WHERE sobjectType='Campaign' AND Name = 'Marketing Campaign'];
List<CampaignMemberStatus> cms2Delete = new List<CampaignMemberStatus>();
List<CampaignMemberStatus> cms2Insert = new List<CampaignMemberStatus>();
if(trigger.isafter) {
for(Campaign vCam : trigger.new)
{
if((RT.name=='Marketing Campaign')&&(vCam.type!=null))
{
cam_Set.add(vCam.Id);
CampaignMemberStatus CMSt ;
for(MarketingCMS__c Mcm : cust_Mcms )
{
CMSt = New CampaignMemberStatus();
CMSt.CampaignId = vCam.id;
CMSt.HasResponded = Mcm.Responded__c;
CMSt.IsDefault = Mcm.IsDefault__c ;
CMSt.Label = Mcm.Label__c;
CMSt.SortOrder = integer.valueOf(Mcm.SortOrder__c);
cms2Insert.add(CMSt);
}
}
}
for(CampaignMemberStatus cm : [select Id, Label, CampaignId from CampaignMemberStatus where CampaignId IN :cam_Set])
{
if(cm.Label == 'Sent' || cm.Label == 'Responded')
{
cms2Delete.add(cm);
}
}
database.Delete(cms2Delete);
database.Insert(cms2Insert);
}
}
Thanks In Advance.Please help me in this issue.
-
- mahesh1.396434879374128E12
- July 09, 2014
- Like
- 0
- Continue reading or reply
Can we reduce the Size of the Community User Password(size).....
The default size of the Community User password is 8 digits...
Can we make the size to 6 characters.....
Small Doubt : Does the password policies are applicable for all the User in the salesforce.
Here users(Partner User,Community user etc)
Can we make the size to 6 characters.....
Small Doubt : Does the password policies are applicable for all the User in the salesforce.
Here users(Partner User,Community user etc)
-
- mahesh1.396434879374128E12
- July 08, 2014
- Like
- 0
- Continue reading or reply
Display the text data which is present in the static resource, on a Visual Force page
I am having a static resource which consists of a text file. I want to show the text on the Visual Force page.
-
- mahesh1.396434879374128E12
- June 24, 2014
- Like
- 0
- Continue reading or reply
Create the Task to Opportunity Owner when the ListPrice in OpportunityLineItem is changed.
When the ListPrice(Field in OpportunityLineItem) value is changed(Suppose $100 is changed to $150). then create a Task to Opportunity Owner.stating that ListPrice is changed Please review the SalesPrice.
Note: ListPrice value in OpportunityLineItem is changed only when we change the value PriceBookEntry.
Note: ListPrice value in OpportunityLineItem is changed only when we change the value PriceBookEntry.
-
- mahesh1.396434879374128E12
- June 08, 2014
- Like
- 0
- Continue reading or reply
Create the Task to Opportunity Owner when the ListPrice in OpportunityLineItem is changed.
Thanks In Advance.
-
- mahesh1.396434879374128E12
- June 05, 2014
- Like
- 0
- Continue reading or reply
How to add a "Custom Domain"
How to "Add Domain" in 'Domain(SetUp--> Domain Management-->Domain--> Add Domain--> Domain Name).
When i am trying to Add Domain. I am getting the below error
Error: Salesforce.com can't validate the domain. The CNAME record may still be processing (which can take up to 24 hours), or the domain may not belong to you. Make sure the domain name rewards.mahesh.com uses rewards.mahesh.com.00xx0000000xxxxmau.live.siteforce.com as its CNAME target and try again later.
can anyone suggest me in this issue.
Note : This is not related to site Domain.
When i am trying to Add Domain. I am getting the below error
Error: Salesforce.com can't validate the domain. The CNAME record may still be processing (which can take up to 24 hours), or the domain may not belong to you. Make sure the domain name rewards.mahesh.com uses rewards.mahesh.com.00xx0000000xxxxmau.live.siteforce.com as its CNAME target and try again later.
can anyone suggest me in this issue.
Note : This is not related to site Domain.
- mahesh1.396434879374128E12
- September 15, 2014
- Like
- 0
- Continue reading or reply
Replace the Standard favicon with the Custom(Saved in Static Resource)
I want ro replace the standard salesforce favicon with image which saved in the Static Resource.
Thanks in Advance.
Thanks in Advance.
- mahesh1.396434879374128E12
- September 05, 2014
- Like
- 0
- Continue reading or reply
Redirecting the URL to Salesforce
Hi,
Here is my requirement.
When i enter my domain Like "ww.abc.com" in the Url of a browser. then it should redirect to the force.com site Url like "newdeveloper.force.com" site created in salesforce. but in the url it should show me as "www.abc.com".
the mapping should be done in back-end.
Please help me in this issue.
Thanks in Advance/
Here is my requirement.
When i enter my domain Like "ww.abc.com" in the Url of a browser. then it should redirect to the force.com site Url like "newdeveloper.force.com" site created in salesforce. but in the url it should show me as "www.abc.com".
the mapping should be done in back-end.
Please help me in this issue.
Thanks in Advance/
- mahesh1.396434879374128E12
- August 22, 2014
- Like
- 0
- Continue reading or reply
System.LimitException: Apex CPU time limit exceeded
When i am tring to bulkify this trigger i am getting this error:
When a new case is created, the externalId value is equal to Product external Id. Th product id value shoul map to the Product__c Custom field in case.
The code:
trigger CreateReqMapProdId on Case (Before Insert)
{
list<string> lstExteralId = New list<string>();
if(trigger.isInsert)
{
for(Case ca : trigger.new)
{
lstExteralId.add(ca.ProductExteralId__c);
}
Map<Id, Product2> ProdMap = new Map<Id, Product2>([select id,PSCSID__c from Product2]);
for(Case ca : trigger.new)
{
for(Product2 prod : ProdMap.values())
{
If(ca.ProductExteralId__c != null)
{
If(ca.ProductExteralId__c == Prod.PSCSID__c)
{
ca.Product__c = Prod.Id ;
}
}
}
}
}}
Please help me.
When a new case is created, the externalId value is equal to Product external Id. Th product id value shoul map to the Product__c Custom field in case.
The code:
trigger CreateReqMapProdId on Case (Before Insert)
{
list<string> lstExteralId = New list<string>();
if(trigger.isInsert)
{
for(Case ca : trigger.new)
{
lstExteralId.add(ca.ProductExteralId__c);
}
Map<Id, Product2> ProdMap = new Map<Id, Product2>([select id,PSCSID__c from Product2]);
for(Case ca : trigger.new)
{
for(Product2 prod : ProdMap.values())
{
If(ca.ProductExteralId__c != null)
{
If(ca.ProductExteralId__c == Prod.PSCSID__c)
{
ca.Product__c = Prod.Id ;
}
}
}
}
}}
Please help me.
- mahesh1.396434879374128E12
- July 24, 2014
- Like
- 0
- Continue reading or reply
I want to replace the standard CampaignMeberstatus values of a campaign with the values which are in CustomSetting
I wrote code for it but it throwing Error : first error: DUPLICATE_VALUE, duplicate value found: duplicates value on record with id
Here is the Code :
trigger marketingCms on Campaign (After Insert) {
List<MarketingCMS__c> cust_Mcms =MarketingCMS__c.getAll().Values();
system.debug('*********cust_Mcms **********'+cust_Mcms);
set<ID> cam_Set = New set<ID>();
RecordType RT=[SELECT Id,Name FROM RecordType WHERE sobjectType='Campaign' AND Name = 'Marketing Campaign'];
List<CampaignMemberStatus> cms2Delete = new List<CampaignMemberStatus>();
List<CampaignMemberStatus> cms2Insert = new List<CampaignMemberStatus>();
if(trigger.isafter) {
for(Campaign vCam : trigger.new)
{
if((RT.name=='Marketing Campaign')&&(vCam.type!=null))
{
cam_Set.add(vCam.Id);
CampaignMemberStatus CMSt ;
for(MarketingCMS__c Mcm : cust_Mcms )
{
CMSt = New CampaignMemberStatus();
CMSt.CampaignId = vCam.id;
CMSt.HasResponded = Mcm.Responded__c;
CMSt.IsDefault = Mcm.IsDefault__c ;
CMSt.Label = Mcm.Label__c;
CMSt.SortOrder = integer.valueOf(Mcm.SortOrder__c);
cms2Insert.add(CMSt);
}
}
}
for(CampaignMemberStatus cm : [select Id, Label, CampaignId from CampaignMemberStatus where CampaignId IN :cam_Set])
{
if(cm.Label == 'Sent' || cm.Label == 'Responded')
{
cms2Delete.add(cm);
}
}
database.Delete(cms2Delete);
database.Insert(cms2Insert);
}
}
Thanks In Advance.Please help me in this issue.
Here is the Code :
trigger marketingCms on Campaign (After Insert) {
List<MarketingCMS__c> cust_Mcms =MarketingCMS__c.getAll().Values();
system.debug('*********cust_Mcms **********'+cust_Mcms);
set<ID> cam_Set = New set<ID>();
RecordType RT=[SELECT Id,Name FROM RecordType WHERE sobjectType='Campaign' AND Name = 'Marketing Campaign'];
List<CampaignMemberStatus> cms2Delete = new List<CampaignMemberStatus>();
List<CampaignMemberStatus> cms2Insert = new List<CampaignMemberStatus>();
if(trigger.isafter) {
for(Campaign vCam : trigger.new)
{
if((RT.name=='Marketing Campaign')&&(vCam.type!=null))
{
cam_Set.add(vCam.Id);
CampaignMemberStatus CMSt ;
for(MarketingCMS__c Mcm : cust_Mcms )
{
CMSt = New CampaignMemberStatus();
CMSt.CampaignId = vCam.id;
CMSt.HasResponded = Mcm.Responded__c;
CMSt.IsDefault = Mcm.IsDefault__c ;
CMSt.Label = Mcm.Label__c;
CMSt.SortOrder = integer.valueOf(Mcm.SortOrder__c);
cms2Insert.add(CMSt);
}
}
}
for(CampaignMemberStatus cm : [select Id, Label, CampaignId from CampaignMemberStatus where CampaignId IN :cam_Set])
{
if(cm.Label == 'Sent' || cm.Label == 'Responded')
{
cms2Delete.add(cm);
}
}
database.Delete(cms2Delete);
database.Insert(cms2Insert);
}
}
Thanks In Advance.Please help me in this issue.
- mahesh1.396434879374128E12
- July 09, 2014
- Like
- 0
- Continue reading or reply
Display the text data which is present in the static resource, on a Visual Force page
I am having a static resource which consists of a text file. I want to show the text on the Visual Force page.
- mahesh1.396434879374128E12
- June 24, 2014
- Like
- 0
- Continue reading or reply
Create the Task to Opportunity Owner when the ListPrice in OpportunityLineItem is changed.
When the ListPrice(Field in OpportunityLineItem) value is changed(Suppose $100 is changed to $150). then create a Task to Opportunity Owner.stating that ListPrice is changed Please review the SalesPrice.
Note: ListPrice value in OpportunityLineItem is changed only when we change the value PriceBookEntry.
Note: ListPrice value in OpportunityLineItem is changed only when we change the value PriceBookEntry.
- mahesh1.396434879374128E12
- June 08, 2014
- Like
- 0
- Continue reading or reply
Create the Task to Opportunity Owner when the ListPrice in OpportunityLineItem is changed.
Thanks In Advance.
- mahesh1.396434879374128E12
- June 05, 2014
- Like
- 0
- Continue reading or reply