• SFDCExplorer
  • NEWBIE
  • 50 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 9
    Replies
I am using some custom image in formula filed from Dcouments by mentioning image file ID. Is there any way to avoid this hard code ID, So that It can work in any instance?

Thanks In Advance.
I have embeded custom vf page into one of the object lay out. Let's say I am trying to perform Edit action, Then edit page is being open as sub page with in the actual page. Instead, How can we open that page as a new page(Unlike subpage with in the actual page).

Thanks In Advance.
Is it possible to write a trigger on EmailMessage object? I would like to track count of the emials that have been sent from salesforce.

Thanks In Advance.
If we have to get the instance URL dynamically which one we have to use?
I have Picklist called Fuel_Type__c with five values. Once the record saves with value 'Petrol' , This value should never get changed in further updates of the record(Remaining fields can be updated).I tried with validation rule and it is fine.But Could anybody let me know how to do this in Controller? 
I have some fields in my UserDetails__c object to display current address and permanant address. If both addresses are same then user can select the check box,so that perrmanant adress fields will get papulated automatically.I need to do this in vf page.Could any body help me here.