• balaji kharade
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi All,

I am trying to create a workflow which will update a field when a new record is created new or when a particular field is updated using the formula as below. This formula works when a new record is created but fails when an update happens on it.

Any suggestions?

IF(OR(ISNEW(), ISCHANGED(MDM_DUNS_NUM__c)),"1","2")

thanks in advance
 
I downloaded the enterprise WSDL and trying to use the Stubs to create and external application to perfomr few operation in SFDC based on certain creteria.
I am getting the below error when I trying to fetch the .java files from the WSDL. can someone please help me in this to resolve the issue.

error

Should I import any other library file? 
I downloaded the enterprise WSDL and trying to use the Stubs to create and external application to perfomr few operation in SFDC based on certain creteria.
I am getting the below error when I trying to fetch the .java files from the WSDL. can someone please help me in this to resolve the issue.

error

Should I import any other library file?