Skip to content
Snippets Groups Projects
Commit 3637c26b authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '1051552_DbDocumentation' into 'master'

1051552 db documentation

See merge request xrm/basic!168
parents 79dd9ddf bbb3c321
No related branches found
No related tags found
No related merge requests found
Showing
with 505 additions and 41 deletions
This diff is collapsed.
= AB_ATTRIBUTE
To store attributes that can be used in different entitys.
== Data Structure
An Attribute can have a parent attribute, the id of it is saved in the coloumn "ATTRIBUTE_PARENT_ID". With that, attributes can be structured in groups and
there is no limit to the depth of the tree-structure.
== AB_ATTRIBUTE.ATTRIBUTE_PARENT_ID
An Attribute can have a parent attribute.
With that, attributes can be structured in groups and
there is no limit to the depth of the tree-structure.
= AB_ATTRIBUTERELATION
For storing the relation and the value when its set in an module.
\ No newline at end of file
= ATTRIBUTEUSAGE
To store the places of usage of attributes.
\ No newline at end of file
= AB_COUNTRYINFO
Used for keeping information about the Countries of the world.
\ No newline at end of file
= AB_CTILOG
Needed to store the log of the CTI Plugin.
\ No newline at end of file
= LANGUAGE
Stores the languages.
\ No newline at end of file
= LOGHISTORY
Needed to store the log entries of the individual modules.
\ No newline at end of file
= UNLINKEDMAIL
Used for storing unlinked mails.
\ No newline at end of file
= ACTIVITY
Used to store activitys.
An activity describes one part of the communication timeline.
This could be for example an e-mail or a phone call.
Every activity can be connected to several other objects like contactpersons, organisations, products, offers, and so on.
= ADDRESS
Used to store Addresses.
\ No newline at end of file
= BULKMAIL
Used to store Bulkmails (similar concept as the serial letter function)
You can add organisations or persons to the bulk mail.
\ No newline at end of file
the documenttemplates are used as bulkmailtemplates
\ No newline at end of file
= BULKMAILRECIPIENT
Stores the BulkMailRecipients and their information.
\ No newline at end of file
= CAMPAIGN
Stores the campaigns.
The campaign itself consumes other entities for participants, costs and the standard entities like activity, task, ...
\ No newline at end of file
= CAMPAIGNCOST
Stores the information for the costs of a campaign.
\ No newline at end of file
= CAMPAIGNPARTICIPANT
Used to store the information of campaign participants.
Secondary keys for Contact and Organisation are needed,
because an campaign participant can be a organisation or a person.
\ No newline at end of file
= CAMPAIGNPARTICIPANTLOG
Used to store the log of changed information of campaigns, campaignsteps and campaign participants.
\ No newline at end of file
= CAMPAIGNSTEP
Used to store the campaignsteps, consumed by the campaign itself and 360Degree for one participant (organisation / person)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment