Forum Discussion

Clarke_Hair's avatar
Clarke_Hair
Contributor
2 days ago

How to stop a BR from updating a Certified Entity

We have a Fcst BR that copies from a support scenario into our main Fcst Scenario.  Our issue is that it will still overwrite data in the main scenario even when that scenario's Entity is certified.  How do I prevent BR's form updating data that is certified.  We had closed/certified our Fcst and then someone not aware was in a form that allowed them to update this supporting details scenario and saved which then updated the Fcst scenario.

Is this something that can be managed on the Scenario setup - ie not allowing changes when certified or is this a type of loophole with BR's

I have something similar I do for data loads where I check the status of the WF before running an automated Import/Validate/.../load process.  in this case I am trying to prevent a ton of error messages when it gets to the load steps and finds the entity is certified.  Would there be logic that could check the status of an Entity vs. WF that I might be able to insert into my BR.

1 Reply

  • rhankey's avatar
    rhankey
    Contributor III

    A lot of detail is lacking.

    How is a user changing data in the supporting scenario if they have certified?  If they have certified, they should no longer be able to get at the Form to enter more supporting data without Unlocking/Uncertifying.  I'm presuming they are in turn running a Custom Calculate package to copy the data from the supporting Scenario to main Fcst Scenario.  If so, I would also include that package as one of steps that also gets locked when they certify.  That way, WF is doing all the work for you.