getFeedUtils()
Obtains an entry point to the FeedUtils object that contains APIs to handle the feeds of a case.
To view the APIs in the FeedUtils class, see APIs in the FeedUtils class.
Returns
The FeedUtils object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the FeedUtils object.
const feedUtils = PCore.getFeedUtils();
Previous topic getEvents() Next topic getFormUtils()