2

I want to create a custom field which should have 'Add more button' so that we can add as many as we want..(like email address field with + symbol to add more you can see in Contact Module).Is it possible in SugarCRM studio ?

phpdeveloper
  • 81
  • 1
  • 1
  • 3

2 Answers2

0

You can't do this in Studio.

A alternate way to do this, is using relationship. But one-many relationship must be managed with in subpanel.

Leon
  • 2,810
  • 5
  • 21
  • 32
0

You'll want to look at using the Collection Field type; it's what's used to power the Email address and Teams fields.

jmertic
  • 2,208
  • 1
  • 13
  • 8