Pular para o conteúdo

Initial Setup

This content is for the 1.0 version. Switch to the latest version for up-to-date documentation.

Este conteúdo não está disponível em sua língua ainda.

Configure Flexible Team Share for first use in the organization.

  • System Administrator profile
  • FTS_App_Access permission set assigned
StepActionExpected Result
1Navigate to App LauncherSearch shows “FlexiTeam” app
2Open FlexiTeam appFlexiTeam Home page loads
3Click “Configuration Wizard” tabWizard displays with two sections
4In “Object Configuration”, click “Add Object”Modal opens with available objects
5Select “Case” from dropdownCase object selected
6Click “Save”Config saved, Case appears in list as Active
7(Optional) Schedule cleanup jobJob scheduled, next run time displayed

Configuration Wizard

  • [ ] Only objects with Private/Public Read Only OWD appear in dropdown
  • [ ] Already configured objects don’t appear in dropdown
  • [ ] Active toggle works correctly
  • [ ] Cleanup job can be scheduled/unscheduled

Use Case 7: Deactivate Object Configuration (Admin)

Section titled “Use Case 7: Deactivate Object Configuration (Admin)”

Disable team sharing for an object and remove existing shares.

  • Object already configured and active
  • Team members exist for this object
StepActionExpected Result
1Open Configuration WizardConfig list visible
2Toggle “Active” switch off for CaseConfirmation dialog
3Confirm deactivationStatus changes to inactive
4Check existing Case teamsTeam members remain but shares removed
  • [ ] Batch job runs to delete share records
  • [ ] Team member records preserved
  • [ ] Can reactivate later (shares recreated)
  • [ ] Warning about share removal shown

Use Case 9: Manual Cleanup Execution (Admin)

Section titled “Use Case 9: Manual Cleanup Execution (Admin)”

Manually trigger cleanup of expired team members.

  • Admin access
  • Expired team members exist (End_Date__c in past)
StepActionExpected Result
1Open Configuration WizardScheduled Jobs section visible
2View “Expired Members” countShows number of expired records
3Click “Run Cleanup Now”Batch job starts
4Refresh pageExpired count reduced to 0
  • [ ] Expired count accurate
  • [ ] Batch job completes successfully
  • [ ] Expired members deleted
  • [ ] Associated share records removed

Use Case 11: Configure Component Display (Admin)

Section titled “Use Case 11: Configure Component Display (Admin)”

Customize the Object Team Member component appearance: change the card title and set the maximum number of displayed team members.

  • System Administrator profile
  • Access to Lightning App Builder
StepActionExpected Result
1Open record page in Lightning App BuilderPage editor loads
2Click on the “Team Members” componentComponent properties panel opens on the right
3Change “Card Title” to custom valueTitle preview updates
4Set “Max Displayed Members” to desired numberDisplay limit configured
5Save and activate the pageChanges applied
6Open a record with team membersComponent shows configured title and respects display limit

Lightning App Builder configuration

SettingValuesBehavior
Max Displayed Members = 5DefaultShows first 5 members, “Show X more” for the rest
Max Displayed Members = 0Show allAll team members visible, no collapse/expand
Max Displayed Members = 3Custom limitShows first 3 members, “Show X more” for the rest
  • [ ] Card title changes reflected on the record page
  • [ ] Display limit respected (correct number of members shown)
  • [ ] “Show X more” button appears when members exceed limit
  • [ ] Setting limit to 0 shows all members without collapse button
  • [ ] Record owner always appears first regardless of limit
  • [ ] “Show less” button collapses list back to configured limit
  • [ ] Changes persist after page reload