I have a business rule that I only want to run before the record has been saved. On the regular form, I accomplished this by checking for whether "Created On" contains data (and I then added the Created On field on the form). However, we also use the Quick Create form on this entity. I originally had the business rule set to All Forms, but it doesn't run on the Quick Create form since it doesn't have Created On. I can't even add it - it's not in the list of available fields.
However, of course it will never be saved if it's on the Quick Create form, so I'd be fine having a different version of the BR that just always runs, rather than doing the check. But the QC form isn't an option for setting form scope.
I know I could do this with Javascript, but as usual I'm trying to minimize that for future maintenance by non-coders. Is there any OOTB trick for this that I'm missing, to run a BR only on record create (regardless of whether it's a regular or QC form)?
*This post is locked for comments