تخطَّ إلى المحتوى

Admin Settings

هذا المحتوى غير متوفر بلغتك بعد.

Smarter Files uses Custom Metadata Types for global configuration. This allows settings to be deployed across orgs via change sets or metadata API.

Define upload rules per object:

  • Object API Name — the object to apply the rule to.
  • Allowed Extensions — comma-separated file types (e.g., pdf,docx).
  • Max File Size (MB) — maximum upload size.

Categories control which roles can see specific files. They are managed through the Configuration Wizard in the Smarter Files app:

  1. Open the Smarter Files by Tucario app from the App Launcher.
  2. Click Manage Document Categories.
  3. Define document types, assign permitted roles, and deploy.

Categories are stored as Custom Metadata Type records (Tucario_Visibility_Rule__mdt). Each record contains:

FieldDescription
CategoryThe category identifier
Permitted RolesSemicolon-separated role DeveloperNames
Is ActiveWhether the rule is enforced
DescriptionAdmin-facing description

Smarter Files respects standard Salesforce sharing and CRUD permissions. No additional permission sets are required for basic functionality.

For the AppExchange Edition, three permission sets are included:

Permission SetPurpose
Tucario FilesBase access to the app, Apex controllers, and the junction object. Required for all users.
Tucario - Manage File CategoriesGrants the ability to assign categories to files. Users with this permission bypass category-based filtering and can see all files.
Tucario - View Private DocumentsGrants the ability to view files marked as private by other users.