Custom Metadata
Get to know the custom metadata components for TMF621 API resources. Custom Metadata types enable you to create your own setup objects with records as metadata rather than data.
- After an upgrade, ensure the
Value
andDefault Value
field values are updated as per the values in these tables. If any of the values aren't updated automatically, manually update the values as per the corresponding values in the table. - If any customer wants to restrict the OOB values available for the API, then
Default Value
field must be updated with the respective values. Because, the value of theDefault Value
field is takes precedence over theValue
field value. We do not recommend changing the values of these two fields to different values.
For example, if the customer wants to implement only GET for TMF621 API, then theDefault Value
field of the metadata record TMForumTroubleTicketMethods must be changed toGET
instead ofGET,POST
.
MetaDataName | Description | Default value | Release Version | Used In | Included in the CME managed package |
---|---|---|---|---|---|
TMForumCreateTroubleTicketVIPName | Invoked by the POST Troubleticket API. See Extend TMF621 API for modifications. | TMF_TMForumCreateTroubleTicket | 58.0 | POST method of Trouble Ticket | Yes |
TMForumTroubleTicketMethods | Defines the available methods for Troubleticket API. | GET,POST | 58.0 | GET and POST method of Trouble Ticket | Yes |
TMForumEnablePageInfo | If value is set to true PageInfo and PageSize will be enabled in the response | TRUE | 56.0 | GET and POST method of all TMF APIs | Yes |
TMForumREPageSize | Applies a set limit to query the related entities of a primary entity. | 2000 | 56.0 | GET and POST method of all TMF APIs | Yes |
TMForumPageSize | Applies a set page limit to query the primary entity. | 50 | 56.0 | GET and POST method of all TMF APIs | Yes |
TMForumDefaultAttributeCategory | Reuses or creates the attributes of an incoming payload of product specifications or offerings. The attributes are grouped to the Vlocity attribute category. The TMForumDefaultAttributeCategory metadata value can be replaced depending on the business logic. | TMForum | 56.0 | POST method of Product Specification and Product Offering | Yes |
TMForumTroubleTicketVIPName | Invoked by the GET Troubleticket API. See Extend TMF621 API for modifications. | tmf_TMForumTroubleTicket | 58.0 | GET method of Trouble Ticket | Yes |
TMForumTroubleTicketRequestDR | Maps the salesforce field to the TMF field. | TMFTMForumTransformTroubleTicketInput | 58.0 | GET method of Trouble Ticket | Yes |
TMForumTroubleTicketRequestURLPrefix | To get prefix URL which is used to construct Href. | /services/apexrest/%vlocity_namespace%/tmforum/troubleticket | 59.0 | POST method of Trouble Ticket | Yes |