Pega standard Work object creation activities

  Work-. Add 

Creates a new work object (without any cover work object) and performs a Commit method, which saves the work object and releases all locks.


  Work-.AddWork 

Use Work-.and work rather than Work-. Add in situations where the Commit method is not wanted until later.


   AddCoveredWork 

Creates a new cover work object but does not perform a Commit method, so current locks are retained.


  Work-.AddCovered 

Use Work-.AddCovered rather than Work-.AddCoveredWork to commit the new work object.


  New 

Called by harness processing to create a (non-covered) work object and display the work object form.


  NewCovered 

Called by harness processing to create a covered work object and display the work object form.


more on activities Activity Full understanding



No comments:

Post a Comment