We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

"Submit for Review" Business Impact Analysis

EriA
Tera Contributor

Documentation seems to be limited but what does "Submit for Review" do on a Business Impact Analysis. Nothing seems to happen when I click it. My guess is that it's supposed to be a trigger for a notification to the BCM Lead, alerting them to review what was done on the form.

2 REPLIES 2

Not applicable

Hi @EriA ,

That's right, it triggers for a notification to the BCM Lead and changes the state to Review.

This is the Script used :

    gs.addErrorMessage(gs.getMessage("To submit for review, select a BCM Lead. Otherwise submit for approval."));
} else {
    current.state = 20;
    current.update();
    action.setRedirectURL(current);
    var escapedName = new sn_bcm.BCMUtils().escapeHTML(current.getValue("name"));
    gs.addInfoMessage(gs.getMessage("{0} successfully submitted for review.", escapedName));
}

 

BilalI
Tera Contributor

Hello @EriA 

I test by clicking on the "Submit review" button in BIA but no notification generated in the System logs>Email for BCM lead. 

Could you please help me to understand this? Am I doing something wrong?

Thanks,

Bilal