Skip to main content
lucasu0002
November 9, 2022
Question

22.3 Record Type and multipleDropDownField. How can the field hold an array of values without a CDT?

  • November 9, 2022
  • 2 replies
  • 0 views

Trying out record centric design for the first time and I have a multiple dropdown field on the interface. Using the recordType (no data yet, just structure) as a rule input does not allow for me to specify a field as an array (like can be done with a CDT). Is there a way around this or is it as simple as 'if a multiDropdown is involved a CDT must be ctreated?

    2 replies

    stefanhelzle0001
    Brainy
    November 9, 2022

    Depending on the use case, you can store the values comma-separated in one field, or create a separate record in a one-many pattern.

    lucasu0002
    November 9, 2022
    you can store the values comma-separated in one field

    not sure I understand. The field is one of several in a particular recordtype. How can I make this possible?