Custom Metadata
Get to know the custom metadata components for TMF622 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 TMF622 API, then theDefault Value
field of the metadata record TMForumProductOrderMethods must be changed toGET
instead ofGET,POST
.
Metadata Name | Description | Default Value | Available Version | Included in the CME managed package? (Yes/No) |
---|---|---|---|---|
TMForumRequestURLPrefix | Indicates the request URL prefix for the TMF APIs | /services/apexrest/vlocity_cmt/tmforum/productopenapi/v1/ | 58 | Yes |
TMForumCreateProductOrderVIPName | Invoked by the POST method of productOrder API. | tmf_TMForumCreateProductOrder | 58 | Yes |
TMForumProductOrderMethods | Defines the available methods for the productOrder API. | GET,Post | 58 | Yes |
TMForumProductOrderRequestDR | DR name that's used to Invoke the GET and POST methods of productOrder API. | TMFTMForumTransformProductOrderRequest | 58 | Yes |
TMForumProductOrderVIPName | Invoked by the GET method of productOrder API. | tmf_TMForumProductOrder | 58 | Yes |
TMForumREPageSize | Applies a set limit to query the related entities of a primary entity. | 2000 | 58 | Yes |
TMForumEnablePageInfo | Indicates whether to enable the PageInfo and PageSize parameters in the response (true) or not (false). | TRUE | 58 | Yes |
TMForumPriceList | Metadata to configure PriceList. | B2C | 58 | Yes |