getTagUtils()
Obtains an entry point to the TagUtils object that contains APIs to handle the tags of a case.
To view the APIs in the TagUtils module, see APIs in the TagUtils module.
Returns
The TagUtils object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the TagUtils object.
const { getTaggedCases, getTags, postTags, deleteTag } = PCore.getTagUtils();
Previous topic getStoreValue(propReference, pageReference, context) Next topic getUserApi()