Editing workflow task forms

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2009 09:05 AM
I have some requirements that (I think) cannot be met just by xlm config (process definitions, task models, and webclient-config-custom.xml)
For example, I need to make this possible :
- every task can be attached to a forum topic
- the assignee of the task has to decide whether this very task needs a forum topic or not
- if so, the user has to select users that have to be notified (I would script the sending of an email in the transition leaving this node)
What should be easy :
- defining in the tasks models a (non-mandatory) property (or association) holding a fm:topic
What I do not know : the UI to let the user decide whether he wants to create a topic or not
- can I display a button to create a topic in the task form ? If so, the component to select users/groups should be displayed only if the user chose to create a topic, … like an Ajax effect.
Is that possible ?
For example, I need to make this possible :
- every task can be attached to a forum topic
- the assignee of the task has to decide whether this very task needs a forum topic or not
- if so, the user has to select users that have to be notified (I would script the sending of an email in the transition leaving this node)
What should be easy :
- defining in the tasks models a (non-mandatory) property (or association) holding a fm:topic
What I do not know : the UI to let the user decide whether he wants to create a topic or not
- can I display a button to create a topic in the task form ? If so, the component to select users/groups should be displayed only if the user chose to create a topic, … like an Ajax effect.
Is that possible ?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2009 09:11 AM
Otehr question :
Would it be possible to implement, in a Task form, a link to trigger an Alfresco wizard (in a new tab) ?
Would it be possible to implement, in a Task form, a link to trigger an Alfresco wizard (in a new tab) ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2009 04:53 AM
Anyone about inserting ajax effects in Task forms (ManageTaskDialog) ?
