This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Copy Assignment reject comment to a property

Is there a way to copy the comment inputted when a assignment is rejected? Also, can the comment be required?

Thanks Chuck

Parents
  • Hi ,

    this is how we solved this issue using our Extension Kit VAF. Extension Kit has a module called Property Operations. With that module, you can manipulate property values on the same or children objects based on object changes, state transitions, etc. This is all completed with a simple VAF configuration, no VB Scripts are needed.


    This is a configuration for your case in particular. When the object is changed and Marked as rejected by on Assignment class becomes something other than empty we copy the Comment value to the Text property. Property can be filled in many ways, this is just one of them. You can also control if the change will happen only on the first reject or on every reject after that. Also, values added to properties can be transformed in any way you like.

Reply
  • Hi ,

    this is how we solved this issue using our Extension Kit VAF. Extension Kit has a module called Property Operations. With that module, you can manipulate property values on the same or children objects based on object changes, state transitions, etc. This is all completed with a simple VAF configuration, no VB Scripts are needed.


    This is a configuration for your case in particular. When the object is changed and Marked as rejected by on Assignment class becomes something other than empty we copy the Comment value to the Text property. Property can be filled in many ways, this is just one of them. You can also control if the change will happen only on the first reject or on every reject after that. Also, values added to properties can be transformed in any way you like.

Children