=============== LIBRARY RULES =============== From library maintainers: - Always declare Required Permission on Data Mapper and Integration Procedure actions. - Use Permission Sets (not Profiles) to grant Omnistudio access. - Configure Sharing Settings/Sharing Sets for guest users — never grant blanket access. - Implement VlocityRequiredPermissionCheck for custom permission logic. - CRUD and FLS are enforced via Required Permission, not WithoutSharing. - For Experience Cloud guest users, set up sharing rules explicitly. ### Enable Context7 Grounding Source: https://github.com/slorenzot/context7-llm-omnistudio-security/blob/main/README.md Add this command to your prompt to enable responses grounded in the Context7 documentation library. ```text use context7 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.