• 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
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
how to apply a validation rule for existing records??? Please suggest me how to do this.


Thanks in advance.
  • November 28, 2014
  • Like
  • 0
How o create a multiple objects at a time???  


Thanks in advance.
  • November 28, 2014
  • Like
  • 0
Hi ,
Help out with this problem

public class Acc1
{
 Account acc=new Account();
    public void accmethod()
    {
       
        acc.Name='deva';
     }
}
  • November 28, 2014
  • Like
  • 1
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




Hi ,
Help out with this problem

public class Acc1
{
 Account acc=new Account();
    public void accmethod()
    {
       
        acc.Name='deva';
     }
}
  • November 28, 2014
  • Like
  • 1
Hi,

Can send can send attachment(s) from Salesforce to and external system using WSDL or HTTP Callout? If yes, is there any limit of size of file can be sent?

From what I found out so far, it seems.. attachment (blob) can not be sent using WSDL call..

The following data types are only supported when used as call ins, that is, when an external Web service calls an Apex Web service method. These data types are not supported as callouts, that is, when an Apex Web service method calls an external Web service.
•             blob
•             decimal
•             enum

Can we use HTTPRequest method setBodyAsBlob (to an EndPoint URL) and set MIME type and send the file instead in case WSDL based callout does not support it?

Please suggest, would really appriciate any help/input, thanks in advance.

Regards,
Subhajit