Change Data Value | Community
Skip to main content
July 15, 2016
Solved

Change Data Value

  • July 15, 2016
  • 1 reply
  • 1937 views

Is there a way to update a field to a blank? A quick outline - in our program, if they click yes, nothing populates in the field of choice in SFDC. If they click no, the field will populate with text. If they click no, but then decide to click yes, we want to be able to overwrite the previous text in the SFDC field to be blank, or basically to remove the text from the field.

Thanks,

Chris

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Josh_Hill13

CDV=NULL all caps will erase any field.

1 reply

Josh_Hill13
Josh_Hill13Accepted solution
New Participant
July 15, 2016

CDV=NULL all caps will erase any field.

July 15, 2016

To clarify for anyone else that stumbles upon this, you want to use "NULL" in the New Value field, not "CDV=NULL".

I realize that is probably pretty obvious but thought it still needs to be said.

Josh_Hill13
New Participant
July 17, 2016

Yes, exactly. CDV=Change Data Value.

Change Data Value: Lead Source =  NULL

would be more precise.