Newer Version Available
Managed Topic Input
- Root XML tag
- <managedTopic>
- JSON example
-
1{ 2"managedTopicType" :"Featured", 3"recordId" :"0TOD00000000cwk" 4} - Properties
-
Name Type Description Required or Optional Available Version managedTopicType String Type of managed topic. - Featured—Topics that are featured, for example, on the community home page, but don’t provide overall navigation.
- Navigational—Topics that display in a navigational menu in the community.
A topic can be associated with up to two managed topic types, so a topic can be both a Featured topic and a Navigational topic.
You can create up to 25 managed topics per managedTopicType.
Required 32.0 name String Name of the managed topic. Required for new topics You must specify either name or recordId. You can’t specify both.
32.0 recordId String ID of the record to become a managed topic. In version 32.0, recordId must be a topic ID.
Required for existing topics if the Name property isn’t used You must specify either name or recordId. You can’t specify both.
32.0