Hi all,
I wanted to know about the best option for a query in static data on database.
which would be the most optimal performance: "queryRecordType" or "queryEntity"?
Discussion posts and replies are publicly visible
"queryRecordType" or "queryEntity" depends on whether you go with the future and use Records to represent your data.