Hi Team,
Could anyone let me know the procedure to add “Activity” Tab in a new screen.
Regards,
Ramya
Hi Team,
Could anyone let me know the procedure to add “Activity” Tab in a new screen.
Regards,
Ramya
Best answer by ktruong
For anyone who needs it, there is a built in reusable graph extension that might help.
public sealed class SXServiceContractMaint_ActivityDetailsExt : ActivityDetailsExt<SXServiceContractMaint, FSServiceContract>
{
public static bool IsActive() => true;
public override Type GetLinkConditionClause()
{
return typeof(Where<CRPMTimeActivity.refNoteID.IsEqual<FSServiceContract.noteID.FromCurrent>>);
}
}
Good luck,
K Truong
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.