The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
JK12
1 year agoNew Contributor II
Locking of Text Commentary
Hi Everyone,
Does anyone know whether it is possible to Lock V#Annotation for input?
Any assistance will be appreciated
Thank you!
4 Replies
- T_Kress
OneStream Employee
One option would be to use a conditional no input Finance BR and attach that to your cube(s). The no input rule would appear as follows:
Case Is = FinanceFunctionType.ConditionalInput If api.Pov.View.Name.XFEqualsIgnoreCase("Annotation") Return ConditionalInputResultType.NoInput End If Return ConditionalInputResultType.DefaultThis would make all V# Annotation intersections Read Only, always. If you need to only have them be Read Only in certain instances, you can include other IF statements.
Related Content
- 2 years ago
- 4 months ago
- 1 year ago