Change resulting objects in change activity to Under review before release
Mar 20, 2025
10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 20, 2025
10:21 AM
Change resulting objects in change activity to Under review before release
Hello,
Im looking for a way to lock (change to status Under review) resulting objects during Design review. We have a similar process for Promotion request with following expression :
wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice)primaryBusinessObject;
try
{
wt.maturity.MaturityServerHelper.service.lockTargets (pn);
}
catch( Exception wte )
{
wte.printStackTrace();
}
Is there any way to apply this for Change activity resulting objects?
Thank you very much in advance.
Labels:
- Labels:
-
Change_Mgmt
1 REPLY 1
Mar 25, 2025
02:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 25, 2025
02:20 AM
Hi @RUK1
Yes you can write own code to change the state, or check the lock transition and based on the lifecycle configuration you can change the state.
You need to write own code to do so.
PetrH
