Advanced Find Window Allows the user to search any table in the LookupContext to find data. Class Reference Code public void ShowAdvancedFind() { var advancedFindWindow = new AdvancedFindWindow(); advancedFindWindow.Show(); }