Prefill checkboxes field based on appended string field? | Community
Skip to main content
Tom_liolios2
Level 2
August 19, 2019
Question

Prefill checkboxes field based on appended string field?

  • August 19, 2019
  • 1 reply
  • 1584 views

Is it possible to prefill a checkboxes field based on an appended string field? For example:

  • The string field items contains multiple appended items: item1; item2; item3
  • Is it then possible to prefill a checkboxes field like this:


items:

✓ item1

✓ item2

✓ item3

x item4

Right now we're using a solution where we use a separate boolean field for each item, but this clutters our database. We would like to keep the amount of custom fields to a minimum.

Hope someone can help.

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

1 reply

SanfordWhiteman
Level 10
August 19, 2019

Yes, that's exactly how multivalued fields are stored in Marketo: semicolon-delimited strings.