• MNi
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Any way to edit the template for the quote PDF? Or show the custom fields in it?

I have a java application and I try to set the date field in salesforce.com to null.

 

java.util.Date litDate = null;

updateBuilding.setLit_Date__c(litDate);

 

It doesn't work. How will I be able to achieve the goal? Any code samples?

 

Thanks in advance.