Configure USAM Data Source Facet Application Filter

It's possible to configure different layouts with different sets of columns for the Data sourceApplicationClosed.

Functionality

This functionality is configured with the custom metadata type:

  • TR1__Search_And_Match_Tab_Configuration_mdt.TR1__Application_Fields_Info__c field

The structure is the same as for the Table Layout field.

Copy
[
    {
        "columns":[        
            { 
                "name":"Availability"
            },
            {
                "fieldName":"Name",
                "width":200
            },
            {
                "name":"LastUpdated"
            },
            {
                "fieldName":"TR1__Function__c"
            },
            {
                "name":"Location"
            },
            {
                "fieldName":"Email"
            },
            {
                "fieldName":"TR1__Candidate_Status__c"
            },
            {
                "fieldName":"Phone"
            },
            {
                "name":"Ranking"
            },
            {
                "name":"RankingScore"
            },
            {
                "name":"Favourite"
            },
            {
                "name":"CV"
            }
        ]
    },
    {
        "maxWidth":1600,
        "columns":[
            {
                "name":"Availability"
            },
            {
                "fieldName":"Name",
                "width":200
            },
            {
                "name":"LastUpdated"
            },
            {
                "fieldName":"Email"
            },
            {
                "fieldName":"TR1__Candidate_Status__c"
            },
            {
                "fieldName":"Phone"
            },
            {
                "name":"Ranking"
            },
            {
                "name":"RankingScore"
            },
            {
                "name":"Favourite"
            },
            {
                "name":"CV"
            }
        ]
    },
    {
        "maxWidth":900,
        "columns":[
            {
                "name":"Availability"
            },
            {
                "fieldName":"Name",
                "width":200
            },
            {
                "fieldName":"TR1__Candidate_Status__c"
            },
            {
                "name":"Ranking"
            },
            {
                "name":"Favourite"
            }
        ]
    },
    {
        "maxWidth":500,
        "columns":[
            {
                "name":"Availability"
            },
            {
                "fieldName":"Name",
                "width":200
            },
            {
                "name":"Ranking"
            },
            {
                "name":"Favourite"
            }
        ]
    }
]

 

Table Columns

  • Set in the Application: If the DataSource is set in the Application, the table is re-rendered with the custom metadata type TR1__Search_And_Match_Tab_Configuration_mdt.TR1__Application_Fields_Info__c field
  • Not Set in the Application: If the DataSource is not Application - the table is re-rendered with the custom metadata type TR1__Search_And_Match_Tab_Configuration_mdt. TR1__Table_Layouts__c field

For more information on facets, see Configure USAM Facets and USAM Screens.