Hello everyone.
I wanted to ask if anyone can share their best practice how would you identify whether a job requires only Rules Engine, or Rules Engine mixed with Data Designer?
For example, I need to set score for a new measure “NPS Response Rate”. I could fetch the needed data and use a formula field and do it all within the rules engine itself. Or I could first do the fetching and calculating in data designer, then save this data as a new object that would hold a “Response Rate” field, and then reference that field in the Rules Engine.
What should be kept in mind when deciding the preferred method? (Outside of possible feature limitations between these two methods I may not be aware of yet as a new admin).
For example, if I use the data designer, then this response rate could be referenced later on in any report, while if all calculations are done in rules engine, this data will not be reachable by reports, unless loaded to an existing object anyways. Is that a correct assumption?
This question arose to me because from what I understand Rules Engine and Data Designer share a lot of similar features like data transformation and merging and I’m just uncertain when to use what, outside of the fact that Rules Engine can perform Actions.