Forum Discussion
As far as I know that does not exist. If you try the same question in ChatGPT it talks about a setting called 'Pre-Save Validation Rule' which definitely does not exist (but sounds like a great idea). The AI models do not understand OneStream so anything they say has to treated with caution. The only way you will be able to do this is to use an EventHandler. SaveDataEventHandler is probably your best bet - you can intercept the Save event and check that there is an attachment for journals. It will have an impact on performance though as this will run every time a user saves any data anywhere in the application. You will have to look at how to drop out of the BR as soon as possible if it's not a journal being saved.
- wolfee6 days agoNew Contributor
Thanks Marcus. We were fairly certain the AI response was a false positive and I found an earlier post about the SaveDataEventHandler. We'll look into that and keep in mind about dropping out of the BR if not a journal being saved.
Related Content
- 3 years ago