Hello,
In my PCF component code, I use retrieveMultipleRecords and provide it with the optional query string.
Should I be concerned about the security of using a query string? In other words, does the back end that handles this query provide any protections against users running code snippets with malicious queries?
Thanks in advance