| 
LOCAL cMainTable$="CU_EmailLink"      [constant, string] Used by service object. Sets the main table name that will be opened on cFH  | 
| 
LOCAL cIsSysDB=isTRUE      [constant, boolean] Used by service object. Set to false because this is not a system table  | 
| 
FUNCTION Delete(key$)    Delete e-mail link record  | ||||
  | ||||
  | ||||
| 
FUNCTION WRITE()    | ||||
| 
FUNCTION WRITE(nosync)    Reads the Person or Company table to get the appropriate information for the Email link record Writes the Email link record and updates the Email record if necessary  | ||||
  | 
| 
 cSageCRMName$, cSageCRMInstanceIDFiles$, cCRMCompanyFiles$, newRecord  | 
| 
 AddMappedFieldsColl(), CheckForLink(), GetCRMUserID(), GetKeyColumns$(), GetMappedField$(), GetMappedFields$(), SetKey(), SetPartialRecord(), SetValue(), UpdateAllFields(), WRITE(), PERFORM CheckForCompanyLink(), InitFieldColl()  | 
 
 |