The Void ReleaseDocProc(PX.Objects.GL.JournalEntry, PX.Objects.IN.INRegister, ReleaseDocProcDelegate) method in the PX.Objects.IN.INReleaseProcess_Extension graph extension is marked as [PXOverride], but its signature is not compatible with the original method.
Answer
Error when publish project
Best answer by jinin
Hi
I’ve reviewed the same in my local and am not facing any error.
public class INReleaseProcessExtension : PXGraphExtension<INReleaseProcess>
{
[PXOverride]
public delegate void ReleaseDocProcDelegate(JournalEntry je, INRegister doc);
public virtual void ReleaseDocProc(JournalEntry je, INRegister doc, ReleaseDocProcDelegate baseMethod)
{
}
}
Try with the sample code and let me know if still facing the same issue.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.