Skip to main content
June 29, 2025
Solved

If I change an account to allow input = false, will my BR still input data into the account?

  • June 29, 2025
  • 2 replies
  • 0 views

Hello,

I have an account that is calculated via a business rule. I don't want end users to input into the account manually. If I set the account to allow input = false, will my business rule still be able to input data into the account? Or do I need to leave it set to allow input = true, but make sure every cube view that uses the account does not allow manual input? Thank you.

 

Best answer by MarcusH

The allow input flag only stops manual input and import - it has no effect on whether a BR can update something. A BR will update an account regardless of the allow input setting. Set the allow input flag for the account to false. 

2 replies

MarcusHAnswer
June 30, 2025

The allow input flag only stops manual input and import - it has no effect on whether a BR can update something. A BR will update an account regardless of the allow input setting. Set the allow input flag for the account to false. 

Janet_CAuthor
July 2, 2025

Thank you!