Add Actions or Workflow to the Word Plugin List of Actions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2007 01:09 PM
We need to be able to see the actions created through rules in the Word Plugin panel. How can we do this? We're new to Alfresco and are on 2.1, version 2.1.0 (482) the release candidate. Or is there a way to customize the basic approve and reject buttons when you choose to Manage the Task in the plugin? We would prefer to work only through MS Word and the plugin if possible. Any info would be helpful.
Labels:
- Labels:
-
Archive
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 01:18 PM
Hi
Why not just change the <option> values so they have a more complete workflow name, i.e. wf:adhoc instead of just adhoc, etc.
i.e.
Then you don't need to worry about parsing them on the server.
Thanks,
Mike
Why not just change the <option> values so they have a more complete workflow name, i.e. wf:adhoc instead of just adhoc, etc.
i.e.
<select id="wrkType" style="width: 178px;"> <option value="wf:review" selected>Review & Approve</option> <option value="wf:adhoc">Adhoc Task</option></select>
Then you don't need to worry about parsing them on the server.
Thanks,
Mike
