The CreatorCon Call for Content is officially open! Get started here.

Release Management

NITHYA26
Tera Contributor

Hello Experts !!

Need help on this

1)Create an async business rule on release table when the record is new and 'release_type' is Major or minor, create 3 tasks in task table and assign them with below types one by one .

 

In rm_task  Table
'Type' ; field have three choices - "development" , "QA Deployment " ,,"QA Testing "

2) create on after business rule on rm_task table , to monitor on update of the task record with the condition parent is release record and 'release_type' is Major
or minor, based on the task is getting closed update the release record accordingly as given in the acceptance criteria.

 

Thanks in advance,
Developer.

 

5 REPLIES 5

Hi Aman,

That is the whole requirement

1) If Any Release is created in rm_release table , need to create 3 release tasks in rm_task table
2) If any task is getting closed we need to update  the  release record accordingly

Thanks,

Developer.