Separate assignment - 3 resolution types

Hello, 

Is there a way for the separate assignment to contain 3 options - confirm/approve, return and reject. My goal is to be able to return the object they refer to in 3 different states after tasks completion.
Parents
  • As it's a built-in function, as far as I know, it's not possible.

    However, you can workaround it. Instead of creating seperate assignment, you can create new objects with property calculator that has those 3 options as a list in it and assign to people. When people select one of the options, you can trigger a simple worklfow in those new assigned objects and I guess with hiearchy manager in compliance kit, you can trigger main object to move it in a specific state...

Reply
  • As it's a built-in function, as far as I know, it's not possible.

    However, you can workaround it. Instead of creating seperate assignment, you can create new objects with property calculator that has those 3 options as a list in it and assign to people. When people select one of the options, you can trigger a simple worklfow in those new assigned objects and I guess with hiearchy manager in compliance kit, you can trigger main object to move it in a specific state...

Children