Block field updates is preventing a checkbox from being checked (has never contained a value) | Community
Skip to main content
Dan_Stevens_
New Participant
November 3, 2015
Solved

Block field updates is preventing a checkbox from being checked (has never contained a value)

  • November 3, 2015
  • 1 reply
  • 5508 views

I'm doing some testing on one of my test leads (using one of my personal email addresses) that has been in Marketo for some time now.  But the field in question - a boolean checkbox - has never been checked (has always been "false").  When testing today, I noticed Marketo wasn't updating my lead record after checking the box and submitting the form.  I even tried to manually check the box within the lead detail screen.  I thought block field updates only affected fields that contained an existing value?

Here are the blocks currently in place:

  • Import list
  • Untrusted Import list
  • Form fillout
  • Flow change data value
  • Lead detail update
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 SanfordWhiteman

Well, boolean false is a value.

I think the problem is that unlike strings, the choice was made to have booleans be non-null.  It's not necessary from a technical standpoint but it might sound right to (some) marketers.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
November 3, 2015

Well, boolean false is a value.

I think the problem is that unlike strings, the choice was made to have booleans be non-null.  It's not necessary from a technical standpoint but it might sound right to (some) marketers.

Dan_Stevens_
New Participant
November 3, 2015

Well if that's the case, it would be helpful if this was documented somewhere.  According to Marketo, "Blocking updates to a field allows you to write to the field once and then retain the original value for the lifetime of the field. This can be useful for a field like Lead Source."  The field in question has never been written to.

SanfordWhiteman
New Participant
November 3, 2015

Oh, I agree.