0

How to access other embedded form fields of stencil in the Alfresco ADF component? Can any one provide solution in this?

divibisan
  • 11,659
  • 11
  • 40
  • 58
user8030367
  • 81
  • 4
  • 18

1 Answers1

1

I got the solution to my query. I used the following code to get the other fields of form:

this.field.form.getFormFields();

user8030367
  • 81
  • 4
  • 18