Introduction > Integration with Microsoft Dynamics NAV > Integrator Guide for Connector for Microsoft Dynamics® NAV 2013 > Extension of Navigate function
Function FindPush()
Figure 23: Page 344 (Navigate) Function FindPush()
//-TF
IF( BusinessCaseFilter <> '' ) THEN BEGIN
SetDocNo('');
SetPostingDate('');
TF_FindRecords();
EXIT;
END;
//+TF