|
We are working on a fairly complex custom ActionRequest process. As part of this process, we'd like to modify the ActionRequest form so that different approvers see different fields on the form based on the particular UserAction node that the request was generated from. For example, maybe an action has a section for Comp update/approval, HR update/approval, and Finance update/approval. We want the Form to show only the fields that require review/update for that specific type of approval, etc.
Note that the assignments are by actor rather than task within the flow logic, and the approvers may have rights that would generally allow them to update any of the fields.
Is there a way to mark the different UA nodes as a specific "type" of UA, and then reference that in the ActionForm LPL code (similar to the "actor.final approver" logic)? Read More
|