Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>IAPL - Profile FLSNew to Visual Studio Code? Get it now.
IAPL - Profile FLS

IAPL - Profile FLS

ion-andoni-palma

| (0) | Free
Manage Salesforce profile FLS in git: retrieve permissions from any authorized org and upsert into repo profiles.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IAPL - Profile FLS

Retrieve de permisos de perfiles Salesforce desde cualquier org autorizada con SF CLI (upsert en el repo).

Requisito: Salesforce CLI (sf) en PATH y org autenticada.

Uso

  1. Ctrl+Shift+P → IAPL: Profile FLS Manager
  2. Org origen
  3. Marca Permisos a retrievear (FLS, Object, Layout, Tabs…). Por defecto: FLS + Object + Layout + User.
  4. (Opcional) Selecciona campos → FLS solo de esos CustomField.
  5. Marca perfiles (nuevos o ya en repo).
  6. Retrieve desde org (cancelable en la notificación de progreso)
    • Staging temporal en .iapl-profile-fls/ (se borra al terminar o cancelar).
    • Perfil en repo → upsert (añade/actualiza; no borra el resto).

Comandos

Comando Uso
IAPL: Profile FLS Manager Panel org + permisos + campos + perfiles
IAPL: Add Active Field to Profiles Abre panel con el .field-meta.xml activo preseleccionado
IAPL: Retrieve Profiles from Org Wizard org + perfiles + tipos
IAPL: Sort Profile Permissions Alphabetically Ordena bloques de permisos en repo
IAPL: Copy Retrieve Command for Profile FLS Copia comando retrieve al portapapeles

Settings

{
  "iaplProfileFls.defaultProfiles": [],
  "iaplProfileFls.defaultTargetOrg": "QA",
  "iaplProfileFls.profilesPath": "force-app/main/default/profiles",
  "iaplProfileFls.objectsPath": "force-app/main/default/objects",
  "iaplProfileFls.profileNameFilter": ""
}

Limitaciones

  • Lista de campos: solo los del workspace.
  • Retrieve con muchos companions (Layout*, CustomField* sin campos concretos) puede ser lento.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft