
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 03:29 AM
In the workflow there is one task, in that task I have one dropdown and when i select value from that dropdown it must display the corresponding fields or details of that dropdown in the same task. May i know how to do that if anyone know how to do that.
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 05:20 AM
You can create a custom form stencil. In template provide the dropdowns and control them on value change in the controller. or you can update the option of the dependents (using form field IDs) by adding your js code in the form designer.
PS: APS uses AngularJS, you'll need at least some basic knowledge of the framework to begin
Abbas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 05:20 AM
You can create a custom form stencil. In template provide the dropdowns and control them on value change in the controller. or you can update the option of the dependents (using form field IDs) by adding your js code in the form designer.
PS: APS uses AngularJS, you'll need at least some basic knowledge of the framework to begin
Abbas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 05:38 AM
Ok, I have the knowledge of Framework
To display the particular details of selected dropdown how to do it in alfresco community
