How to access other embedded form fields of stencil in the ADF component?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018 02:54 AM
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
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 08:23 AM
In your code you can use the following code to get the other fields of form
this.field.form.getFormFields();
