Managing Card Types
Administrators can view a Community Hub card type to see how it is set up.
View a Card Type
- In the Force.com App Menu, select Community Hub Setup.
- In the tab bar, click Pages.
In the Configure Card Types section, click the name of the card type you want to view.
Create a Custom Card Type
- In the Force.com App Menu, select Community Hub Setup.
In the tab bar, click Pages.
- Click New Card Type.
- In
Name
, enter an easily recognizable term to identify the card type using Pascal case. - In
Description
, enter a description of what the card type does. - In
Display Name
, enter the plain English name of the card type. Example:My New Card Type
. In
Card Component Constructor
, enter the name of an Apex class which implements ICardComponentConstructor you want to use for this type of card.If you have a custom Apex class which controls the card type, in
Class Name
, enter the name of the class. The class must extend the Card class.If you have an Apex class which controls the card type's Apex component, in
Controller Name
, enter the name of the class.An Apex class is created through development effort.
- If this card type is customizable to be useful in multiple applications, select
Recommended
. - Click Save.
Edit a Custom Card Type
You can only edit custom card types. To edit card types added as part of a Nimble AMS package must first Clone the Card Type and edit the clone.
- In the Force.com App Menu, select Community Hub Setup.
- In the tab bar, click Pages.
In the Configure Card Types section, click Edit next to the card type you want to customize.
Make the desired changes.
- Click Save.
Clone a Card Type
- In the Force.com App Menu, select Community Hub Setup.
- In the tab bar, click Pages.
In the Configure Card Types section, click Clone next to the card type you want to clone.