• Nagarjuna Reddy
  • NEWBIE
  • 69 Points
  • Member since 2014
  • SalesForce Developer
  • VizonPro Solutions


  • Chatter
    Feed
  • 2
    Best Answers
  • 0
    Likes Received
  • 2
    Likes Given
  • 0
    Questions
  • 21
    Replies
how to apply a validation rule for existing records??? Please suggest me how to do this.


Thanks in advance.
How o create a multiple objects at a time???  


Thanks in advance.
Hi ,
Help out with this problem

public class Acc1
{
 Account acc=new Account();
    public void accmethod()
    {
       
        acc.Name='deva';
     }
}
Hi Team,

I want to disable delete option from task. please assist on this.

Thanks,
Rohit Sharma
like we  use string, integer for red and 10 ,If i want  to include a description about an colur (1 paragraph) which datatype type can i use?
Hi folks,
       I want to know the answer  for following questions

1. what are the types of standard profiles availble for community
2. What is the Purpose of each profiles
3. Difference between those type of profile and Pros and cons of each profile
4.What are the Features available in each profile

Thanks in advance
Karthick
Hi,

I have a user, Anju Alexander with profile, System Administrator with role, Admin and another user, Sanjay Ruiz with custom profile, System Administrator with role, Admin. Sanjay is not able to see the article type created by Anju Alexander. Why?

Please help.

Thanks
Hi,

I want to copy the value of a formula field which is of text data type to a custom field which is of date datatype.


Let me know how to achieve this 
Hi,

I have a number field (Number, 0) but when i put valuee 10000 in it it will diplay it as 10,000 i want to display it without comma.
I have selected number field because i need to select Max number from it and add 1 in Max number for new entry.
Can any body help me how i can do it.

Thanks,
Faraz
Hi,

I am creating a formula number field which should accept only month and year

mm/yyyy format

and not date

let meknow the formula to use


Thanks in Advance