PhilB
2 years agoNew Contributor III
Writing Annotation data in a Finance Rule (like SetDataBuffer)
Is there a way, in a member formula or Finance BR, to write annotation data back to the database in bulk?
In OneStream rule writing, it's best practice to limit the number of times you are writing data back to the database (ideally only one SetDataBuffer at the end of your code). However, it does not appear that you can include annotation information in the DataBufferCell objects that are used in a data buffer.
Is there an alternate way to be able to set a large quantity of intersections at one time (like a SetDataBuffer), but for Annotation information instead of values?