Inside InitializeApplication, the application is registering and synchronizing
data from the back end server. The initialization process also enables Target
Change Notification
by:
ISynchronizationGroup sg = SUP101DB.GetSynchronizationGroup("default");
sg.EnableSIS = true;
sg.Save();
A
message displays in the output box below when complete.
