• Vasani Parth
  • SMARTIE
  • 859 Points
  • Member since 2014
  • Parth Vasani


  • Chatter
    Feed
  • 23
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 3
    Questions
  • 275
    Replies
I have earned 9 badges but when I go to My Profile it only shows 5. Copare the two screen shots:
9 Badges showing in the NavBar

and

5 Badges showing in Profile

What gives?...
I am having a picklist field(Status) with values A,B,C and D

 I want to hide or remove only D  value from Piclist(Status) in the VF page

Can someone pls help me with the code.

Regards,
Viswa.
Hello,

bulk as an annotation look like to be permitted in a trigger, is there any documentation on the purpose of it ?

For instance, the 2 following are valid
trigger AccountTrigger on Account bulk (before insert){
// Do something
}
trigger AccountTrigger on Account  (before insert){
// Do something
}
Hi 
I want Salesforce Certified Force.com Developer - Summer '16 Release Maintenance Announcement exam please provide the dumps

Thanks 
Chandu
 
The Account object's Type field must have the following picklist values: Prospect, Customer, Pending. Before creating the approval process, verify the values in your Account object setup
The last couple of days it has seemed like saving and deploying changes on a number of different instances via Mavens Mate seems to be taking quite a bit longer than usual.

Has anyone noticed a similar slow down? In some cases it has been faster to edit the code directly on the instance via the web and deploy via changesets.

Saving a class/trigger is taking on average 6-8mins which seems quite a bit longer than I am used to.
Hi,

Is there a way to implement a secure way to log CC information on a leads account?
Hi All,

Currently we are using all our docuemnts(Draft versions, revisison of attachments..) store in SharePoint and share drives. In Salesforce, looking options to store Files/Attachments in SFDC only instead of sharepoint for a user conveinent prospetive. Could you please suggest some of the option to store with the limitations of data - since we have a large number of files and storing all the versions as well. Thanks
They are not in setup menu. DO NOT RESPOND SETUP QUICK SEARCH! 
i have a record on vf page and i want that same record should autopopulate in inputtext field of another vf page.
PLEASe help me out.
I'm triying to query FullPhotoUrl from an User object and creating a PageReference for that URL. But this runs me into the security scan issue URL Redirection Attack.

Can someone please help me to fix this?
String userId = String.escapeSingleQuotes(Apexpages.currentpage().getparameters().get('ID'));
list<User> lstUsers = [select FullPhotoUrl from User where Id=:userId limit 1];
String strPhotoURL = lstUsers[0].FullPhotoUrl;

strPhoto = EncodingUtil.base64encode(new PageReference(strPhotoURL).getContent());

Thank you in advance!
I plan to make Apex and Visualforce changes and 'deploy' to Production using either the Change Set mechanism or Force.com IDE. Which is the preferable(or standard industry practice) way to deploy these changes? If there is a prefered method, then why is one prefered over the other?

Also, are Apex and Visualforce changes treated just as metadata changes, so if I am able to modify the metadata for these specific changes, and 'commit' these changes using Force.com IDE, can I effectively 'rollback' any Apex or Visualforce changes already deployed to Production?

Can someone please advise?

Many thanks!
How cascading search is performed in account search ?