Hi Everyone
I have created ServiceContractInqExt graph like below:
public class SSPServiceContractInqExt : PXGraphExtension<ServiceContractInq>
{…
//How can I call base functionality of process or processALL
// Need to execute custom logic here
..}