Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


This page covers:

Related pages:


🔧 Customization Options

Amp Impact uses Field Sets for users to add/remove fields and customize the product’s features per client needs. Each Field Set has a list of available fields that users can choose to use. Some fields in the Field Set are already selected to display upon installing the product. The other available fields can be added for usage, if appropriate. In addition, users can create custom fields on the relevant object and add these to the Field Set. 

To edit any of the Field Sets, follow the instructions detailed below.

  1. Identify and open the Object.

2. Identify and open the Field Set.

3. Edit and save the Field Set.

🔧 Setup Activities

As a System Administrator, if you want to update the status picklist values available for a specific activity type, then you can do this by updating the field dependency between the Activity Type and Status fields within the Activity object. 

Please note that this is an optional step. You can make these changes if you want to update the values available for the Status picklist field for a specific Activity Type.

By default, the field dependency is configured in the following manner:

  1. Task (Activity Type): Planning, In Progress, Complete (Status)

  2. Milestone (Activity Type): Open, Complete (Status)

In order to update the field dependency, you would have to: 

  1. Update picklist dependency on the Activity Type field

  2. Update the validation rule on the Status field

  3. Update instructions within the Implementation Plan DL/UL excel 

Update Picklist Dependency on the Activity Type Field

You can follow the instructions below to update the picklist dependency on the Activity Type field: 

  1. Navigate to the Object Manager tab within Setup

2. Navigate to the Activity (ampi__Activity__c) Object

3. Search for the field Activity Type and click on it

4. Scroll down to the Field Dependencies section and click on the New button 

5. Select Activity Type as the controlling field and Status as the dependent field

6. Update the picklist dependency based on your requirement

Update Validation Rule on the Status Field 

You can follow the steps mentioned below to update the validation rule on the Status field within the Activity object:

  1. Navigate to the Object Manager tab within Setup

2. Navigate to the Activity (ampi__Activity__c) Object

3. Click on the Validation Rules option 

4. Click on the Edit button and update the Error Condition Formula and Error message based on your requirement

Update Instruction on the Implementation Plan UL/DL Excel

You can update instruction 4c within the Instructions tab of the Implementation Plan UL/DL excel file by updating the custom label ‘PREPARE_UPLOAD_4C’. You can do this by following the steps mentioned below:

  1. Navigate to Object Manager tab within Setup

2. Search for and navigate to the Custom Labels option under User Interface

3. Update the value of the custom label PREPARE_UPLOAD_4C based on your new dependency

Activity Chart Aura Component and Lightning Web Component

The Activity field sets currently support all field types except Encrypted String and Time. The behavior of these two unsupported fields is denoted beneath each field set.

  • Fields displayed in “Add New Activity” pop-up

    • Object: Activity__c

    • Field set name: CREATE_NEW_ACTIVITY_POPUP

    • Unsupported field types: Encrypted String, Time

If viewing/modifying multiple Implementation Plans at once, Implementation_Plan__c must be included in this field set in order for new Activities to be added to the correct Implementation Plan.

  • Fields displayed in “Edit Activity” pop-up

    • Object: Activity__c

    • Field set name: EDIT_ACTIVITY_POPUP

    • Unsupported field types: Encrypted String, Time

  • Column fields on the Activity Chart (between Activity Name and Timeline)

    • Object: Activity__c

    • Field set name: ACTIVITY_TABLE_COLUMNS

    • Unsupported field types: Encrypted String, Time

      • If added to the field set, unsupported fields will be hidden

It is recommended to include no more than 3 fields in the Activity Table for users to be able to view the information in a user-friendly manner.

  • Fields used in expanded search filters and search bar

    • Object: Activity__c

    • Field set name: ACTIVITY_TABLE_SEARCH_FILTER

    • Unsupported field types: Encrypted String, Long Text Area, Rich Text Area, Time

      • If added to the field set, unsupported fields will display an error message “Data-Type not supported”.

  • Fields used in information popover when hovering cursor over an activity in the Gantt chart

    • Object: Activity__c

    • Field set name: ACTIVITY_INFO_POPOVER

    • Unsupported fields/field types:

      • Status__c field on Activity__c will display a number value instead of the picklist value

Record Limits

The record limits and processing time of the Activities (LWC) feature are detailed below:

Feature

Record Limit

Processing / Loading Time

Activities (LWC)

  • 50 Implementation Plans with 300 Activities each

  • 4500 Activities at once. This could be:

    • Multiple Implementation Plans with total 4500 Activites displayed simultaneously in the Activities table

    • Single Implementation Plan with total 4500 Activities displayed in the Activities table

< 1 min


  • No labels