May be try this:
1) Define a multi-value attribute of type "User: field"
2) List all approvers in this attribute
3) The task should be assigned to "Assignee from Attribute:"
(use the attribute define before)
4) The task should have "Groups option" as "One level expand"
AS
If your list of approvers is an existing group then you can use ReassignTask LAPI function.
If your list of approvers has to be created dynamically then some extra information about your approval process is needed.
AS
From my about 7 years experience with Livelink:
- avoid writing your own oscript
- avoid asking SP to develop a module for you
Rationale: almost everything can be done with forms, workflow and LAPI.
To simplify use of LAPI I had developed an extra layer (in Java) with objects like Document...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.