SuiteCRM Connector Objects (suitecrmv8 Schema)

NameDescription
AccountsCreate, update, delete, and query accounts created in SuiteCRM
CallsCreate, update, delete, and query the SuiteCRM project's Calls
CampaignsCreate, update, delete, and query the SuiteCRM project's campaigns
CasesCreate, update, delete, and query the SuiteCRM cases
ContactsCreate, update, delete, and query the contacts in SuiteCRM
ContractsCreate, update, delete, and query contracts in SuiteCRM
DocumentsCreate, update, delete, and query Documents created in SuiteCRM
EmailsCreate, update, delete, and query the SuiteCRM Emails
EmailTemplatesCreate, update, delete, and query email templates to be used for emails
EventsCreate, update, delete, and query events registered in the SuiteCRM project
InvoicesCreate, update, delete, and query the invoices saved in the SuiteCRM
KBCategoriesCreate, update, delete, and query the KBCategories saved in the SuiteCRM
KnowledgeBaseCreate, update, delete, and query the Knowledge Base saved in the SuiteCRM
LeadsCreate, update, delete, and query the registered Leads
LocationsCreate, update, delete, and query locations in SuiteCRM
MapsCreate, update, delete, and query the map information of SuiteCRM
MapsAddressCacheCreate, update, delete, and query information on the Map Address saved in the server cache
MapsAreasCreate, update, delete, and query maps via Google Maps.
MapsMarkersCreate, update, delete, and query Google Maps Map Markers saved in SuiteCRM
MeetingsCreate, update, delete, and query Meetings created in SuiteCRM
NotesCreate, update, delete, and query Notes created in SuiteCRM
OpportunitiesCreate, update, delete, and query opportunities saved in SuiteCRM
PDFTemplatesCreate, update, delete, and query PDFTemplates table.
ProductsCreate, update, delete, and query the products registered for the SuiteCRM project
ProductsCategoriesCreate, update, delete, and query the product categories.
ProjectsCreate, update, delete, and query projects registered in SuiteCRM
ProjectsTemplatesCreate, update, delete, and query any saved project template.
QuotesCreate, update, delete, and query quotes saved in SuiteCRM
ReportsCreate, update, delete, and query information on reports made in SuiteCRM.
SpotsCreate, update, delete, and query the saved spots.
SurveysCreate, update, delete, and query the surveys saved in the SuiteCRM
TasksCreate, update, delete, and query Tasks created in SuiteCRM
WorkFlowCreate, update, delete, and query the wokflow actions in SuiteCRM
NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the account.
NameStringFalseNoThe name of the account.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe full text of the alert.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNoThe user name of the user assigned to the record.
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
AccountTypeStringFalseNoThe type of the account.
IndustryStringFalseNoThe industry that the account belongs in.
AnnualRevenueStringFalseNoAnnual revenue for this account.
PhoneFaxStringFalseNoThe fax phone number of this account.
BillingAddressStreetStringFalseNoThe first line of the billing address.
BillingAddressStreet2StringFalseNoThe second line of the billing address.
BillingAddressStreet3StringFalseNoThe third line of the billing address.
BillingAddressStreet4StringFalseNoThe fourth line of the billing address.
BillingAddressCityStringFalseNoThe city used for the billing address.
BillingAddressStateStringFalseNoThe state used for the billing address.
BillingAddressPostalcodeStringFalseNoThe postal code used for the billing address.
BillingAddressCountryStringFalseNoThe country used for the billing address.
RatingStringFalseNoAn arbitrary rating for this account for use in comparisons with others.
PhoneOfficeStringFalseNoThe office phone number.
PhoneAlternateStringFalseNoAn alternate phone number.
WebsiteStringFalseNoThe URL of the website for the account.
OwnershipStringFalseNoThe ownership of the account.
EmployeesStringFalseNoNumber of employees. Can be a number (100) or range (50-100)
TickerSymbolStringFalseNoThe stock trading (ticker) symbol for the account.
ShippingAddressStreetStringFalseNoThe first line of the shipping address.
ShippingAddressStreet2StringFalseNoThe second line of the shipping address.
ShippingAddressStreet3StringFalseNoThe third line of the shipping address.
ShippingAddressStreet4StringFalseNoThe fourth line of the shipping address.
ShippingAddressCityStringFalseNoThe city used for the shipping address.
ShippingAddressStateStringFalseNoThe state used for the shipping address.
ShippingAddressPostalcodeStringFalseNoThe ZIP code used for the shipping address.
ShippingAddressCountryStringFalseNoThe country used for the shipping address.
Email1StringFalseNoEmail address.
EmailAddressesPrimaryStringTrueNoPrimary email address.
EmailAddressesStringTrueNoAlternate Email address.
EmailAddressesNonPrimaryStringFalseNoNon primary email address.
ParentIdStringFalseNoThe Id of the parent of this account.
SicCodeStringFalseNoSIC code of the account.
ParentNameStringTrueNoThe name of the parent of this account.
MembersStringTrueNo
MemberOfStringTrueNo
EmailOptOutBoolFalseNoWhether the account has opted out of emails.
InvalidEmailBoolFalseNoWhether the email address of the account has been marked as invalid.
CasesStringTrueNoThe cases associated with the record.
EmailStringFalseNoEmail address
TasksStringTrueNoThe tasks associated with the record.
NotesStringTrueNoThe notes associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
CallsStringTrueNoThe calls associated with the record
EmailsStringTrueNoThe emails associated with the record
DocumentsStringTrueNoThe documents associated with the record.
BugsStringTrueNoThe bugs associated with the record.
ContactsStringTrueNoThe contacts associated with the record
OpportunitiesStringTrueNoThe opportunities associated with the record.
ProjectStringTrueNoThe project associated with the record.
LeadsStringTrueNoThe leads associated with the record.
CampaignsStringTrueNoThe campaigns associated with the account.
CampaignAccountsStringTrueNo
CampaignIdStringFalseNoThe Id of the campaign associated with the record.
CampaignNameStringTrueNoThe name of the campaign associated with the record.
ProspectListsStringTrueNo
AosQuotesStringTrueNo
AosInvoicesStringTrueNo
AosContractsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the call.
NameStringFalseNoA brief description of the call.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe full text of the note.
DeletedBoolFalseNoRecord deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNo
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
DurationHoursStringFalseNoThe hours portion of the call duration.
DurationMinutesStringFalseNoThe minutes portion of the call duration.
DateStartDatetimeFalseNo
DateEndDatetimeFalseNo
ParentTypeStringFalseNoThe type of the parent Sugar object related to the call.
ParentNameStringTrueNoThe name of the parent of this account.
StatusStringFalseNoThe status of the record.
DirectionStringFalseNoIndicates whether call is inbound or outbound.
ParentIdStringFalseNoThe Id of the parent of this account.
ReminderCheckedBoolFalseNoThe checkbox indicating whether or not the reminder value is set.
ReminderTimeStringFalseNoWhen a reminder alert should be issued. -1 means no alert; otherwise, the number of seconds prior to the start.
EmailReminderCheckedBoolFalseNo
EmailReminderTimeStringFalseNoWhen a email reminder alert should be issued. -1 means no alert; otherwise, the number of seconds prior to the start.
EmailReminderSentBoolFalseNoWhether the email reminder is already sent.
RemindersStringFalseNoList of reminders for the call
OutlookIdStringFalseNoWhen the Suite Plug-in for Microsoft Outlook syncs an Outlook appointment, this is the Outlook appointment item Id.
AcceptStatusStringFalseNo
SetAcceptLinksStringFalseNo
ContactNameStringFalseNo
OpportunitiesStringTrueNoThe opportunities associated with the record.
LeadsStringTrueNoThe leads associated with the record.
ProjectStringTrueNoThe project associated with the record.
CaseStringTrueNo
AccountsStringTrueNoThe accounts associated with the record
ContactsStringTrueNoThe contacts associated with the record
AosContractsStringTrueNo
UsersStringTrueNo
NotesStringTrueNoThe notes associated with the record.
ContactIdStringFalseNoThe Id of the contact for the call.
RepeatTypeStringFalseNoThe type of recurrence.
RepeatIntervalStringFalseNoThe interval of recurrence.
RepeatDowStringFalseNoThe days of week in recurrence.
RepeatUntilStringFalseNoRepeat until the specified date.
RepeatCountStringFalseNoNumber of recurrences.
RepeatParentIdStringFalseNoThe Id of the first element of recurring records.
RecurringSourceStringFalseNoThe recurring source requesting the call
RescheduleHistoryStringFalseNo
RescheduleCountStringFalseNo
CallsRescheduleStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the campaign.
NameStringFalseNoThe name of the campaign.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe description for the campaign.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNoThe user name of the user assigned to the record.
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
TrackerKeyStringFalseNo
TrackerCountStringFalseNoThe number of accesses made to the tracker URL; no longer used as of 4.2. (See CampaignTrackers.)
ReferUrlStringFalseNo
TrackerTextStringFalseNo
StartDateStringFalseNoStarting date of the campaign.
EndDateStringFalseNoEnding date of the campaign.
StatusStringFalseNoThe status of the record.
ImpressionsStringFalseNoExpected click throughs manually entered by the campaign manager.
CurrencyIdStringFalseNo
BudgetStringFalseNoBudgeted amount for the campaign.
ExpectedCostStringFalseNoExpected cost of the campaign.
ActualCostStringFalseNoActual cost of the campaign.
ExpectedRevenueStringFalseNoExpected revenue stemming from the campaign.
CampaignTypeStringFalseNo
ObjectiveStringFalseNoThe objective of the campaign.
ContentStringFalseNoThe campaign description.
ProspectlistsStringTrueNo
EmailmarketingStringTrueNo
QueueitemsStringTrueNo
LogEntriesStringTrueNo
TrackedUrlsStringTrueNo
FrequencyStringFalseNoFrequency of the campaign.
LeadsStringTrueNoThe leads associated with the record.
OpportunitiesStringTrueNoThe opportunities associated with the record.
ContactsStringTrueNoThe contacts associated with the record
AccountsStringTrueNoThe accounts associated with the record
SurveyStringTrueNo
SurveyNameStringTrueNo
SurveyIdStringFalseNo
SurveyresponsesCampaignsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the record.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe full text of the note.
DeletedBoolFalseNoRecord deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe user Id assigned to the record.
AssignedUserNameStringTrueNoThe name of the user assigned to the record.
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
CaseNumberStringFalseNo
TypeStringFalseNoThe type of case.
StatusStringFalseNoThe status of the record.
PriorityStringFalseNoThe priority of the record.
ResolutionStringFalseNoThe resolution of the case.
WorkLogStringFalseNoFree-form text used to denote activities of interest.
SuggestionBoxStringFalseNo
AccountNameStringFalseNoThe name of the associated account.
AccountName1StringFalseNoA second account for the case
AccountIdStringFalseNoThe Id of the associated account.
StateStringFalseNoState the case is left in
CaseAttachmentsDisplayStringFalseNo
CaseUpdateFormStringFalseNo
ContactCreatedByStringTrueNo
ContactCreatedByNameStringTrueNo
ContactCreatedByIdStringFalseNo
TasksStringTrueNoThe tasks associated with the record.
NotesStringTrueNoThe notes associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
EmailsStringTrueNoThe emails associated with the record
DocumentsStringTrueNoThe documents associated with the record.
CallsStringTrueNoThe calls associated with the record
BugsStringTrueNoThe bugs associated with the record.
ContactsStringTrueNoThe contacts associated with the record
AccountsStringTrueNoThe accounts associated with the record
ProjectStringTrueNoThe project associated with the record.
UpdateTextStringFalseNoText associated with an update on the case.
InternalBoolFalseNo
AopCaseUpdatesThreadedStringFalseNo
AopCaseUpdatesStringTrueNo
AopCaseEventsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the record.
NameStringFalseNoThe name of the contact.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe full text of the note.
DeletedBoolFalseNoRecord deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNo
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
SalutationStringFalseNoThe contact salutation (e.g., Mr. or Ms.).
FirstNameStringFalseNoThe first name of the contact.
LastNameStringFalseNoThe last name of the contact.
FullNameStringFalseNoThe full name of hte contact.
TitleStringFalseNoThe title of the contact.
PhotoStringFalseNoThe avatar for the contact.
DepartmentStringFalseNoThe department of the contact.
DoNotCallBoolFalseNoAn indicator of whether the contact can be called.
PhoneHomeStringFalseNo
EmailStringFalseNoThe email and name of the contact.
PhoneMobileStringFalseNo
PhoneWorkStringFalseNo
PhoneOtherStringFalseNo
PhoneFaxStringFalseNo
Email1StringFalseNoEmail address.
Email2StringFalseNo
InvalidEmailBoolFalseNoWhether the email address of the account has been marked as invalid.
EmailOptOutBoolFalseNoWhether the contact has opted out of emails.
LawfulBasisStringFalseNo
DateReviewedStringFalseNo
LawfulBasisSourceStringFalseNo
PrimaryAddressStreetStringFalseNoThe street address for the alternate address.
PrimaryAddressStreet2StringFalseNoThe second line of the alternate address.
PrimaryAddressStreet3StringFalseNoThe third line of the alternate address.
PrimaryAddressCityStringFalseNoThe city for the primary address.
PrimaryAddressStateStringFalseNoThe state for the primary address.
PrimaryAddressPostalcodeStringFalseNoThe postal code for the primary address.
PrimaryAddressCountryStringFalseNoThe country for primary address.
AltAddressStreetStringFalseNo
AltAddressStreet2StringFalseNo
AltAddressStreet3StringFalseNo
AltAddressCityStringFalseNo
AltAddressStateStringFalseNo
AltAddressPostalcodeStringFalseNo
AltAddressCountryStringFalseNo
AssistantStringFalseNoThe name of the assistant of the contact.
AssistantPhoneStringFalseNoThe phone number of the assistant of the contact.
EmailAddressesPrimaryStringTrueNoPrimary email address.
EmailAddressesStringTrueNoAlternate Email address.
EmailAddressesNonPrimaryStringFalseNoNon primary email address.
EmailAndName1StringFalseNo
LeadSourceStringFalseNoThe lead source for the contact.
AccountNameStringFalseNoThe name of the account associated with the contact.
AccountIdStringFalseNoThe Id of the account associated with the contact.
OpportunityRoleFieldsStringTrueNoThe opportunity role fields.
OpportunityRoleIdStringFalseNoThe Id of the opportunity role.
OpportunityRoleStringFalseNoThe opportunity role.
ReportsToIdStringFalseNoThe Id of the contact this contact reports to.
ReportToNameStringFalseNo
BirthdateStringFalseNoThe birthdate of the contact.
AccountsStringTrueNoThe accounts associated with the record
ReportsToLinkStringTrueNo
OpportunitiesStringTrueNoThe opportunities associated with the record.
BugsStringTrueNoThe bugs associated with the record.
CallsStringTrueNoThe calls associated with the record
CasesStringTrueNoThe cases associated with the record.
DirectReportsStringTrueNo
EmailsStringTrueNoThe emails associated with the record
DocumentsStringTrueNoThe documents associated with the record.
LeadsStringTrueNoThe leads associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
NotesStringTrueNoThe notes associated with the record.
ProjectStringTrueNoThe project associated with the record.
ProjectResourceStringTrueNo
AmProjecttemplatesResourcesStringTrueNo
AmProjecttemplatesContacts1StringTrueNo
TasksStringTrueNoThe tasks associated with the record.
TasksParentStringTrueNo
NotesParentStringTrueNo
UserSyncStringTrueNo
CampaignIdStringFalseNoThe Id of the campaign associated with the record.
CampaignNameStringTrueNoThe name of the campaign associated with the record.
CampaignsStringTrueNoThe campaigns associated with the account.
CampaignContactsStringTrueNo
CAcceptStatusFieldsStringTrueNo
MAcceptStatusFieldsStringTrueNo
AcceptStatusIdStringFalseNoThe Id of the accept status.
AcceptStatusNameStringFalseNoThe name of the accept status.
ProspectListsStringTrueNo
SyncContactBoolFalseNo
FpEventsContactsStringTrueNo
AosQuotesStringTrueNo
AosInvoicesStringTrueNo
AosContractsStringTrueNo
EInviteStatusFieldsStringTrueNo
EventStatusNameStringFalseNo
EventInviteIdStringFalseNo
EAcceptStatusFieldsStringTrueNo
EventAcceptStatusStringFalseNo
EventStatusIdStringFalseNo
ProjectContacts1StringTrueNo
AopCaseUpdatesStringTrueNo
JoomlaAccountIdStringFalseNoId of the contact's Joomla account.
PortalAccountDisabledBoolFalseNo
JoomlaAccountAccessStringFalseNo
PortalUserTypeStringFalseNoType of the contact's portal account.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the contract.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the contract
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the contract manager.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
ReferenceCodeStringFalseNoReference code of the contract
StartDateStringFalseNoDate the contract is valid from
EndDateStringFalseNoDate until the contract expires
TotalContractValueStringFalseNo
TotalContractValueUsdollarStringFalseNo
CurrencyIdStringFalseNo
StatusStringFalseNoThe status of the record.
CustomerSignedDateStringFalseNoDate the customer signed the contract
CompanySignedDateStringFalseNoDate the company signed the contract
RenewalReminderDateDatetimeFalseNoDate to remind for the contract renewal
ContractTypeStringFalseNoType of the contract
ContractAccountIdStringFalseNoId of the Account linked to the contract
ContractAccountStringTrueNo
OpportunityIdStringFalseNoId of the opportunity linked to the contract
OpportunityStringTrueNoName of the opportunity linked to the contract
ContactIdStringFalseNoId of the contact linked to the account
ContactStringTrueNoName of the contact linked to the account
CallIdStringFalseNoId of the call linked to the contract
LineItemsStringFalseNoLine items of the contract
TotalAmtStringFalseNo
TotalAmtUsdollarStringFalseNo
SubtotalAmountStringFalseNo
SubtotalAmountUsdollarStringFalseNo
DiscountAmountStringFalseNo
DiscountAmountUsdollarStringFalseNo
TaxAmountStringFalseNo
TaxAmountUsdollarStringFalseNo
ShippingAmountStringFalseNo
ShippingAmountUsdollarStringFalseNo
ShippingTaxStringFalseNoShipping tax costs
ShippingTaxAmtStringFalseNo
ShippingTaxAmtUsdollarStringFalseNo
TotalAmountStringFalseNo
TotalAmountUsdollarStringFalseNo
AccountsStringTrueNoThe accounts associated with the record
ContactsStringTrueNoThe contacts associated with the record
TasksStringTrueNoThe tasks associated with the record.
NotesStringTrueNoThe notes associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
CallsStringTrueNoThe calls associated with the record
EmailsStringTrueNoThe emails associated with the record
AosQuotesAosContractsStringTrueNo
DocumentsStringTrueNoThe documents associated with the record.
AosProductsQuotesStringTrueNo
AosLineItemGroupsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the record.
NameStringFalseNoThe name of the document.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe full text of the note.
DeletedBoolFalseNoRecord deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
DocumentNameStringFalseNoThe document name.
DocIdStringFalseNo
DocTypeStringFalseNo
DocUrlStringFalseNo
FilenameStringFalseNoThe file name of the document attachment.
ActiveDateStringFalseNo
ExpDateStringFalseNo
CategoryIdStringFalseNo
SubcategoryIdStringFalseNo
StatusIdStringFalseNoThe Id of the document status.
StatusStringFalseNoThe status of the record.
DocumentRevisionIdStringFalseNoThe Id of the document revision.
RevisionsStringTrueNo
RevisionStringFalseNoThe revision number.
LastRevCreatedNameStringFalseNo
LastRevMimeTypeStringFalseNo
LatestRevisionStringFalseNoThe latest revision.
LastRevCreateDateStringFalseNo
ContractsStringTrueNo
LeadsStringTrueNoThe leads associated with the record.
AccountsStringTrueNoThe accounts associated with the record
ContactsStringTrueNoThe contacts associated with the record
OpportunitiesStringTrueNoThe opportunities associated with the record.
CasesStringTrueNoThe cases associated with the record.
BugsStringTrueNoThe bugs associated with the record.
RelatedDocIdStringFalseNo
RelatedDocNameStringTrueNo
RelatedDocRevIdStringFalseNo
RelatedDocRevNumberStringFalseNo
IsTemplateBoolFalseNo
TemplateTypeStringFalseNo
LatestRevisionNameStringFalseNo
SelectedRevisionNameStringFalseNoThe name of the selected revision.
ContractStatusStringFalseNoThe document's contract status.
ContractNameStringFalseNoThe name of the document's contract
LinkedIdStringFalseNoThe Id of the linked record.
SelectedRevisionIdStringFalseNoThe Id of the selected revision.
LatestRevisionIdStringFalseNoThe Id of the latest revision.
SelectedRevisionFilenameStringFalseNoThe filename of the selected revision.
AosContractsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the email.
NameStringFalseNoThe subject of the email.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe description for the email.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
OrphanedBoolFalseNo
LastSyncedDatetimeFalseNo
FromAddrNameStringFalseNoThe from address in the email.
ReplyToAddrStringFalseNoThe reply-to address in the email.
ToAddrsNamesStringFalseNoThe to addresses in the email.
CcAddrsNamesStringFalseNoThe cc addresses in the email.
BccAddrsNamesStringFalseNoThe bcc addresses in the email.
ImapKeywordsStringFalseNo
RawSourceStringFalseNoThe raw source for the email.
DescriptionHtmlStringFalseNoThe HTML description for the email.
DateSentReceivedDatetimeFalseNo
MessageIdStringFalseNoThe Id of the email item obtained from the email transport system.
TypeStringFalseNoThe type of the email (e.g., draft).
StatusStringFalseNoThe status of the record.
FlaggedBoolFalseNoThe flagged status of the email.
ReplyToStatusBoolFalseNoThe reply-to status of the email. If you reply to an email then the reply-to status of original email is set.
IntentStringFalseNoThe target of the action used in the Inbound Email assignment.
MailboxIdStringFalseNo
ParentNameStringTrueNoThe name of the parent of this account.
ParentTypeStringFalseNoThe type of the Sugar module associated with the email. (Deprecated as of 4.2.)
ParentIdStringFalseNoThe Id of the parent of this account.
IndicatorStringFalseNo
SubjectStringFalseNo
AttachmentStringFalseNo
UidStringFalseNo
MsgnoStringFalseNo
FolderStringFalseNo
FolderTypeStringFalseNo
InboundEmailRecordStringFalseNo
IsImportedStringFalseNo
HasAttachmentStringFalseNo
IsOnlyPlainTextBoolFalseNo
AccountsStringTrueNoThe accounts associated with the record
BugsStringTrueNoThe bugs associated with the record.
CasesStringTrueNoThe cases associated with the record.
ContactsStringTrueNoThe contacts associated with the record
LeadsStringTrueNoThe leads associated with the record.
OpportunitiesStringTrueNoThe opportunities associated with the record.
ProjectStringTrueNoThe project associated with the record.
ProjecttaskStringTrueNo
ProspectsStringTrueNo
AosContractsStringTrueNo
TasksStringTrueNoThe tasks associated with the record.
UsersStringTrueNo
NotesStringTrueNoThe notes associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
CategoryIdStringFalseNo
EmailsEmailTemplatesStringTrueNo
EmailsEmailTemplatesNameStringTrueNo
EmailsEmailTemplatesIdbStringTrueNo
OptInStringFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
SecurityGroupsStringTrueNoThe security group associated with the record.
Id [KEY]StringFalseNoThe unique identifier of the email template.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
PublishedStringFalseNoThe published status of the record.
NameStringFalseNoThe name of the email template.
DescriptionStringFalseNoThe description for the email template.
SubjectStringFalseNoThe subject of the resulting email.
BodyStringFalseNoPlaintext body of the resulting email.
BodyHtmlStringFalseNo
DeletedBoolFalseNoThe record deletion indicator.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNoThe user name of the user assigned to the record.
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
TextOnlyBoolFalseNoWhether the email template is to be sent in text only.
TypeStringFalseNoThe type of the email template.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the event.
NameStringFalseNoName given to the event
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription given for the event
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
DurationHoursStringFalseNoNumber of hours the event lasts
DurationMinutesStringFalseNoNumber of minutes the event lasts
DateStartDatetimeFalseNo
DateEndDatetimeFalseNo
LinkStringFalseNo
LinkDeclinedStringFalseNo
BudgetStringFalseNoBudget set for the event
CurrencyIdStringFalseNo
DurationStringFalseNoComplete duration of the event
InviteTemplatesStringFalseNo
AcceptRedirectStringFalseNo
DeclineRedirectStringFalseNo
FpEventsContactsStringTrueNo
FpEventsProspects1StringTrueNo
FpEventsLeads1StringTrueNo
FpEventLocationsFpEvents1StringTrueNo
FpEventLocationsFpEvents1NameStringTrueNo
FpEventLocationsFpEvents1fpEventLocationsIdaStringTrueNo
ActivityStatusTypeStringFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the invoice.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription provided for the
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
BillingAccountIdStringFalseNoId of the billing account
BillingAccountStringTrueNo
BillingContactIdStringFalseNoId of the billing contact
BillingContactStringTrueNo
BillingAddressStreetStringFalseNoThe first line of the billing address.
BillingAddressCityStringFalseNoThe city used for the billing address.
BillingAddressStateStringFalseNoThe state used for the billing address.
BillingAddressPostalcodeStringFalseNoThe postal code used for the billing address.
BillingAddressCountryStringFalseNoThe country used for the billing address.
ShippingAddressStreetStringFalseNoThe first line of the shipping address.
ShippingAddressCityStringFalseNoThe city used for the shipping address.
ShippingAddressStateStringFalseNoThe state used for the shipping address.
ShippingAddressPostalcodeStringFalseNoThe ZIP code used for the shipping address.
ShippingAddressCountryStringFalseNoThe country used for the shipping address.
NumberStringFalseNo
LineItemsStringFalseNoThe invoice's list of line items
TotalAmtStringFalseNo
TotalAmtUsdollarStringFalseNo
SubtotalAmountStringFalseNo
SubtotalAmountUsdollarStringFalseNo
DiscountAmountStringFalseNo
DiscountAmountUsdollarStringFalseNo
TaxAmountStringFalseNo
TaxAmountUsdollarStringFalseNo
ShippingAmountStringFalseNo
ShippingAmountUsdollarStringFalseNo
ShippingTaxStringFalseNoShipping tax costs
ShippingTaxAmtStringFalseNo
ShippingTaxAmtUsdollarStringFalseNo
TotalAmountStringFalseNo
TotalAmountUsdollarStringFalseNo
CurrencyIdStringFalseNo
QuoteNumberStringFalseNoNumber of the invoice quote
QuoteDateStringFalseNoDate of the invoice quote
InvoiceDateStringFalseNoDate the invoice was issued
DueDateStringFalseNoDue date of the invoice
StatusStringFalseNoThe status of the record.
TemplateDdownCStringFalseNo
SubtotalTaxAmountStringFalseNoSubtotal and tax amount in the invoice in the system's default currency
SubtotalTaxAmountUsdollarStringFalseNo
AccountsStringTrueNoThe accounts associated with the record
ContactsStringTrueNoThe contacts associated with the record
AosQuotesAosInvoicesStringTrueNo
AosProductsQuotesStringTrueNo
AosLineItemGroupsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNo
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNo
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNo
DeletedBoolFalseNo
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNo
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
AokKnowledgebaseCategoriesStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNo
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNo
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNo
DeletedBoolFalseNo
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNo
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
StatusStringFalseNoThe status of the record.
RevisionStringFalseNo
AdditionalInfoStringFalseNo
UserIdCStringFalseNo
AuthorStringTrueNo
UserId1CStringFalseNo
ApproverStringTrueNo
AokKnowledgebaseCategoriesStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the record.
NameStringFalseNoThe name of the lead.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoDate the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoFull text of the note.
DeletedBoolFalseNoRecord deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNo
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
SalutationStringFalseNoThe lead salutation (e.g., Mr. or Ms.).
FirstNameStringFalseNoThe first name of the lead.
LastNameStringFalseNoThe last name of the lead.
FullNameStringFalseNoThe full name of the lead.
TitleStringFalseNoThe title of the lead.
PhotoStringFalseNoThe picture for the lead.
DepartmentStringFalseNoThe department of the lead.
DoNotCallBoolFalseNoAn indicator of whether the lead can be called.
PhoneHomeStringFalseNo
EmailStringFalseNo
PhoneMobileStringFalseNo
PhoneWorkStringFalseNo
PhoneOtherStringFalseNo
PhoneFaxStringFalseNo
Email1StringFalseNoEmail address.
Email2StringFalseNo
InvalidEmailBoolFalseNoWhether the email address of the account has been marked as invalid.
EmailOptOutBoolFalseNoWhether the lead has opted out of radio.
LawfulBasisStringFalseNo
DateReviewedStringFalseNo
LawfulBasisSourceStringFalseNo
PrimaryAddressStreetStringFalseNoThe street address used for the primary address.
PrimaryAddressStreet2StringFalseNoThe second line of the primary address.
PrimaryAddressStreet3StringFalseNoThe third line of the primary addrss.
PrimaryAddressCityStringFalseNoThe city for the primary address.
PrimaryAddressStateStringFalseNoThe state for the primary address.
PrimaryAddressPostalcodeStringFalseNoThe postal code for the primary address.
PrimaryAddressCountryStringFalseNoThe country for the primary address.
AltAddressStreetStringFalseNoThe street address for the alternate address.
AltAddressStreet2StringFalseNoThe second line of the alternate address.
AltAddressStreet3StringFalseNoThe third line of the alternate address.
AltAddressCityStringFalseNoThe city for the alternate address.
AltAddressStateStringFalseNoThe state for the alternate address.
AltAddressPostalcodeStringFalseNoThe postal code for the alternate address.
AltAddressCountryStringFalseNoThe country for the alternate address.
AssistantStringFalseNoThe name of the assistant of the lead.
AssistantPhoneStringFalseNoThe phone number of the assistant of the lead.
EmailAddressesPrimaryStringTrueNoPrimary email address.
EmailAddressesStringTrueNoAlternate Email address.
EmailAddressesNonPrimaryStringFalseNoNon primary email address.
ConvertedBoolFalseNoWhether the lead has been converted.
ReferedByStringFalseNo
LeadSourceStringFalseNoHow the lead came to be known.
LeadSourceDescriptionStringFalseNoDescription of the lead source.
StatusStringFalseNoThe status of the record.
StatusDescriptionStringFalseNoA description for the status
ReportsToIdStringFalseNoThe name the updates for the lead will be reported to
ReportToNameStringFalseNo
ReportsToLinkStringTrueNo
ReporteesStringTrueNo
ContactsStringTrueNoThe contacts associated with the record
AccountNameStringFalseNoThe name of the associated acocunt.
AccountsStringTrueNoThe accounts associated with the record
AccountDescriptionStringFalseNoDescription for the lead's account
ContactIdStringFalseNoMain contact for the lead
ContactStringTrueNo
AccountIdStringFalseNoAccount the lead is linked to
OpportunityIdStringFalseNoThe Opportunity the lead was generated from
OpportunityStringTrueNo
OpportunityNameStringFalseNoThe name of the opportunity the lead was generated from
OpportunityAmountStringFalseNoThe amount the opportunity yields
CampaignIdStringFalseNoThe Id of the campaign associated with the record.
CampaignNameStringTrueNoThe name of the campaign associated with the record.
CampaignLeadsStringTrueNo
CAcceptStatusFieldsStringTrueNo
MAcceptStatusFieldsStringTrueNo
AcceptStatusIdStringFalseNoThe Id of the accept status.
AcceptStatusNameStringFalseNoThe name of the accept status.
WebtoleadEmail1StringFalseNo
WebtoleadEmail2StringFalseNo
WebtoleadEmailOptOutBoolFalseNo
WebtoleadInvalidEmailBoolFalseNo
BirthdateStringFalseNoThe birthdate of the lead.
PortalNameStringFalseNoThe Joomla portal name of the lead
PortalAppStringFalseNo
WebsiteStringFalseNoThe lead's website
TasksStringTrueNoThe tasks associated with the record.
NotesStringTrueNoThe notes associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
CallsStringTrueNoThe calls associated with the record
OldmeetingsStringTrueNo
OldcallsStringTrueNo
EmailsStringTrueNoThe emails associated with the record
CampaignsStringTrueNoThe campaigns associated with the account.
ProspectListsStringTrueNo
FpEventsLeads1StringTrueNo
EInviteStatusFieldsStringTrueNo
EventStatusNameStringFalseNo
EventInviteIdStringFalseNo
EAcceptStatusFieldsStringTrueNo
EventAcceptStatusStringFalseNo
EventStatusIdStringFalseNoId of the lead's event status.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the location.
NameStringFalseNoName assigned to the location
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the location
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
FpEventLocationsFpEvents1StringTrueNo
AddressStringFalseNoStreet address of the location
AddressCityStringFalseNo
AddressCountryStringFalseNo
AddressPostalcodeStringFalseNo
AddressStateStringFalseNo
CapacityStringFalseNoCapacity estimated for the location

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the map.
NameStringFalseNoName assigned to the map
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the map
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
DistanceDoubleFalseNo
UnitTypeStringFalseNoLength unit expressing the radius
ModuleTypeStringFalseNo
ParentNameStringTrueNoThe name of the parent of this account.
ParentTypeStringFalseNoType of the map's parent
ParentIdStringFalseNoThe Id of the parent of this account.
AccountsStringTrueNoThe accounts associated with the record
ContactsStringTrueNoThe contacts associated with the record
LeadsStringTrueNoThe leads associated with the record.
OpportunitiesStringTrueNoThe opportunities associated with the record.
CasesStringTrueNoThe cases associated with the record.
ProjectsStringTrueNo
MeetingsStringTrueNoThe meetings associated with the record.
ProspectsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the address cache.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the cached address
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
LatDoubleFalseNo
LngDoubleFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the map area.
NameStringFalseNoName assigned to the line items group
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the map area
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
CityStringFalseNoCity of the map area
StateStringFalseNoState of the location
CountryStringFalseNoCountry of the map area
CoordinatesStringFalseNoGeographical coordinates of the map area
JjwgMapsJjwgAreasStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the map marker.
NameStringFalseNoName assigned to the map marker
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the map marker
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
CityStringFalseNoCity of the map marker
StateStringFalseNoState of the map marker
CountryStringFalseNoCountry of the map marker
JjwgMapsLatDoubleFalseNo
JjwgMapsLngDoubleFalseNo
MarkerImageStringFalseNo
JjwgMapsJjwgMarkersStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the meeting.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoFull text of the note.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
AcceptStatusStringFalseNo
SetAcceptLinksStringFalseNo
LocationStringFalseNoThe location of the meeting.
PasswordStringFalseNo
JoinUrlStringFalseNo
HostUrlStringFalseNoThe host URL.
DisplayedUrlStringFalseNo
CreatorStringFalseNo
ExternalIdStringFalseNo
DurationHoursStringFalseNoThe duration (hours).
DurationMinutesStringFalseNoThe duration (minutes).
DateStartDatetimeFalseNo
DateEndDatetimeFalseNo
ParentTypeStringFalseNoModule the meeting is associated with.
StatusStringFalseNoThe status of the record.
TypeStringFalseNoMeeting type (e.g., WebEx, or Other).
DirectionStringFalseNoWhether the meeting is inbound or outbound.
ParentIdStringFalseNoThe Id of the parent of this account.
ReminderCheckedBoolFalseNoWhether or not the reminder value is set.
ReminderTimeStringFalseNoSpecifies when a reminder alert should be issued: -1 means no alert; otherwise the number of seconds prior to the start.
EmailReminderCheckedBoolFalseNo
EmailReminderTimeStringFalseNoSpecifies when a email reminder alert should be issued: -1 means no alert; otherwise the number of seconds prior to the start.
EmailReminderSentBoolFalseNoWhether the email reminder is already sent.
RemindersStringFalseNoList of reminders set for the meetings
OutlookIdStringFalseNoWhen the Sugar Plug-in for Microsoft Outlook syncs an Outlook appointment, this is the Outlook appointment item Id.
SequenceStringFalseNo
ContactNameStringFalseNo
ContactsStringTrueNoThe contacts associated with the record
ParentNameStringTrueNoThe name of the parent of this account.
UsersStringTrueNo
AccountsStringTrueNoThe accounts associated with the record
LeadsStringTrueNoThe leads associated with the record.
OpportunityStringTrueNo
CaseStringTrueNo
AosContractsStringTrueNo
NotesStringTrueNoThe notes associated with the record.
ContactIdStringFalseNoThe Id of the associated contact.
RepeatTypeStringFalseNoType of a recurring meeting.
RepeatIntervalStringFalseNoThe interval of a recurring meeting.
RepeatDowStringFalseNoThe day of week of a meeting.
RepeatUntilStringFalseNoRepeat until the specified date.
RepeatCountStringFalseNoNumber of recurrences.
RepeatParentIdStringFalseNoId of the first element of recurring records.
RecurringSourceStringFalseNoSource of recurring meeting.
DurationStringFalseNoDuration handler dropdown.
GsyncIdStringFalseNo
GsyncLastsyncStringFalseNo
JjwgMapsLatCDoubleFalseNo
JjwgMapsLngCDoubleFalseNo
JjwgMapsGeocodeStatusCStringFalseNo
JjwgMapsAddressCStringFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
Id [KEY]StringFalseNoUnique identifier of the record.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
NameStringFalseNo
FileMimeTypeStringFalseNo
FileUrlStringFalseNo
FilenameStringFalseNo
ParentTypeStringFalseNoSugar module the Note is associated with.
ParentIdStringFalseNoThe Id of the parent of this account.
ContactIdStringFalseNoThe Id of the contact the note is associated with.
PortalFlagBoolFalseNo
EmbedFlagBoolFalseNo
DescriptionStringFalseNo
DeletedBoolFalseNoThe record deletion indicator.
ParentNameStringTrueNoThe name of the parent of this account.
ContactNameStringTrueNo
ContactPhoneStringFalseNo
ContactEmailStringFalseNo
AccountIdStringFalseNoThe Id of the account associated with the note.
OpportunityIdStringFalseNoThe Id of the opportunity associated with the note.
AcaseIdStringFalseNo
LeadIdStringFalseNoThe Id of the lead associated with the note.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
ContactStringTrueNoThe name of the contact associated with the note.
CasesStringTrueNoThe cases associated with the record.
AccountsStringTrueNoThe accounts associated with the record
OpportunitiesStringTrueNoThe opportunities associated with the record.
LeadsStringTrueNoThe leads associated with the record.
BugsStringTrueNoThe bugs associated with the record.
AosContractsStringTrueNo
EmailsStringTrueNoThe emails associated with the record
ProjectsStringTrueNo
ProjectTasksStringTrueNo
MeetingsStringTrueNoThe meetings associated with the record.
CallsStringTrueNoThe calls associated with the record
TasksStringTrueNoThe tasks associated with the record.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the opportunity.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoFull text of the note.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNo
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
OpportunityTypeStringFalseNo
AccountNameStringFalseNoThe name of the associated account.
AccountIdStringFalseNoThe Id of the associated account.
CampaignIdStringFalseNoThe Id of the campaign associated with the record.
CampaignNameStringTrueNoThe name of the campaign associated with the record.
CampaignOpportunitiesStringTrueNo
LeadSourceStringFalseNoSource of the opportunity.
AmountStringFalseNoFormatted amount of the opportunity.
AmountUsdollarStringFalseNo
CurrencyIdStringFalseNo
CurrencyNameStringTrueNoThe name of the currency used for display purposes.
CurrencySymbolStringTrueNoThe symbol of the currency used for display purposes.
DateClosedStringFalseNo
NextStepStringFalseNoThe next step in the sales process.
SalesStageStringFalseNoIndication of progression towards closure.
ProbabilityStringFalseNo
AccountsStringTrueNoThe accounts associated with the record
ContactsStringTrueNoThe contacts associated with the record
TasksStringTrueNoThe tasks associated with the record.
NotesStringTrueNoThe notes associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
CallsStringTrueNoThe calls associated with the record
EmailsStringTrueNoThe emails associated with the record
DocumentsStringTrueNoThe documents associated with the record.
ProjectStringTrueNoThe project associated with the record.
LeadsStringTrueNoThe leads associated with the record.
CampaignsStringTrueNoThe campaigns associated with the account.
CampaignLinkStringTrueNo
CurrenciesStringTrueNo
AosQuotesStringTrueNo
AosContractsStringTrueNo
JjwgMapsLatCDoubleFalseNo
JjwgMapsLngCDoubleFalseNo
JjwgMapsGeocodeStatusCStringFalseNo
JjwgMapsAddressCStringFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the pdf template.
NameStringFalseNoThe template's name.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoDate when the template was modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNo
DeletedBoolFalseNoWhether the template was deleted.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe unique identifier of the assignee.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
ActiveBoolFalseNoWhether or not the template is active.
TypeStringFalseNoThe type of the template.
SampleStringFalseNo
InsertFieldsStringFalseNoThe fields that can be inserted.
PdfheaderStringFalseNo
PdffooterStringFalseNo
MarginLeftStringFalseNoValue of the left margin for the template.
MarginRightStringFalseNoValue of the right margin for the template.
MarginTopStringFalseNoValue of the top margin for the template.
MarginBottomStringFalseNoValue of the bottom margin for the template.
MarginHeaderStringFalseNoValue of the margin for the template's header.
MarginFooterStringFalseNoValue of the margin for the template's footer.
PageSizeStringFalseNoThe size of the template.
OrientationStringFalseNoOrientation of the template.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the ACL Action.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe action description.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
AosProductsPurchasesStringTrueNo
MaincodeStringFalseNo
PartNumberStringFalseNoPart number of the product.
CategoryStringFalseNoName of the product's category.
TypeStringFalseNoType of the product.
CostStringFalseNoCost of the product.
CostUsdollarStringFalseNo
CurrencyIdStringFalseNo
PriceStringFalseNoPrice of the product.
PriceUsdollarStringFalseNo
UrlStringFalseNoUrl where the product can be seen.
ContactIdStringFalseNoProduct's point of contact id.
ContactStringTrueNoProduct's point of contact name.
ProductImageStringFalseNoImage uploaded for the product.
FileUrlStringFalseNo
AosProductCategoryStringTrueNo
AosProductCategoryNameStringTrueNo
AosProductCategoryIdStringFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the inbound.
NameStringFalseNoName assigned to the category
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the category
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
IsParentBoolFalseNo
AosProductsStringTrueNo
SubCategoriesStringTrueNo
ParentCategoryStringTrueNoName of the parent category
ParentCategoryNameStringTrueNo
ParentCategoryIdStringFalseNoId of the category's parent category

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
SecurityGroupsStringTrueNoThe security group associated with the record.
Id [KEY]StringFalseNoThe unique identifier of the project.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
AssignedUserIdStringFalseNo
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
NameStringFalseNoProject name.
DescriptionStringFalseNoProject description.
DeletedBoolFalseNoThe record deletion indicator.
EstimatedStartDateStringFalseNo
EstimatedEndDateStringFalseNo
StatusStringFalseNoThe status of the record.
PriorityStringFalseNoThe priority of the record.
TotalEstimatedEffortStringFalseNo
TotalActualEffortStringFalseNo
AccountsStringTrueNoThe accounts associated with the record
QuotesStringTrueNo
ContactsStringTrueNoThe contacts associated with the record
OpportunitiesStringTrueNoThe opportunities associated with the record.
NotesStringTrueNoThe notes associated with the record.
TasksStringTrueNoThe tasks associated with the record.
MeetingsStringTrueNoThe meetings associated with the record.
CallsStringTrueNoThe calls associated with the record
EmailsStringTrueNoThe emails associated with the record
ProjecttaskStringTrueNo
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
AssignedUserNameStringFalseNo
CasesStringTrueNoThe cases associated with the record.
BugsStringTrueNoThe bugs associated with the record.
ProductsStringTrueNo
ProjectUsers1StringTrueNo
AmProjecttemplatesProject1StringTrueNo
AmProjecttemplatesProject1NameStringTrueNo
AmProjecttemplatesProject1amProjecttemplatesIdaStringTrueNo
ProjectContacts1StringTrueNo
AosQuotesProjectStringTrueNo
OverrideBusinessHoursBoolFalseNo
JjwgMapsLatCDoubleFalseNo
JjwgMapsLngCDoubleFalseNo
JjwgMapsGeocodeStatusCStringFalseNo
JjwgMapsAddressCStringFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the project template.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNo
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user the template has been assigned to.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
StatusStringFalseNoThe status of the record.
PriorityStringFalseNoThe priority of the record.
AmProjecttemplatesProject1StringTrueNo
AmTasktemplatesAmProjecttemplatesStringTrueNo
AmProjecttemplatesUsers1StringTrueNo
AmProjecttemplatesContacts1StringTrueNo
OverrideBusinessHoursBoolFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNonull
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the quote
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNonull
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
ApprovalIssueStringFalseNo
BillingAccountIdStringFalseNoId of the billing account
BillingAccountStringTrueNo
BillingContactIdStringFalseNoId of the billing contact
BillingContactStringTrueNo
BillingAddressStreetStringFalseNoThe first line of the billing address.
BillingAddressCityStringFalseNoThe city used for the billing address.
BillingAddressStateStringFalseNoThe state used for the billing address.
BillingAddressPostalcodeStringFalseNoThe postal code used for the billing address.
BillingAddressCountryStringFalseNoThe country used for the billing address.
ShippingAddressStreetStringFalseNoThe first line of the shipping address.
ShippingAddressCityStringFalseNoThe city used for the shipping address.
ShippingAddressStateStringFalseNoThe state used for the shipping address.
ShippingAddressPostalcodeStringFalseNoThe ZIP code used for the shipping address.
ShippingAddressCountryStringFalseNoThe country used for the shipping address.
ExpirationStringFalseNo
NumberStringFalseNo
OpportunityIdStringFalseNoOpportunity Id of the quote
OpportunityStringTrueNoOpportunity name of the quote
TemplateDdownCStringFalseNo
LineItemsStringFalseNoThe list of the quote's line items
TotalAmtStringFalseNo
TotalAmtUsdollarStringFalseNo
SubtotalAmountStringFalseNo
SubtotalAmountUsdollarStringFalseNo
DiscountAmountStringFalseNo
DiscountAmountUsdollarStringFalseNo
TaxAmountStringFalseNo
TaxAmountUsdollarStringFalseNo
ShippingAmountStringFalseNo
ShippingAmountUsdollarStringFalseNo
ShippingTaxStringFalseNoThe quote's shipping tax costs
ShippingTaxAmtStringFalseNo
ShippingTaxAmtUsdollarStringFalseNo
TotalAmountStringFalseNo
TotalAmountUsdollarStringFalseNo
CurrencyIdStringFalseNo
StageStringFalseNo
TermStringFalseNo
TermsCStringFalseNo
ApprovalStatusStringFalseNonull
InvoiceStatusStringFalseNoQuote's invoice status
SubtotalTaxAmountStringFalseNoThe quotes's subtotal and tax amount in the system's default currency
SubtotalTaxAmountUsdollarStringFalseNo
AccountsStringTrueNoThe accounts associated with the record
ContactsStringTrueNoThe contacts associated with the record
OpportunitiesStringTrueNoThe opportunities associated with the record.
AosQuotesProjectStringTrueNo
AosQuotesAosInvoicesStringTrueNo
AosQuotesAosContractsStringTrueNo
AosProductsQuotesStringTrueNo
AosLineItemGroupsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the report.
NameStringFalseNoName assigned to the report
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the report
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
ReportModuleStringFalseNoThe module the report has targeted
GraphsPerRowStringFalseNo
FieldLinesStringFalseNo
ConditionLinesStringFalseNo
AorFieldsStringTrueNo
AorConditionsStringTrueNo
AorChartsStringTrueNo
AorScheduledReportsStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the record.
NameStringFalseNoThe name of the spot.
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoFull text of the note.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
ConfigStringFalseNoThe the configuration set of the spot.
TypeStringFalseNoThe field this spot is targeting.
ConfigurationGUIStringFalseNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNo
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNo
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNo
DeletedBoolFalseNo
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNo
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
StatusStringFalseNoThe status of the record.
SurveyQuestionsDisplayStringFalseNo
SurveyUrlDisplayStringFalseNo
SubmitTextStringFalseNo
SatisfiedTextStringFalseNo
NeitherTextStringFalseNo
DissatisfiedTextStringFalseNo
SurveysSurveyquestionsStringTrueNo
SurveysSurveyresponsesStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the record.
NameStringFalseNo
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoThe full text of the note.
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
StatusStringFalseNoThe status of the record.
DateDueFlagBoolFalseNo
DateDueDatetimeFalseNo
TimeDueDatetimeFalseNo
DateStartFlagBoolFalseNo
DateStartDatetimeFalseNo
ParentTypeStringFalseNoThe type of the Sugar item to which the call is related.
ParentNameStringTrueNoThe name of the parent of this account.
ParentIdStringFalseNoThe Id of the parent of this account.
ContactIdStringFalseNoThe Id of the associated contact.
ContactNameStringTrueNoThe name of the associated contact.
ContactPhoneStringFalseNoThe phone of the associated contact.
ContactEmailStringFalseNo
PriorityStringFalseNoThe priority of the record.
ContactsStringTrueNoThe contacts associated with the record
AccountsStringTrueNoThe accounts associated with the record
OpportunitiesStringTrueNoThe opportunities associated with the record.
CasesStringTrueNoThe cases associated with the record.
BugsStringTrueNoThe bugs associated with the record.
LeadsStringTrueNoThe leads associated with the record.
ProjectsStringTrueNo
ProjectTasksStringTrueNo
AosContractsStringTrueNo
NotesStringTrueNoThe notes associated with the record.
ContactParentStringTrueNo

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the inbound.
NameStringFalseNoName assigned to the workflow
DateEnteredDatetimeFalseNoThe date the record was created.
DateModifiedDatetimeFalseNoThe date the record was last modified.
ModifiedUserIdStringFalseNoThe Id of the user who last modified the record.
ModifiedByNameStringTrueNoThe name of the user who last modified the record.
CreatedByStringFalseNoThe Id of the user who created the record.
CreatedByNameStringTrueNoThe name of the user who created the record.
DescriptionStringFalseNoDescription for the worflow
DeletedBoolFalseNoThe record deletion indicator.
CreatedByLinkStringTrueNoLink to the record who created it
ModifiedUserLinkStringTrueNoLink to the record who modified it.
AssignedUserIdStringFalseNoThe Id of the user assigned to the record.
AssignedUserNameStringTrueNo
AssignedUserLinkStringTrueNoLink to the user which the record has been assigned to
SecurityGroupsStringTrueNoThe security group associated with the record.
FlowModuleStringFalseNo
FlowRunOnStringFalseNo
StatusStringFalseNoThe status of the record.
RunWhenStringFalseNo
MultipleRunsBoolFalseNo
ConditionLinesStringFalseNo
ActionLinesStringFalseNo
AowConditionsStringTrueNo
AowActionsStringTrueNo
AowProcessedStringTrueNo

Return to Top