- Murali Krishna
- NEWBIE
- 5 Points
- Member since 2013
- Developer
-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
14Questions
-
14Replies
-
- Murali Krishna
- August 23, 2013
- Like
- 0
- Continue reading or reply
Regarding validation rule for testing numeric value for field
Hi everybody,
I am having field called Employee name in which I need to have only alphabets.
john23 is through throw an validation error. ISNUMERIC function is working for only if enter 123 in that field.is there anything I could add to" ISNUMBER( employee_name__c )" formula so that I can achieve my requirement.is there any other way to fulfill this requirement
-
- Murali Krishna
- July 16, 2013
- Like
- 0
- Continue reading or reply
-
- Murali Krishna
- June 20, 2013
- Like
- 0
- Continue reading or reply
regarding an email notification
hi everyone ,i got a requirement below
in my contact object,i have a field ‘email’.whenever a email address of contact is updated we want send an email notification to contact stating that your email address has been changed?what will the approach to achieve?
-
- Murali Krishna
- June 18, 2013
- Like
- 0
- Continue reading or reply
regarding MD relationship
hi,
i got a requirement like,
i have object which is master to two objects
i got a field called f1 in master object
i got a field called f2 in 1st child and
i got a field called f3 in 2nd child.
i got value 20 and 30 in f2 and f3,i need to added and dispplayed in f1
kindly help me with this
-
- Murali Krishna
- June 17, 2013
- Like
- 0
- Continue reading or reply
reagrding scenario
someone help me with this scenario
In my contact object,i have a field ‘email’.whenever a email address of contact is updated we want send an email notification to contact stating that your email address has been changed
-
- Murali Krishna
- June 01, 2013
- Like
- 0
- Continue reading or reply
Regarding force.com IDE
Hi,
I am new salesforce,people talk about force.com IDE and eclipse IDE. Can any body brief about those terms,their usage and installation.
-
- Murali Krishna
- June 01, 2013
- Like
- 0
- Continue reading or reply
regarding validation rules
kindly help me with this interview Question
assume that there are 1000 contacts to be imported into salesforce,and whereas total validation rules on contact object that is preventing you from inserting data so how will you handle this particular situation?
-
- Murali Krishna
- June 01, 2013
- Like
- 0
- Continue reading or reply
regarding M-D Relationship
what we need to do for extending the limit of creating only 2 M-D relationships for custom object
-
- Murali Krishna
- May 27, 2013
- Like
- 0
- Continue reading or reply
What is the difference between Validation rule and roll-up summary fields
What is the difference between Validation rule and roll-up summary fields
-
- Murali Krishna
- May 27, 2013
- Like
- 0
- Continue reading or reply
-
- Murali Krishna
- May 27, 2013
- Like
- 0
- Continue reading or reply
what is the difference between controller and apex class
what is the difference between controller and apex class?
-
- Murali Krishna
- May 26, 2013
- Like
- 0
- Continue reading or reply
Regarding how to Query records from 4 Standars objects
how we Query records from Account,contacts,opportunity and campaign?
-
- Murali Krishna
- May 26, 2013
- Like
- 0
- Continue reading or reply
Regarding automation of email
Once after creating a lead is generated,from next day day1,day2,day3 and so on day ‘n’(50) every day an email has to to be sent and day ‘n+1’(51) sending email has to be stopped automatically. How this can be achieved?
-
- Murali Krishna
- May 26, 2013
- Like
- 0
- Continue reading or reply
Visualforce page goes blank in the Salesforce1 iOS & Android app
I was facing blank page issue in salesforce1 iOS for long terms yesterday salesforce emailed me update below (I am using visualforce pages).
Known Issues · Fixed
Visualforce page goes blank in the Salesforce1 iOS & Android app
Known Issues · Releases · Winter '16 Patch 9.4
for more follow url : https://success.salesforce.com/issues_view?id=a1p300000008Y6nAAE
When I removed below script got same blank issue
<script>
(function(){try{var a=navigator.userAgent;
if((a.indexOf('Salesforce')!=-1)&&(a.indexOf('iPhone')!=-1||a.indexOf('iPad')!=-1)&&(a.indexOf('OS')!=-1||a.indexOf('OS')!=-1)&&(a.indexOf('Safari')==-1)){
var s=document.createElement('style');
s.innerHTML="html,html body{overflow: auto;-webkit-overflow-scrolling:touch;}body{position:absolute;left:0;right:0;top:0;bottom:0;}";
document.getElementsByTagName('head')[0].appendChild(s);}}catch(e){}})();
</script>
I am using developer account.
from iPad I remove salesforce1 and upload again and remove above script faced same issue..
How can I update above release patch (9.4) in my app please help me..
- Dilip Singh 1
- October 23, 2015
- Like
- 0
- Continue reading or reply
Regarding validation rule for testing numeric value for field
Hi everybody,
I am having field called Employee name in which I need to have only alphabets.
john23 is through throw an validation error. ISNUMERIC function is working for only if enter 123 in that field.is there anything I could add to" ISNUMBER( employee_name__c )" formula so that I can achieve my requirement.is there any other way to fulfill this requirement
- Murali Krishna
- July 16, 2013
- Like
- 0
- Continue reading or reply
- Murali Krishna
- June 20, 2013
- Like
- 0
- Continue reading or reply
regarding MD relationship
hi,
i got a requirement like,
i have object which is master to two objects
i got a field called f1 in master object
i got a field called f2 in 1st child and
i got a field called f3 in 2nd child.
i got value 20 and 30 in f2 and f3,i need to added and dispplayed in f1
kindly help me with this
- Murali Krishna
- June 17, 2013
- Like
- 0
- Continue reading or reply
- kittu9
- June 08, 2013
- Like
- 0
- Continue reading or reply
Regarding force.com IDE
Hi,
I am new salesforce,people talk about force.com IDE and eclipse IDE. Can any body brief about those terms,their usage and installation.
- Murali Krishna
- June 01, 2013
- Like
- 0
- Continue reading or reply
regarding M-D Relationship
what we need to do for extending the limit of creating only 2 M-D relationships for custom object
- Murali Krishna
- May 27, 2013
- Like
- 0
- Continue reading or reply
what is the difference between controller and apex class
what is the difference between controller and apex class?
- Murali Krishna
- May 26, 2013
- Like
- 0
- Continue reading or reply
Regarding how to Query records from 4 Standars objects
how we Query records from Account,contacts,opportunity and campaign?
- Murali Krishna
- May 26, 2013
- Like
- 0
- Continue reading or reply