0

I've a quick client request to customize composite address field on accounts form. The requirement is to add two options field namely, Billingwith options yes and no. I can hide/show and even change the label of fields on fly-out of composite field but how can I add a new field in composite field.

I would like to seek your thoughts on it.

AQ Dev
  • 43
  • 3
  • 14

1 Answers1

2

Unfortunately, adding attributes to composite fields is not possible. You'll have to display the additional fields separately on the form. You could also write a custom web resource what would mimic the composite flyout functionality, but it would be quite a bit of work.

Polshgiant
  • 3,595
  • 1
  • 22
  • 25