"+" button to duplicate a field

Good afternoon,

I was wonedering if it was possible to have, let say a "Phone2" and some kind of "+" option to add a second field "Phone2" ?

I tried to find that without success, so not sure if it is possible within the studio.

thank your help

Parents
  • Hello  , 

    The functionality you are describing is similar to what we have for email addresses. Email addresses are stored in a separate table, which allows multiple email addresses to be related to a single record (for example, an Account).

    Phone numbers, on the other hand, are stored directly in the target table (or in the <module>_cstm table if the field is custom).
    Because of this, it is not possible to dynamically add multiple phone fields in the same way.

    As a workaround, you could create an additional custom field (for example, phone_2_c) and then use a dependency so that this field is only displayed when certain criteria are met (for example, when a checkbox is selected).

    However, this would be limited to a predefined number of phone fields and would not allow adding phone fields dynamically on the fly.

    Would this approach work for your use case?

    Best regards,

    André



  • Damn, that is what i was affraid of. But not surprised.
    Thanks for the answer.

Reply Children
No Data