getParentCaseInfo()
Obtains the information of the parent case when the current rendered assignment belongs to a child case.
Returns
The parent case details of the current child case as an object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the information of the parent case when the current rendered assignment belongs to a child case.
const parentCaseInfo = getPConnect().getCaseInfo().getParentCaseInfo();
Previous topic getName() Next topic isPerform()