How to access other embedded form fields of stencil in the ADF component?

cancel
Showing results for 
Search instead for 
Did you mean: 
shilpak
Active Member II

How to access other embedded form fields of stencil in the ADF component?

Hello,

How to access other embedded form fields of stencil in the ADF component?

Can any one provide solution in this?
Thanks & Regards
Shilpa Kulkarni
1 Reply
amruta_w
Senior Member

Re: How to access other embedded form fields of stencil in the ADF component?

In your code you can use the following code to get the other fields of form

this.field.form.getFormFields();