Hi, I am new to using the interface component a!dataFabricChatField. ( I've used record chat component, and that worked as expected. )
With Data Fabric chatbot, how should we implement security? We only want the users using the chatbot to have access to recordType records that pertain to their company. I tried using the instructions field in the chatbot component to specify which company the logged in user belongs to, but that did not work either.
What is/are the best to accomplish that?
Thanks.
Discussion posts and replies are publicly visible
Instead of instructions ,you need to use the showWhen parameter in the a!dataFabricChatField(). You can add condition to check whether user is part of group/company to securely show/hide the chatbot depending on their role.