eWay-CRM Database Schema
⇧ Table dbo.EWA_UnifiedRelations
Archive of deleted records from EWR_ObjectRelations.
Object ID: 2089058478; Created: May 18, 2008, 17:25:31; Modified: September 24, 2021, 20:10:27
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
ItemGUID1
uniqueidentifier
☐
GUID of the first item.
ItemGUID2
uniqueidentifier
☐
GUID of the second item.
ObjectTypeID1
tinyint
☐
ObjectTypeID of the first item.
ObjectTypeID2
tinyint
☐
ObjectTypeID of the second item.
RelationDataGUID
uniqueidentifier
☐
Each pair of relations has common information saved here.
RelationType
varchar (30)
☐
Type of the relation, standard type relation is GENERAL.
Direction
int
☐
For one-to-many relations. Standard relation has Direction = 0, one-to-many is saved with 1 and 2.
DeletedDate
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) DateTime when the record was deleted.
◆ ArchiveID
bigint
☐
IDENTITY Primary key of the table.
RelationTypeID
smallint
☒
Relation type ID.
⇧ Table dbo.EWD_Actions
WorkFlow actions
Object ID: 2137058649; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
ObjectTypeID
tinyint
☒
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the module where the action is applied - for actions that are not part of a workflow.
Xml
nvarchar (max)
☒
XML definition of the action.
FileAs
nvarchar (256)
☒
Text description of the action.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
FlowGUID
uniqueidentifier
☒
⇨ dbo.EWF_Flows .ItemGUID Item identificator of flow.
StatusGUID
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Unique identifier of workflow status which triggers the action.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_AdditionalFields
List of additional fields for customized modules
Object ID: 219147826; Created: May 18, 2008, 18:05:06; Modified: February 06, 2023, 20:18:36
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the module where the additional field will be used.
FieldID
smallint
☐
IDENTITY Field number - increased automatically.
Name
nvarchar (256)
☐
Name of the field.
Type
tinyint
☐
0: TextBox, 1: ComboBox, 2: NumericBox, 3: Relation, 4: CheckBox, 5: LinkTextBox, 6: DateEdit, 7: MemoBox, 8: MultiSelectComboBox.
Comment
nvarchar (255)
☒
Tooltip of the field.
Data
nvarchar (max)
☒
Data specific for each type of the field.
ModifiedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
CreatedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
FileAs
nvarchar (256)
☒
Text description of the record.
Rank
int
☒
Position of item in the list.
Category
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of item category in EnumValues.
GeneralSection
bit
☐
DEFAULT ((1)) Indicates whether the field will be displayed in the General Additional Fields section.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
smallint
☐
COMPUTED Alias for the FieldID column.
⇧ Table dbo.EWD_AuthClients
Table with OAuth clients.
Object ID: 256329019; Created: September 03, 2020, 20:39:25; Modified: October 05, 2020, 12:08:08
Name
Type
NULL
Comment
◆ ID
int
☐
IDENTITY Identifier of the record.
Enabled
bit
☐
Specifies if client is enabled.
ClientID
nvarchar (200)
☐
Unique ID of the client.
ClientName
nvarchar (200)
☐
Client display name.
ClientSecret
nvarchar (250)
☒
Client secret.
Flow
int
☐
Specifies allowed flow for client (either AuthorizationCode = 0, Implicit = 1, Hybrid = 2, ClientCredentials = 3, ResourceOwner = 4, AuthorizationCodeWithProofKey = 6, HybridWithProofKey = 7).
AccessTokenLifetime
int
☐
Lifetime of access token in seconds (defaults to 300 seconds / 5 minutes).
AuthorizationCodeLifetime
int
☐
Lifetime of authorization code in seconds (defaults to 300 seconds / 5 minutes).
AbsoluteRefreshTokenLifetime
int
☐
Maximum lifetime of a refresh token in seconds. Defaults to 2592000 seconds / 30 days.
SlidingRefreshTokenLifetime
int
☐
Sliding lifetime of a refresh token in seconds. Defaults to 1296000 seconds / 15 days.
RefreshTokenUsage
int
☐
ReUse = 0 (when refreshing the token, the lifetime of the refresh token will be renewed) or OneTime = 1 (the refresh token handle will be updated when refreshing tokens).
RefreshTokenExpiration
int
☐
Sliding = 0 or Absolute = 1 (the refresh token will expire on a fixed point in time).
AccessTokenType
int
☐
Jwt = 0 or Reference = 1.
RedirectUri
nvarchar (2000)
☐
Redirect URI allowed for the client.
⇧ Table dbo.EWD_AuthConsents
Object ID: 1141136102; Created: May 28, 2020, 20:34:27
Name
Type
NULL
Comment
◆ SubjectID
uniqueidentifier
☐
◆ ClientID
nvarchar (200)
☐
Scopes
nvarchar (2000)
☐
⇧ Table dbo.EWD_AuthTokens
Table with authorization tokens.
Object ID: 1545993530; Created: May 06, 2020, 21:50:05; Modified: May 25, 2021, 10:02:27
Name
Type
NULL
Comment
◆ Key
nvarchar (128)
☐
◆ TokenType
smallint
☐
SubjectID
uniqueidentifier
☒
ClientID
nvarchar (200)
☐
JsonCode
nvarchar (max)
☐
Expiry
datetimeoffset
☐
Date and time of expiration.
⇧ Table dbo.EWD_BinaryData
Table of binary saved documents and e-mails. Connect to EWD_Documents or EWD_Emails with common ItemGUID.
Object ID: 53575229; Created: May 18, 2008, 17:25:31; Modified: November 21, 2022, 20:30:56
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
Identifier of the database record.
Revision
int
☐
Revision of the document - zero based.
Data
image
☒
Binary stored data of the file.
Extension
nvarchar (10)
☒
Extension of the file.
FileSize
bigint
☒
Size of the file.
UploadedSize
bigint
☒
Uploaded size of the file.
IsCompressed
bit
☐
DEFAULT ((0)) Determines whether file is compressed.
CompressedSize
bigint
☒
Size of compressed record.
◆ ID
int
☐
IDENTITY Identifier of record.
StoredInFileSystem
bit
☐
DEFAULT ((0)) Determines whether record is stored in File System.
Created
datetimeoffset
☐
Date when the record was created in the database.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
FileSystemStorageRelativePath
char (7)
☒
Relative path to where is file stored on file system.
⇧ Table dbo.EWD_Bonuses
Bonuses for users
Object ID: 69575286; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:32
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
Price
decimal (18, 2)
☒
Requested amount.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
Note
nvarchar (max)
☒
Additional text information.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
PriceDefaultCurrency
decimal (18, 2)
☒
Price in default currency.
PriceParentCurrency
decimal (18, 2)
☒
Price in currency of the parent object.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of currency from EnumValues.
PriceChanged
date
☐
Date when the price of bonus was changed last time.
Private
bit
☐
DEFAULT ((0)) Determines whether the record of bonus is private. Default is no.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Calendar
Object ID: 1120723045; Created: September 11, 2009, 16:50:38; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
Location
nvarchar (256)
☒
Location of the appointment.
StartDate
smalldatetime
☒
Start date.
EndDate
smalldatetime
☒
End date.
AllDayEvent
bit
☒
Determines whether the appointment is all day event.
Note
nvarchar (max)
☒
Additional text information.
BusyStatus
int
☒
Status of appointment item: Free, Tentative. Busy, OutOfOffice, WorkingElsewhere.
Private
bit
☐
DEFAULT ((0)) Determines whether the appointment item is private. Default is no.
Sensitivity
int
☐
DEFAULT ((0)) Level of importance: High, Low, Normal.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_CapacityNotes
Object ID: 101575400; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:32
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
Title
nvarchar (256)
☒
Title.
Body
nvarchar (256)
☒
Additional text info.
IconIndex
int
☒
Icon index.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CreatedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_CapacityNoteTypes
Object ID: 117575457; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:32
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
Index
int
☒
Index.
NameEN
nvarchar (50)
☒
Name identifier.
DescriptionEN
nvarchar (255)
☒
Description identifier.
PictureBase64
text
☒
Associated picture encoded in base64.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CreatedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Carts
Object ID: 1641772906; Created: January 18, 2011, 16:33:09; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
ID
int
☒
ID of record.
EffectiveFrom
date
☒
Date from that the item is effective.
ValidUntil
date
☒
Date until that the item is valid.
Active
bit
☒
DEFAULT ((0)) Determines whether the item is active.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
PriceTotal
decimal (18, 3)
☒
Total price.
Paid
decimal (18, 3)
☒
Paid amount.
ForPayment
decimal (18, 3)
☒
Amount for payment.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of currency from EnumValues.
VAT
decimal (18, 3)
☒
VAT amount.
PriceTotalExcludingVAT
decimal (18, 3)
☒
Total price without VAT amount.
GoodsInCartCount
int
☒
Number of goods in cart.
Note
nvarchar (max)
☒
Additional text information.
PriceTotalDefaultCurrency
decimal (18, 3)
☒
Total price in default currency.
PriceTotalParentCurrency
decimal (18, 3)
☒
Total price in currency of the parent object.
ForPaymentDefaultCurrency
decimal (18, 3)
☒
Amount for payment in default currency.
ForPaymentParentCurrency
decimal (18, 3)
☒
Amount for payment in currency of the parent object.
PaidDefaultCurrency
decimal (18, 3)
☒
Paid amount in default currency.
PaidParentCurrency
decimal (18, 3)
☒
Paid amount in currency of the parent object.
PaidChanged
date
☐
Date of latest change of paid amount.
PriceTotalChanged
date
☐
Date of latest change of total price.
PriceTotalExcludingVATDefaultCurrency
decimal (18, 3)
☒
PriceTotalExcludingVAT in default currency.
PriceTotalExcludingVATParentCurrency
decimal (18, 3)
☒
PriceTotalExcludingVAT in currency of the parent object.
VATDefaultCurrency
decimal (18, 3)
☒
VAT amount in default currency.
VATParentCurrency
decimal (18, 3)
☒
VAT amount in currency of the parent object.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
TaxableSupplyDate
date
☒
VAT tax date.
Server_MoneyS3InvoiceNumber
nvarchar (64)
☒
Invoice number in MoneyS3.
Server_MoneyS3InvoiceNumberUniqueHelper
uniqueidentifier
☒
COMPUTED Substitute unique identifier, when Server_MoneyS3GUID is null.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
AccountingCaseDate
date
☒
Date of accounting transaction.
PaymentDate
date
☒
Day of payment.
Server_PohodaDataSourceType
bit
☐
DEFAULT ((0)) Specifies Pohoda data source. 0 = FA, 1 = OBJ.
PurchaseExpenses
decimal (18, 3)
☐
DEFAULT ((0)) Purchase expenses.
PurchaseExpensesDefaultCurrency
decimal (18, 3)
☒
Purchase expenses in default currency.
PurchaseExpensesParentCurrency
decimal (18, 3)
☒
Purchase expenses in currency of the parent object.
PurchaseExpensesChanged
date
☐
Date of last change of purchase expenses.
Profit
decimal (18, 3)
☐
DEFAULT ((0)) Total price excluding VAT lowered by purchase expenses.
ProfitDefaultCurrency
decimal (18, 3)
☒
Total price excluding VAT lowered by purchase expenses in default currency.
ProfitParentCurrency
decimal (18, 3)
☒
Total price excluding VAT lowered by purchase expenses in currency of the parent object.
ProfitChanged
date
☐
Date of last change of profit.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_MoneyS3SourceIdentifier
nvarchar (256)
☒
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Companies
Companies list
Object ID: 149575571; Created: May 18, 2008, 17:25:31; Modified: February 06, 2023, 20:18:36
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Note
nvarchar (max)
☒
Additional text information.
Reversal
decimal (18, 2)
☒
Turnover.
CompanyName
nvarchar (256)
☒
Name of the company.
Department
nvarchar (256)
☒
Department of the company.
AccountNumber
nvarchar (256)
☒
Account number.
EmployeesCount
int
☒
Number of employees.
VatNumber
nvarchar (256)
☒
VAT number.
Address1Street
nvarchar (256)
☒
Billing address street.
Address1City
nvarchar (256)
☒
Billing address city.
Address1State
nvarchar (256)
☒
Billings address state.
Address1Country
nvarchar (256)
☒
Billings address country.
Address1PostalCode
nvarchar (256)
☒
Billing address ZIP.
Address2Street
nvarchar (256)
☒
Physical address street.
Address2City
nvarchar (256)
☒
Physical address city.
Address2State
nvarchar (256)
☒
Physical address state.
Address2Country
nvarchar (256)
☒
Physical address country.
Address2PostalCode
nvarchar (256)
☒
Physical address ZIP.
Address3Street
nvarchar (256)
☒
Other address street.
Address3City
nvarchar (256)
☒
Other address city.
Address3State
nvarchar (256)
☒
Other address state.
Address3Country
nvarchar (256)
☒
Other address country.
Address3PostalCode
nvarchar (256)
☒
Other addresses ZIP.
ImportanceEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Importance of the company.
FirstContactEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID First contact.
FileAs
nvarchar (256)
☒
Text description of the record.
Purchaser
bit
☒
Indicates whether the company is our customer.
Suppliers
bit
☒
Indicates whether the company is our vendor.
IdentificationNumber
nvarchar (256)
☒
Identification number.
Email
nvarchar (256)
☒
Email address.
Phone
nvarchar (256)
☒
Business phone.
ICQ
nvarchar (256)
☒
ICQ nickname.
Fax
nvarchar (256)
☒
Fax number.
Skype
nvarchar (256)
☒
Skype name.
Address2POBox
nvarchar (256)
☒
Physical address PO Box.
Address1POBox
nvarchar (256)
☒
Billing address PO Box.
Address3POBox
nvarchar (256)
☒
Other address PO Box.
WebPage
nvarchar (256)
☒
Homepage of the company.
MSN
nvarchar (256)
☒
MSN contact.
LineOfBusiness
nvarchar (256)
☒
Industry of the company.
MailingListEmail
bit
☒
Determines whether the company wants to be get marketing info by e-mail.
MailingListOther
bit
☒
Determines whether the company wants to get marketing info in another way.
MailingListOtherValue
nvarchar (256)
☒
Determines how the company wants to get marketing info.
Mobile
nvarchar (256)
☒
Mobile phone number.
af_17
nvarchar (255)
☒
SalePriceGUID
uniqueidentifier
☒
⇨ dbo.EWD_SalePrices .ItemGUID Identifier of sale price.
AdditionalDiscount
decimal (18, 4)
☒
DEFAULT ((0)) Global discount in percents.
ID
bigint
☐
IDENTITY Numeric identifier of company.
Server_MoneyS3GUID
uniqueidentifier
☒
Unique identifier of item from system MoneyS3.
Server_MoneyS3GUIDUniqueHelper
uniqueidentifier
☒
COMPUTED Substitute unique identifier, when Server_MoneyS3GUID is null.
Address1CountryEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the country in billing address.
Address2CountryEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the country in physical address.
Address3CountryEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the country in other address.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
Competitor
bit
☒
Determines whether the company is competitor.
PhoneNormalized
varchar (256)
☒
Normalized business phone number.
MobileNormalized
varchar (256)
☒
Normalized mobile number.
LastActivity
date
☒
Date of the last activity.
NextStep
date
☒
Date of the next step.
EmailOptOut
bit
☐
DEFAULT ((0)) Value indicating whether the company wants be excluded from marketing lists.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Company type identificator.
Server_MoneyS3SourceIdentifier
nvarchar (256)
☒
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
COMPUTED Alias for the ID column.
⇧ Table dbo.EWD_Contacts
List of contacts
Object ID: 165575628; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:32
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
BusinessAddressCity
nvarchar (256)
☒
City of the business address.
BusinessAddressCountry
nvarchar (256)
☒
Country of the business address.
BusinessAddressPostalCode
nvarchar (256)
☒
ZIP of the business address.
BusinessAddressState
nvarchar (256)
☒
State of the business address.
BusinessAddressStreet
nvarchar (256)
☒
Street of the business address.
Email1Address
nvarchar (256)
☒
First email address.
LastName
nvarchar (256)
☒
Contact last name.
FirstName
nvarchar (256)
☒
Contact first name.
HomeAddressCity
nvarchar (256)
☒
City of the home address.
HomeAddressCountry
nvarchar (256)
☒
Country of the home address.
HomeAddressPostalCode
nvarchar (256)
☒
Postal code of the home address.
HomeAddressState
nvarchar (256)
☒
State of the home address.
HomeAddressStreet
nvarchar (256)
☒
Street of the home address.
MiddleName
nvarchar (256)
☒
Contact middle name.
Note
nvarchar (max)
☒
Additional text information.
OtherAddressCity
nvarchar (256)
☒
City of the other address.
OtherAddressCountry
nvarchar (256)
☒
Country of the other address.
OtherAddressPostalCode
nvarchar (256)
☒
Postal code of the other address.
OtherAddressState
nvarchar (256)
☒
State of the other address.
OtherAddressStreet
nvarchar (256)
☒
Street of the other address.
Title
nvarchar (256)
☒
Job title.
WebPage
nvarchar (256)
☒
Web page.
FileAs
nvarchar (1280)
☒
Text description of the record.
Email3Address
nvarchar (256)
☒
Second email address.
Email2Address
nvarchar (256)
☒
Third email address.
ImportanceEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Importance.
TelephoneNumber1
nvarchar (256)
☒
Business phone.
TelephoneNumber2
nvarchar (256)
☒
Home phone.
TelephoneNumber4
nvarchar (256)
☒
Other phone number.
TelephoneNumber3
nvarchar (256)
☒
Mobile phone.
OtherAddressPOBox
nvarchar (256)
☒
PO Box of the other address.
Prefix
nvarchar (256)
☒
Title.
BusinessAddressPOBox
nvarchar (256)
☒
PO Box of the business address.
Suffix
nvarchar (256)
☒
Suffix.
MSN
nvarchar (256)
☒
MSN contact.
ICQ
nvarchar (256)
☒
ICQ nickanme.
Skype
nvarchar (256)
☒
Skype name.
HomeAddressPOBox
nvarchar (256)
☒
PO Box of the home address.
PrefixEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the prefix.
SuffixEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the suffix.
TelephoneNumber5
nvarchar (256)
☒
Second business phone.
TelephoneNumber6
nvarchar (256)
☒
Business fax.
Department
nvarchar (256)
☒
Department.
BusinessAddressCountryEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the country of the business address.
HomeAddressCountryEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the country of the home address.
OtherAddressCountryEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the country of the other address.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
TelephoneNumber1Normalized
varchar (256)
☒
Normalized business phone.
TelephoneNumber2Normalized
varchar (256)
☒
Normalized home phone.
TelephoneNumber3Normalized
varchar (256)
☒
Normalized other phone number.
TelephoneNumber4Normalized
varchar (256)
☒
Normalized mobile phone.
TelephoneNumber5Normalized
varchar (256)
☒
Normalized second business phone.
TelephoneNumber6Normalized
varchar (256)
☒
Normalized business fax.
DoNotSendNewsletter
bit
☐
DEFAULT ((0)) Do not send newsletter to the contact.
ProfilePicture
varbinary (max)
☒
Profile picture of the contact.
ProfilePictureWidth
int
☐
DEFAULT ((0)) Width of the profile picture.
ProfilePictureHeight
int
☐
DEFAULT ((0)) Height of the profile picture.
LastActivity
date
☒
Date of a last activity.
NextStep
date
☒
Date of the next step.
Company
nvarchar (256)
☒
Name of company.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Company type identificator.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_CurrencyExchangeRates
Object ID: 1997354280; Created: February 03, 2014, 21:07:17; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
InputCurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the input currency.
OutputCurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the output currency.
Rate
decimal (18, 3)
☒
Rate from input currency to output currency.
From
smalldatetime
☒
Rate is valid from this date.
To
smalldatetime
☒
Rate is valid to this date.
Valid
bit
☐
If the rate is valid today.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Documents
List of saved documents, connected to EWD_BinaryData with common ItemGUID
Object ID: 1924201905; Created: August 08, 2008, 18:09:14; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
FileAs
nvarchar (128)
☒
Text description of the record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
DocName
nvarchar (118)
☒
Name of the document without extension.
Extension
nvarchar (9)
☒
Extension of the document without dot.
CreationTime
datetime
☒
Time when the document has been created.
LastWriteTime
datetime
☒
Time when the document has been changed.
DocSize
bigint
☐
Size of the document in bytes.
ImportanceEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Importance.
DocTypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the document.
Note
nvarchar (max)
☒
Additional text information.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
af_13
decimal (18, 3)
☒
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
Preview
varbinary (max)
☒
Binary image preview of the document.
PreviewWidth
int
☐
DEFAULT ((0)) Image width of the preview.
PreviewHeight
int
☐
DEFAULT ((0)) Image height of the preview.
GDPR
bit
☐
DEFAULT ((0)) Value indicating whether is record GDPR relevant.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Emails
List of saved e-mails, connected to EWD_BinaryData with common ItemGUID
Object ID: 197575742; Created: May 18, 2008, 17:25:31; Modified: August 18, 2024, 21:32:57
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
FileAs
nvarchar (256)
☒
Text description of the record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Subject
nvarchar (256)
☒
Subject.
SenderEmailAddress
nvarchar (256)
☒
Email address of the sender.
SentOn
datetime
☒
Time when the email was sent.
ReceivedTime
datetime
☒
Time when the email was received.
AttachmentsCount
int
☐
Number of attachments.
To
nvarchar (max)
☒
Recipients addresses.
Cc
nvarchar (max)
☒
Addresses of users in carbon copy.
Note
nvarchar (max)
☒
Additional text information.
ImportanceEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Importance.
Checksum
int
☒
Computed hash value. Not used anymore.
MessageId
varchar (256)
☒
Message identifier.
Hash
char (32)
☒
Specifies the hash code calculated from Subject, SenderEmailAddress, To and SentOn.
ConversationIndex
varchar (896)
☒
String that indicates the relative position of the item within the conversation thread, comming from Outlook.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
EmailFileExtension
nvarchar (9)
☐
DEFAULT ('.msg') Required extension of the saved email file. It should be same as the extension in corresponding BinaryData record.
SentMailGUID
uniqueidentifier
☐
DEFAULT (newid()) Unique identifier of the e-mail sent inside Exchange.
GDPR
bit
☐
DEFAULT ((0)) Value indicating whether is record GDPR relevant.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
FileSize
bigint
☐
Size of the email in bytes.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
Summary
nvarchar (256)
☒
Human language written summary of the whole email message. Primarily filled by AI.
SentimentTone
tinyint
☒
Rank-based enum value of the overall sentiment or tone of the email message. Matches values from the enum type 'SentimentTone'. Primarily filled by AI.
Server_LlamaAiFillingState
bit
☒
Column indicating whether the AI fields filling has already been processed on this email. NULL - AI did not see this email, 0 - AI was processed, but was not able to read the email OR the email is from pre-AI era OR AI was disabled by license/GS, 1 - AI was processed and has filled something.
⇧ Table dbo.EWD_EnumTypes
Enumerators names, connected with ItemGUID to EWD_EnumValues.EnumType
Object ID: 229575856; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
EnumName
nvarchar (50)
☐
Name of the enumeration.
System
bit
☐
DEFAULT ((1)) Indicates whether the record is a system record.
FileAs
nvarchar (256)
☒
Text description of the record.
AllowEditVisibility
bit
☐
DEFAULT ((0)) Allows users to edit visibility of the enumeration values.
AllowEditLastActivity
bit
☐
DEFAULT ((0)) Indicates whether a user is able to edit if an enum value is included in the last activity calculation.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
RequireDefaultValue
bit
☐
DEFAULT ((0)) Value indicating whether is enumeration default value required.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_EnumValues
List of values of specified enumerator - connected with EnumType to EWD_EnumTypes.ItemGUID
Object ID: 245575913; Created: May 18, 2008, 17:25:31; Modified: June 05, 2023, 20:28:25
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☐
Text description of the record.
EnumType
uniqueidentifier
☐
⇨ dbo.EWD_EnumTypes .ItemGUID Identifier of the enumeration.
Rank
int
☐
DEFAULT ((1)) Position of item in the list.
en
nvarchar (256)
☐
Translation to English.
cs
nvarchar (256)
☐
DEFAULT ('N/A') Translation to Czech.
IsSystem
bit
☐
DEFAULT ((0)) Indicates whether the record is a system record.
Visible
bit
☐
DEFAULT ((1)) Allows item to be visible in the application.
de
nvarchar (256)
☐
DEFAULT ('N/A') Translation to German.
ru
nvarchar (256)
☐
DEFAULT ('N/A') Translation to Russian.
sk
nvarchar (256)
☐
DEFAULT ('N/A') Translation to Slovak.
no
nvarchar (256)
☐
DEFAULT ('N/A') Translation to Norwegian.
IncludeInLastActivityCalculation
bit
☐
DEFAULT ((0)) Indicates whether an enum value is included in last activity calculation.
Default
bit
☐
DEFAULT ((0)) Value indicating whether is value default value for EnumerationType.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
IsCompletedState
bit
☒
Indicates whether the enum value represents a completed state.
IsLostState
bit
☒
Indicates whether the enum value represents a lost state.
⇧ Table dbo.EWD_Features
Object ID: 1264580139; Created: July 03, 2017, 22:41:11; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Id of the specific record.
ItemVersion
int
☐
DEFAULT ((1)) Version number, increased after each record change.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the server database.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the server database.
FileAs
nvarchar (256)
☒
Feature name.
Active
bit
☐
DEFAULT ((0)) Value determines whether the feature is active.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_GlobalSettings
Object ID: 1108198998; Created: July 31, 2008, 12:59:44; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Name
nvarchar (256)
☐
Name of the global setting.
Value
nvarchar (max)
☒
Value of the global setting.
Category
uniqueidentifier
☐
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of category.
Visible
bit
☐
DEFAULT ((1)) Allows item to be visible in the administration interface.
Type
tinyint
☐
DEFAULT ((0)) 0: String, 1: Bit, 2: Integer, 3: Float, 4: MultiString, 5: ComboBox, 6: CheckedComboBox, 7: GroupsCheckedComboBox, 8: LastActivityCheckedComboBox, 9: TimeInterval.
AvailableValues
nvarchar (max)
☒
List of available values in format '{key1=value1}{key2=value2}'. Works only with ComboBox and CheckedComboBox.
en
nvarchar (256)
☒
English translation.
cs
nvarchar (256)
☒
Czech translation.
de
nvarchar (256)
☒
German translation.
ru
nvarchar (256)
☒
Russian translation.
sk
nvarchar (256)
☒
Slovak translation.
no
nvarchar (256)
☒
Norwegian translation.
MinValue
int
☒
Value indicating minimum value of numeric settings which will be required by validation process.
MaxValue
int
☒
Value indicating maximum value of numeric settings which will be required by validation process.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
IsLegacy
bit
☐
DEFAULT ((0)) Settings marked as legacy will be removed in future.
FeatureGUID
uniqueidentifier
☒
⇨ dbo.EWD_Features .ItemGUID Identifier of the related feature.
Rank
int
☒
Position of item in the list.
KbUrlShortCode
nchar (5)
☒
Short code for the KB help link.
DependsOn
nvarchar (256)
☒
⇨ dbo.EWD_GlobalSettings .Name Name of the GS that needs to be "active" to make this GS visible.
DependsOnValue
nvarchar (max)
☒
Value that needs to be in the dependand GS.
UnlimitedValue
nvarchar (max)
☒
Value indicating that the GS in unlimited.
DisabledValue
nvarchar (max)
☒
Value indicating that the GS is disabled.
DependsOnValueInverted
bit
☒
When the value is 1 the GS will be "visible" when the value of dependand GS does not equal DependsOnValue value.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Goals
Object ID: 192980014; Created: December 10, 2014, 15:07:52; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
GoalTypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of goal’s type item in EnumValues.
Note
nvarchar (max)
☒
Additional text information.
StartDate
date
☒
Star date of the goal.
EndDate
date
☒
End date of the goal.
TurnoverGoal
decimal (18, 2)
☒
Revenue goal.
TurnoverActual
decimal (18, 2)
☒
Actual revenue of the goal.
TurnoverCompleted
decimal (18, 4)
☒
Percent completed from the revenue goal.
ProfitGoal
decimal (18, 2)
☒
Profit goal.
ProfitActual
decimal (18, 2)
☒
Actual profit of the goal.
ProfitCompleted
decimal (18, 4)
☒
Percent completed from the profit goal.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the goal currency.
TurnoverGoalDefaultCurrency
decimal (18, 2)
☒
Revenue in default currency.
ProfitGoalDefaultCurrency
decimal (18, 2)
☒
Profit in default currency.
TurnoverGoalChanged
date
☐
Date when the revenue was changed last time.
ProfitGoalChanged
date
☐
Date when the profit was changed last time.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Goods
Object ID: 1689773077; Created: January 18, 2011, 16:33:10; Modified: January 11, 2023, 20:14:58
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☐
Text description of the record.
Code
nvarchar (64)
☐
Code of the product.
SaleCurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the sale currency.
PurchaseCurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the purchase currency.
UnitEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the unit.
PurchasePrice
decimal (18, 3)
☒
Purchase price.
SalePrice
decimal (18, 3)
☒
List price.
Note
nvarchar (max)
☒
Additional text information.
Structure
nvarchar (256)
☒
Warehouse location.
PriceListGroupGUID
uniqueidentifier
☒
⇨ dbo.EWD_PriceListGroups .ItemGUID Guid of the price list group.
IsPriceSum
bit
☐
DEFAULT ((0)) Indicates whether the price is sum of the sub-items.
Description
nvarchar (256)
☒
Additional description.
InventoryQuantity
decimal (18, 2)
☐
DEFAULT ((0)) Quantity of the product in stock.
SalePriceDefaultCurrency
decimal (18, 3)
☒
List price in default currency.
SalePriceChanged
date
☐
Date when list price was changed last time.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
PurchasePriceDefaultCurrency
decimal (18, 3)
☒
Purchase price in default currency.
PurchasePriceChanged
date
☐
Date when purchase price was changed last time.
VATRate
decimal (5, 4)
☒
VAT rate in percent.
VATIncluded
bit
☐
DEFAULT ((0)) Indicates whether VAT is included in the price.
Picture
varbinary (max)
☒
Product picture.
PictureWidth
int
☐
DEFAULT ((0)) Width of the product picture.
PictureHeight
int
☐
DEFAULT ((0)) Height of the product picture.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Product type identificator.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_GoodsInCart
Object ID: 1769773362; Created: January 18, 2011, 16:33:10; Modified: April 14, 2023, 09:03:02
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☐
Text description of the record.
Code
nvarchar (64)
☐
Code of the product.
SaleCurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the sale currency.
PurchaseCurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the purchase currency.
UnitEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the unit.
PurchasePrice
decimal (18, 3)
☒
Purchase price.
SalePrice
decimal (18, 3)
☒
Sale price.
Quantity
decimal (18, 3)
☒
Quantity.
Note
nvarchar (max)
☒
Additional text information.
PriceTotal
decimal (18, 3)
☒
Total price.
Structure
nvarchar (256)
☒
Warehouse locatio.
ListPrice
decimal (18, 3)
☒
List price.
Discount
decimal (18, 4)
☒
Discount in percent.
HierarchyInSet
nvarchar (68)
☐
Hierarchy in set: [PARENT_GOOD_CODE]\[CHILD_GOOD_CODE].
IsFromSet
bit
☒
DEFAULT ((0)) Indicates whether the item is a set item.
ParentGUID
uniqueidentifier
☒
⇨ dbo.EWD_GoodsInCart .ItemGUID GUID of the parent item.
Rank
int
☐
Position of the item in the list.
IsPriceSum
bit
☐
DEFAULT ((0)) Indicates whether the price is sum of the sub-items.
IncludeInCartPrice
bit
☐
DEFAULT ((1)) Indicates whether the price will be used to calculate total price of the cart.
ListPriceCustomized
bit
☐
DEFAULT ((0)) Indicates whether the list price has been modified by the user.
Description
nvarchar (256)
☒
Additional description.
ChildItemsCount
int
☐
DEFAULT ((0)) Number of child items.
VATRate
decimal (5, 4)
☒
Rate of VAT in percent.
PriceTotalExcludingVAT
decimal (18, 3)
☒
Total price without VAT amount.
VATTotal
decimal (18, 3)
☒
Total VAT amount.
SalePriceExcludingVAT
decimal (18, 3)
☒
Sale price without VAT amount.
VAT
decimal (18, 3)
☒
VAT amount.
PurchasePriceDefaultCurrency
decimal (18, 3)
☒
Purchase price in default currency.
PurchasePriceParentCurrency
decimal (18, 3)
☒
Purchase price in currency of the parent object.
PurchasePriceChanged
date
☐
Date when the purchase price was changed for the last time.
SalePriceDefaultCurrency
decimal (18, 3)
☒
Sale price in default currency.
SalePriceParentCurrency
decimal (18, 3)
☒
Sales price in currency of the parent object.
SalePriceChanged
date
☐
Date when the sale price of good was changed for the last time.
PriceTotalDefaultCurrency
decimal (18, 3)
☒
Total price in default currency.
PriceTotalParentCurrency
decimal (18, 3)
☒
Total price in currency of the parent object.
PriceTotalChanged
date
☐
Date when the total price of good was changed for the last time.
ListPriceDefaultCurrency
decimal (18, 3)
☒
List price in default currency.
ListPriceParentCurrency
decimal (18, 3)
☒
List price in currency of the parent object.
ListPriceChanged
date
☐
Date when the list price of good was changed last time.
PriceTotalExcludingVATDefaultCurrency
decimal (18, 3)
☒
Total price without VAT amount in default currency.
PriceTotalExcludingVATParentCurrency
decimal (18, 3)
☒
Total price without VAT amount in currency of the parent object.
VATTotalDefaultCurrency
decimal (18, 3)
☒
Total VAT amount in default currency.
VATTotalParentCurrency
decimal (18, 3)
☒
Total VAT amount in currency of the parent object.
SalePriceExcludingVATDefaultCurrency
decimal (18, 3)
☒
Sale price without VAT amount in default currency.
SalePriceExcludingVATParentCurrency
decimal (18, 3)
☒
Sale price without VAT amount in currency of the parent object.
VATDefaultCurrency
decimal (18, 3)
☒
VAT amount in default currency.
VATParentCurrency
decimal (18, 3)
☒
VAT amount in currency of the parent object.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
Server_PohodaDataSourceType
bit
☐
DEFAULT ((0)) Specifies Pohoda data source. 0 = FA, 1 = OBJ.
JoinedToGUID
uniqueidentifier
☒
⇨ dbo.EWD_GoodsInCart .ItemGUID GUID of the related item.
PurchasePriceTotal
decimal (18, 3)
☒
Total purchase price.
PurchasePriceTotalDefaultCurrency
decimal (18, 3)
☒
Total purchase price in default currency.
PurchasePriceTotalParentCurrency
decimal (18, 3)
☒
Total purchase price in currency of the parent object.
PurchasePriceTotalChanged
date
☐
Date when the total purchase price of good was changed for the last time.
VATIncluded
bit
☐
DEFAULT ((0)) Indicates whether VAT is included in the ListPrice.
Picture
varbinary (max)
☒
Product picture.
PictureWidth
int
☐
DEFAULT ((0)) Width of the product picture.
PictureHeight
int
☐
DEFAULT ((0)) Height of the product picture.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Product type identificator.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_GoodsInSet
Object ID: 1460916276; Created: November 26, 2012, 13:00:54; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Server_PohodaId
int
☒
Unique identifier of this item in system Pohoda.
ParentGUID
uniqueidentifier
☐
⇨ dbo.EWD_Goods .ItemGUID GUID of the parent product.
ChildGUID
uniqueidentifier
☐
⇨ dbo.EWD_Goods .ItemGUID GUID of the child product.
Quantity
decimal (18, 2)
☒
Quantity.
Rank
int
☒
Position of the item.
Price
decimal (18, 3)
☒
Price of the product.
IsRegular
bit
☐
DEFAULT ((0)) Indicates whether the item is a set or not.
Server_PohodaIdUniqueHelper
uniqueidentifier
☒
COMPUTED Substitute unique identifier, when the Server_PohodaId is null.
CurrencyEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of currency from EnumValues.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
IncludeInCart
bit
☐
DEFAULT ((1)) Value indicating whether should be product into bookkeeping along with parent.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Groups
List of groups of users. Each group can have its own permissions
Object ID: 277576027; Created: May 18, 2008, 17:25:31; Modified: September 11, 2024, 21:28:15
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
ResponsibilityDescription
nvarchar (256)
☒
Description of the responsibility.
FileAs
nvarchar (256)
☐
Text description of the record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
IsAdmin
bit
☐
DEFAULT ((0)) Indicates whether the group is Administrators group.
GroupName
nvarchar (256)
☐
Name of the group.
Description
nvarchar (max)
☒
Description.
IsPM
bit
☐
DEFAULT ((0)) One group has to be marked as Project Managers - special unique relation (RelationType SUPERVISOR) between projects and users is created for each project.
System
bit
☐
DEFAULT ((0)) System group cannot be deleted.
IsRole
bit
☐
DEFAULT ((0)) Indicates that the group is a role.
IsCategory
bit
☐
DEFAULT ((0)) Indicates that the group is category.
DisallowControlModulePermissions
bit
☐
DEFAULT ((0)) Indicates that the user won't be able to change group's module permissions.
DisallowControlColumnPermissions
bit
☐
DEFAULT ((0)) Indicates that the user won't be able to change group's column permissions.
IsOutlookCategory
bit
☐
DEFAULT ((0)) Indicates that the group is Outlook category.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
DisallowControlUserAssignment
bit
☐
DEFAULT ((0)) Indicates that the administrator won't be able to add or remove users from the group.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
ColorEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Group Color.
⇧ Table dbo.EWD_History
Object ID: 1817018200; Created: March 05, 2018, 21:11:38; Modified: March 03, 2024, 21:18:36
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Id of the specific record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the local database.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the server database.
ModifiedItemGUID
uniqueidentifier
☐
Identifier of changed item .
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ID of the module of changed item.
ColumnName
nvarchar (128)
☒
Name of column which value changed.
ClientID
bigint
☐
⇨ dbo.EWE_ClientVersions .ID
PrevValueGUID
uniqueidentifier
☒
Previous unique identifier value.
NewValueGUID
uniqueidentifier
☒
New unique identifier value.
PrevValueVarChar
nvarchar (256)
☒
Previous variable characters value.
NewValueVarChar
nvarchar (256)
☒
New variable characters value.
PrevValueVarCharMax
nvarchar (max)
☒
Previous variable characters value.
NewValueVarCharMax
nvarchar (max)
☒
New variable characters value.
PrevValueBit
bit
☒
Previous bit value.
NewValueBit
bit
☒
New bit value.
PrevValueInt
int
☒
Previous integer value.
NewValueInt
int
☒
New integer value.
PrevValueBigInt
bigint
☒
NewValueBigInt
bigint
☒
PrevValueDecimal
decimal (19, 4)
☒
Previous decimal value.
NewValueDecimal
decimal (19, 4)
☒
New decimal value.
PrevValueDateTime
datetime
☒
Previous date time value.
NewValueDateTime
datetime
☒
New date time value.
PrevValueVarBinary
varbinary (max)
☒
Previous binary value.
NewValueVarBinary
varbinary (max)
☒
New date binary value.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
SID
uniqueidentifier
☒
⇨ dbo.EWD_LoginHistory .ItemGUID Session ID which was used by the client that made the change.
Server_ID
bigint
☐
IDENTITY
⇧ Table dbo.EWD_Children
Users children
Object ID: 133575514; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:32
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
LastName
nvarchar (256)
☒
Last name.
PersonalIdentificationNumber
nvarchar (256)
☒
Personal ID.
MiddleName
nvarchar (256)
☒
Middle name.
FirstName
nvarchar (256)
☒
First name.
Agreement
bit
☒
Agreement with personal information handling.
Prefix
nvarchar (256)
☒
Prefix.
Birthdate
date
☒
Brithdate.
Note
nvarchar (max)
☒
Additional text information.
FileAs
nvarchar (256)
☒
Text description of the record.
Suffix
nvarchar (256)
☒
Suffix.
PrefixEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of item prefix.
SuffixEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of item suffix.
Private
bit
☐
DEFAULT ((0)) Determines whether the record is private. Default is no.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_IndividualDiscounts
Object ID: 1849773647; Created: January 18, 2011, 16:33:11; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Price
decimal (18, 3)
☒
Price amount.
Discount
decimal (18, 4)
☒
Discount in percent.
Companies_INDIVIDUALDISCOUNT
uniqueidentifier
☒
⇨ dbo.EWD_Companies .ItemGUID Guid of the company.
Goods_INDIVIDUALDISCOUNT
uniqueidentifier
☒
⇨ dbo.EWD_Goods .ItemGUID Guid of the product.
PriceListGroupGUID
uniqueidentifier
☒
⇨ dbo.EWD_PriceListGroups .ItemGUID Guid of the price list group.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the currency.
PriceDefaultCurrency
decimal (18, 3)
☒
Price amount in default currency.
PriceChanged
date
☐
Date when the price of individual discount was changed for the last time.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_ItemChanges
Changes for synchronization - items in this table are synchronized automaticaly
Object ID: 231671873; Created: May 18, 2008, 18:17:44; Modified: September 19, 2023, 11:05:08
Name
Type
NULL
Comment
◆ ChangeID
bigint
☐
IDENTITY Identity column.
ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the changed record.
Removed
bit
☐
DEFAULT ((0)) Indicates whether the record was removed or not.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
FileAs
nvarchar (1280)
☒
Text description of the record.
ModifiedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemVersion
int
☐
Version number of the database record. Increments with each update.
⇧ Table dbo.EWD_Journal
Calls, meetings, notes, events and changes related to projects
Object ID: 309576141; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Note
nvarchar (max)
☒
Additional text information.
EventStart
smalldatetime
☐
DEFAULT (getdate()) Start time.
EventEnd
smalldatetime
☐
DEFAULT (getdate()) End time.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
ImportanceEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Importance.
FileAs
nvarchar (256)
☒
Text description of the record.
System
bit
☒
DEFAULT ((0)) System items cannot be changed by the user.
ChangedField
nvarchar (256)
☒
Name of the changed field.
FieldValue
nvarchar (256)
☒
New value.
PrevFieldValue
nvarchar (256)
☒
Old value.
Calendar_ORIGIN
uniqueidentifier
☒
⇨ dbo.EWD_Calendar .ItemGUID GUID of the connected appointment item.
CalendarEntryID
varchar (140)
☒
Appointment EntryID from Outlook.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
EmailCampaignResponseType
tinyint
☒
Sent = 1, Delivered = 2, Viewed = 3, Logout = 4, NotDelivered = 5, LinkOpened = 6, MarkedAsSpam = 7.
Phone
nvarchar (256)
☒
Phone number of related phone call.
PhoneNormalized
varchar (256)
☒
Normalized phone number of related phone call.
GDPR
bit
☐
DEFAULT ((0)) Value indicating whether is record GDPR relevant.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Knowledge
Users knowledges
Object ID: 325576198; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
TitleEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Title identifier.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
LevelEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Level identifier.
Note
nvarchar (max)
☒
Additional text information.
FileAs
nvarchar (256)
☒
Text description of the record.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Layouts
Object ID: 1720861693; Created: October 19, 2016, 22:19:25; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the module for which is layout designed.
Definition
nvarchar (max)
☐
Layout definition.
Default
bit
☐
DEFAULT ((0)) Value determines whether layout is a default layout.
System
bit
☐
DEFAULT ((0)) Value determines whether layout is a system layout and therefore not editable.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_LayoutsModels
Layout Models, for each item type must exist just one Layout definition
Object ID: 2012599004; Created: January 07, 2019, 21:01:25; Modified: March 03, 2024, 21:18:58
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the module for which is layout designed.
LayoutGUID
uniqueidentifier
☐
⇨ dbo.EWD_Layouts .ItemGUID Identifier of the form layout definition.
ItemTypeGUID
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the enum value which represents a type of the item.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
GroupGUID
uniqueidentifier
☒
⇨ dbo.EWD_Groups .ItemGUID If not null, the layout i assigned to this group. If user has this group set as the "default group", this layout overrides the layout by type or default layout. If this column is not null, ItemTypeGUID then must be null.
⇧ Table dbo.EWD_Leads
Object ID: 1248723501; Created: September 11, 2009, 16:59:49; Modified: December 22, 2022, 20:35:54
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
LeadOriginEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the source.
ReceiveDate
date
☒
Date received.
Email
nvarchar (256)
☒
Email address.
Phone
nvarchar (256)
☒
Telephone number.
Note
nvarchar (max)
☒
Additional text information.
Customer
nvarchar (256)
☒
Name of company.
ContactPerson
nvarchar (256)
☒
Name of contact person.
HID
int
☒
Number identifier of the lead.
Probability
decimal (18, 4)
☒
Probability of the achievement.
Price
decimal (18, 2)
☒
Price of the lead.
EstimatedEnd
date
☒
Estimated end of the lead.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
Street
nvarchar (256)
☒
Street of contact address.
Zip
nvarchar (256)
☒
ZIP code of contact address.
City
nvarchar (256)
☒
City of contact address.
PriceDefaultCurrency
decimal (18, 2)
☒
Price of lead in default currency.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of currency.
PriceChanged
date
☐
Date when the price of lead was changed for the last time.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
PhoneNormalized
varchar (256)
☒
Normalized telephone number.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
LastActivity
date
☒
Date of a the last activity.
NextStep
date
☒
Date of the next step.
EstimatedValue
decimal (18, 3)
☒
Estimated value calculated from estimated revenue and probability.
EstimatedValueDefaultCurrency
decimal (18, 3)
☒
Estimated value in default currency.
EmailOptOut
bit
☐
DEFAULT ((0)) Value indicating whether the lead should be excluded from marketing lists.
CountryEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the country.
State
nvarchar (256)
☒
State name.
POBox
nvarchar (256)
☒
PO Box.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
CompletedDate
date
☒
Date when lead was marked as completed.
LostDate
date
☒
Date when lead was marked as lost.
⇧ Table dbo.EWD_LoginHistory
Object ID: 544720993; Created: August 28, 2008, 16:04:31; Modified: January 26, 2023, 20:17:43
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
Created
datetimeoffset
☐
Login time.
UserHostID
nvarchar (50)
☒
Client ID.
Successful
bit
☐
Indicates whether the login was successful.
UserHostAddress
varchar (45)
☒
IP host address of the remote client.
UserHostName
varchar (200)
☒
Name of the host.
UserGUID
uniqueidentifier
☐
Identifier of the user.
SID
uniqueidentifier
☒
Session GUID.
TimeZone
nvarchar (32)
☒
Time zone identifier.
IsFullSync
bit
☒
Indicates whether the client runs full sync.
ProxyAddress
varchar (45)
☒
Proxy address provided during login.
ClientID
bigint
☐
Client version ID.
⇧ Table dbo.EWD_Mappings
Object ID: 1644949332; Created: November 20, 2015, 22:09:54; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
SynchronizationType
tinyint
☐
Type of synchronization 3rd party software.
SynchronizationObjectName
nvarchar (256)
☐
Synchronization object name.
Field
nvarchar (256)
☐
Field in eWay-CRM described by [FolderName].[FieldName].
MappedField
nvarchar (256)
☐
3rd party software field description.
System
bit
☐
DEFAULT ((0)) Default mapping which cannot be changed by user.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Marketing
Object ID: 86291367; Created: March 16, 2011, 10:25:15; Modified: December 18, 2022, 20:19:32
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☐
Text description of the record.
ID
int
☒
Number identifier of item.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
EstimatedStart
date
☒
Estimated start of the marketing campaign.
EstimatedEnd
date
☒
Estimated end of the marketing campaign.
Budget
decimal (18, 2)
☒
Budget of the marketing campaign.
EstimatedResponses
int
☒
Estimated amount of responses.
EstimatedRevenues
decimal (18, 2)
☒
Estimated revenues.
RealStart
date
☒
Real start of the marketing campaign.
RealEnd
date
☒
Real end of the marketing campaign.
Expenses
decimal (18, 2)
☒
Expenses of the marketing campaign.
FinalResponses
int
☒
Final amount of responses.
FinalRevenues
decimal (18, 2)
☒
Final revenues.
Note
nvarchar (max)
☒
Additional text information.
EmailCampaignHash
varchar (50)
☒
Email campaign has (emailkampane.cz).
EmailsSent
int
☒
Number of sent emails.
EmailsDelivered
int
☒
Number of delivered emails.
EmailsViewed
int
☒
Number of viewed emails.
PeopleUnsubscribed
int
☒
Number of unsubscribed people.
TargetGroup
int
☒
Target group.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
EmailCampaignContactListChanged
bit
☐
DEFAULT ((0)) Date when the ContactList was changed during the last check.
EmailsMarkedAsSpam
int
☒
Count of emails marked as spam.
EmailCampaignEmailSent
datetime
☒
Date of email sent via Emailkampane.cz.
LastResponsesDownloadTime
datetime
☒
Date of last statistics download from emailkampane.cz.
ResponsesDownloadCount
int
☒
Emailkampane.cz statistics download counter.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_MarketingList
Object ID: 326292222; Created: March 16, 2011, 10:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Contact
nvarchar (256)
☒
Contact name.
Company
nvarchar (256)
☒
Company name.
Email1Address
nvarchar (256)
☒
Email address of contact.
Phone
nvarchar (256)
☒
Phone number of contact.
AddressPostalCode
nvarchar (256)
☒
Postal code of contact address.
AddressCity
nvarchar (256)
☒
City of the contact address.
AddressStreet
nvarchar (256)
☒
Street of the contact address.
MarketingGUID
uniqueidentifier
☒
⇨ dbo.EWD_Marketing .ItemGUID GUID of connected marketing campaign item.
FolderName
nvarchar (50)
☒
⇨ dbo.EWE_ObjectTypes .FolderName Folder name for source of the contact.
FirstName
nvarchar (256)
☒
First name of the contact.
LastName
nvarchar (256)
☒
Last name of the contact.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
LeadGUID
uniqueidentifier
☒
⇨ dbo.EWD_Leads .ItemGUID GUID of the lead.
ContactGUID
uniqueidentifier
☒
⇨ dbo.EWD_Contacts .ItemGUID GUID of the contact.
CompanyGUID
uniqueidentifier
☒
⇨ dbo.EWD_Companies .ItemGUID GUID of the company.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_MarketingListSources
Object ID: 422292564; Created: March 16, 2011, 10:25:38; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Definition
nvarchar (max)
☒
SQL script definition.
FileAs
nvarchar (256)
☒
Text description of the record.
en
nvarchar (256)
☐
DEFAULT ('N/A') English translation.
cs
nvarchar (256)
☐
DEFAULT ('N/A') Czech translation.
de
nvarchar (256)
☐
DEFAULT ('N/A') German translation.
ru
nvarchar (256)
☐
DEFAULT ('N/A') Russian translation.
System
bit
☐
DEFAULT ((0)) Determines whether the item is system or not.
sk
nvarchar (256)
☐
DEFAULT ('N/A') Slovak translation.
no
nvarchar (256)
☐
DEFAULT ('N/A') Norwegian translation.
Active
bit
☐
DEFAULT ((1)) Value indicating whether the marketing list source is active.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_ObjectTypesOptions
Object ID: 1755113989; Created: March 21, 2018, 12:49:26; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Id of the specific record
ItemVersion
int
☐
DEFAULT ((1)) Version number, increased after each record change
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - owner
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - creator
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - last changing user
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the local database
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the local database
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the server database
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the server database
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID
TrackHistory
bit
☐
DEFAULT ((0)) Value indicating whether item has activity history tracking enabled.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
PrivateItemsEnabled
bit
☐
DEFAULT ((0)) Value indicating whether Private items are enabled for the module.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Payments
Object ID: 1070171108; Created: June 17, 2014, 21:27:47; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Date
date
☐
Date of payment.
Paid
decimal (18, 3)
☒
Paid amount.
PaidDefaultCurrency
decimal (18, 3)
☒
Default currency of payment.
PaidParentCurrency
decimal (18, 3)
☒
Payment currency of the parent object.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the currency.
Server_PohodaId
int
☐
Unique identifier of this item in system Pohoda.
Server_PohodaIdUniqueHelper
uniqueidentifier
☒
COMPUTED Substitute unique identifier, when the Server_PohodaId is null.
FileAs
nvarchar (256)
☒
Text description of the record.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_PriceListGroups
Object ID: 177435706; Created: January 24, 2013, 15:08:15; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
Server_PohodaId
int
☒
Unique identifier of this item in system Pohoda.
Note
nvarchar (max)
☒
Additional text information.
Server_PohodaIdUniqueHelper
uniqueidentifier
☒
COMPUTED Substitute unique identifier, when the Server_PohodaId is null.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Prices
Object ID: 418673135; Created: July 28, 2017, 22:44:31; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Id of the specific record.
ItemVersion
int
☐
DEFAULT ((1)) Version number, increased after each record change.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - owner.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - creator.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - last changing user.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the server database.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the server database.
SalePriceGUID
uniqueidentifier
☐
⇨ dbo.EWD_SalePrices .ItemGUID GUID from EWD_SalesPrices, type of sale’s price.
GoodsItemGUID
uniqueidentifier
☐
⇨ dbo.EWD_Goods .ItemGUID GUID from EWD_Goods.
Price
decimal (18, 3)
☒
Sale price.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of currency in EnumValues.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_ProjectAssignments
Object ID: 341576255; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
WeekNumber
int
☐
Week number.
Year
int
☐
Year number.
AssignmentHours
decimal (18, 2)
☐
Assigned hours.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CreatedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Projects
List of projects
Object ID: 791673868; Created: June 19, 2008, 18:11:48; Modified: August 23, 2023, 21:37:35
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Note
nvarchar (max)
☒
Additional text information.
Price
decimal (18, 2)
☒
Price.
ProjectEnd
date
☒
Project end.
ProjectStart
date
☒
Project start.
ProjectName
nvarchar (256)
☒
Name of the project.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
FileAs
nvarchar (256)
☒
Text description of the record.
PeopleExpenses
decimal (18, 2)
☒
People expenses.
ProjectRealEnd
date
☒
Real end.
EstimatedPrice
decimal (18, 2)
☒
Estimated price.
HID
int
☒
Project ID.
ProjectOriginEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier origin.
PaymentTypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Payment type identifier.
OtherExpenses
decimal (18, 2)
☒
Other expenses.
Margin
decimal (18, 4)
☒
Margin.
PaymentMaturity
int
☒
Payment maturity.
InvoicePaymentDate
date
☒
Payment date.
InvoiceIssueDate
date
☒
Invoice date.
EstimatedMargin
decimal (18, 4)
☒
Estimated margin.
EstimatedPeopleExpenses
decimal (18, 2)
☒
Estimated people expenses.
EstimatedOtherExpenses
decimal (18, 2)
☒
Estimated other expenses.
LicensesCount
int
☒
Number of licenses.
LicensePrice
decimal (18, 2)
☒
Price per license.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
ShowInCaplan
bit
☒
DEFAULT ((1)) Indicates whether the project is visible in the CaPlan application.
af_14
nvarchar (255)
☒
EstimatedWorkHours
int
☒
Estimated work hours on project.
TotalWorkHours
decimal (18, 3)
☒
Total work hours on project.
EstimatedPeopleExpensesDefaultCurrency
decimal (18, 2)
☒
Estimated people expenses in default currency.
EstimatedOtherExpensesDefaultCurrency
decimal (18, 2)
☒
Estimated other expenses in default currency.
EstimatedPriceDefaultCurrency
decimal (18, 2)
☒
Estimated price of project in default currency.
PeopleExpensesDefaultCurrency
decimal (18, 2)
☒
People’s expenses in default currency.
OtherExpensesDefaultCurrency
decimal (18, 2)
☒
Other expenses in default currency.
PriceDefaultCurrency
decimal (18, 2)
☒
Price of project in default currency.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the currency.
EstimatedPeopleExpensesChanged
date
☐
Date and time when was EstimatedPeopleExpensesDefaultCurrency changed.
EstimatedOtherExpensesChanged
date
☐
Date and time when was EstimatedOtherExpensesDefaultCurrency changed.
OtherExpensesChanged
date
☐
Date and time when was OtherExpensesDefaultCurrency changed.
EstimatedPriceChanged
date
☐
Date and time when was OtherExpensesDefaultCurrency changed.
PriceChanged
date
☐
Date and time, when was PriceDefaultCurrency changed.
LicensePriceChanged
date
☐
Date and time, when was LicensePriceDefaultCurrency changed.
LicensePriceDefaultCurrency
decimal (18, 2)
☒
Price of License in default currency.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
LastActivity
date
☒
Date of the last activity.
NextStep
date
☒
Date of the next step.
Profit
decimal (18, 3)
☒
Project actual profit.
ProfitDefaultCurrency
decimal (18, 3)
☒
Project actual profit in default currency.
EstimatedProfit
decimal (18, 3)
☒
Project estimated profit.
EstimatedProfitDefaultCurrency
decimal (18, 3)
☒
Project estimated profit in default currency.
PeopleExpensesChanged
date
☐
Date and time, when was OtherExpensesDefaultCurrency changed.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
CompletedDate
date
☒
Date when project was marked as completed.
LostDate
date
☒
Date when project was marked as lost.
⇧ Table dbo.EWD_QueuedJobs
Object ID: 2081090850; Created: August 10, 2015, 22:08:47; Modified: May 25, 2021, 10:02:27
Name
Type
NULL
Comment
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
◆ ID
bigint
☐
IDENTITY Number identifier of item.
Name
varchar (256)
☒
Name of the SQL stored procedure.
Parameters
nvarchar (max)
☒
Parameters of the stored procedure.
BatchStart
datetimeoffset
☒
Date and time when the batch started.
IsError
bit
☒
Indicates whether the job finished with error.
ErrorMessage
nvarchar (max)
☒
Error message.
⇧ Table dbo.EWD_RecurrencePatterns
Object ID: 1972878791; Created: June 14, 2018, 20:20:57; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Id of the specific record
ItemVersion
int
☐
DEFAULT ((1)) Version number, increased after each record change
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - owner
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - creator
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - last changing user
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the local database
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the local database
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the server database
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the server database
TaskGUID
uniqueidentifier
☐
⇨ dbo.EWD_Tasks .ItemGUID Unique identificator of related task
RecurrenceType
tinyint
☐
Recurrence type
Interval
int
☒
Recurrence interval
Instance
tinyint
☒
Recurrence instance
DayOfWeekMask
tinyint
☒
Days of week mask used for recurrence
DayOfMonth
tinyint
☒
Day of month of ocurrence
MonthOfYear
tinyint
☒
Month of year of ocurrence
Regenerate
bit
☒
Value indicating whether task should be regenerate after being completed
NoEndDate
bit
☒
Value indicating whether end date of recurrence is set
Occurrences
int
☒
Number of occurrences
PatternStartDate
date
☒
Start date of recurrence
PatternEndDate
date
☒
End date of recurrence
EndKind
tinyint
☐
Value indicating kind of recurrence pattern end.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Reports
Table of reports definitions, not shown on any form - should be in Administrator UI soon.
Object ID: 608721221; Created: September 04, 2008, 19:58:32; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
Category
uniqueidentifier
☐
Category identifier.
Name
varchar (128)
☐
Name of the report.
Description
nvarchar (256)
☒
Detailed description.
Definition
nvarchar (max)
☒
XML definition of the report (contents of the RDL file).
Data
nvarchar (max)
☒
Additional data.
Active
bit
☐
DEFAULT ((1)) Value indicating whether the report is active.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_RevisionsHistory
Object ID: 742293704; Created: May 27, 2011, 14:16:57; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
Revision
int
☐
DEFAULT ((1)) Number of the revision.
DocumentGUID
uniqueidentifier
☐
⇨ dbo.EWD_Documents .ItemGUID GUID of the related document.
FileAs
nvarchar (256)
☒
Text description of the record.
FileSize
bigint
☐
Size of the document file in bytes.
FileCreationTime
datetime
☒
Creation date and time.
FileLastWriteTime
datetime
☒
Date and time of the last document change.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Salaries
Users salaries
Object ID: 437576597; Created: May 18, 2008, 17:25:31; Modified: February 01, 2023, 20:34:08
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
GrossSalary
decimal (18, 2)
☒
Gross salary.
Note
nvarchar (max)
☒
Additional text information.
ValidTo
date
☒
Valid to.
MealTickets
bit
☒
Meal tickets.
SupergrossSalary
decimal (18, 2)
☐
DEFAULT ((0)) Supergross salary.
Default
bit
☒
Just one default salary can exist in a time.
ValidFrom
date
☐
Valid from.
FileAs
nvarchar (256)
☒
Text description of the record.
WorkLoadEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID WorkLoad identifier.
SalaryTypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Salary type identifier.
Workload
int
☒
Week work hours.
GrossSalaryDefaultCurrency
decimal (18, 2)
☒
Amount of gross salary in default currency.
SupergrossSalaryDefaultCurrency
decimal (18, 2)
☒
Amount of super gross salary in default currency.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of currency.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
AdditionalCosts
decimal (18, 2)
☐
DEFAULT ((0)) Amount of additional costs.
AdditionalCostsDefaultCurrency
decimal (18, 2)
☒
Amount of additional costs in default currency.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_SalePrices
Object ID: 1591012749; Created: May 28, 2013, 06:56:39; Modified: January 11, 2023, 20:14:58
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
Note
nvarchar (max)
☒
Additional text information.
Discount
decimal (18, 4)
☒
Discount in percent.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Sessions
Object ID: 453576654; Created: May 18, 2008, 17:25:31; Modified: November 09, 2022, 16:52:51
Name
Type
NULL
Comment
◆ SID
uniqueidentifier
☐
GUID identifier.
UserGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID GUID of the user.
Created
datetimeoffset
☐
Date and time of session creation.
LastActivity
datetimeoffset
☐
Date and time of session last activity.
ClientVersion
nvarchar (50)
☒
Client version.
UserHostAddress
varchar (45)
☒
IP host address of the remote client.
UserHostId
varchar (50)
☒
Unique identification of the remote client.
Success
bit
☐
DEFAULT ((1)) Value indicating whether was login successful.
UserHostName
varchar (200)
☒
Name of the host.
TimeZone
nvarchar (32)
☒
Time zone identifier.
IsFullSync
bit
☒
Indicates whether the client runs full sync.
ProxyAddress
varchar (45)
☒
Proxy address provided during login.
⇧ Table dbo.EWD_SqlObjects
SQL definition of objects needed in local database.
Object ID: 1495676376; Created: June 23, 2008, 13:20:26; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
FileAs
nvarchar (256)
☐
Text description of the record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Name
nvarchar (256)
☐
Name of the object.
Type
int
☐
1: Table, 2: View, 3: Procedure, 4: Function, 5: Trigger.
Script
nvarchar (max)
☐
Script definition.
Rank
int
☐
Position of the item.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Tasks
Object ID: 759673754; Created: June 18, 2008, 18:39:18; Modified: September 27, 2023, 20:56:55
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Body
nvarchar (max)
☒
Body of task.
Complete
bit
☐
DEFAULT ((0)) Determines whether the task is completed.
DueDate
date
☒
Due date of the task.
Importance
int
☒
Number identifier of the importance (0, 1, 2).
PercentComplete
int
☒
Percents of task completion.
StartDate
date
☒
Start date of task.
Status
int
☒
Number identifier of task status (0, 1, 2, 3).
Subject
nvarchar (256)
☒
Subject of task.
FileAs
nvarchar (1280)
☒
Text description of the record.
Level
int
☐
DEFAULT ((1)) Level of task (1 .. 8).
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
Sensitivity
int
☐
DEFAULT ((0)) Number identifier of task sensitivity (0, 1, 2).
Categories
nvarchar (max)
☒
Contains data from the Outlook's TaskItem Categories field.
ActualWorkHours
decimal (18, 3)
☒
Summarization of related work sheets duration.
EstimatedWorkHours
decimal (18, 3)
☒
Taks estimated efford value from Outlook.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
TypeEn
uniqueidentifier
☒
DEFAULT ('F8622121-6206-47DE-9A3A-C7DC7E9AF92A') ⇨ dbo.EWD_EnumValues .ItemGUID Workflow type identificator.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Workflow previous status identificator.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PercentCompleteDecimal
decimal (5, 4)
☒
Percents of task completion.
Reminder
bit
☐
DEFAULT ((0)) Value indicating whether is reminder active.
ReminderDate
smalldatetime
☒
Date of task reminder.
ImportanceEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Level of task importance.
CompletedDate
date
☒
Date when task was completed.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_TeamRoles
Description of team members roles.
Object ID: 501576825; Created: May 18, 2008, 17:25:31; Modified: January 26, 2023, 20:17:48
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
RelationDataGUID
uniqueidentifier
☐
⇨ dbo.EWR_UnifiedRelations .RelationDataGUID GUID of the RelationData of the relation between project and user.
GroupGUID
uniqueidentifier
☐
⇨ dbo.EWD_Groups .ItemGUID Related group identifier.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Training
Users trainings
Object ID: 533576939; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Date
date
☒
Date.
TitleEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Title identifier.
GradeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Grade identifier.
Result
nvarchar (256)
☒
Result.
Note
nvarchar (max)
☒
Additional text information.
FileAs
nvarchar (256)
☒
Text description of the record.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_UserLicensingBundles
History of user license assignments.
Object ID: 813323499; Created: June 10, 2022, 17:18:04; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
LicensingBundles
nvarchar (256)
☒
Comma delimited codes of licensing bundles assigned to this user.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier of a relation.
⇧ Table dbo.EWD_UserNamesHistory
Object ID: 1709418055; Created: December 04, 2019, 20:16:49; Modified: September 24, 2021, 20:10:24
Name
Type
NULL
Comment
◆ ID
bigint
☐
IDENTITY Record identifier.
UserGUID
uniqueidentifier
☐
The user identifier.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created in database.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
UserName
nvarchar (100)
☐
Previous user UserName.
⇧ Table dbo.EWD_Users
eWay users
Object ID: 549576996; Created: May 18, 2008, 17:25:31; Modified: September 11, 2024, 21:27:02
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
UserName
nvarchar (100)
☐
Login name.
Server_Password
char (32)
☒
Hashed password.
FirstName
nvarchar (256)
☒
First user name.
MiddleName
nvarchar (256)
☒
Middle user name.
Suffix
nvarchar (50)
☒
Suffix.
FileAs
nvarchar (1280)
☒
Text description of the record.
Active
bit
☐
DEFAULT ((0)) Indicates whether the user is active or not.
MobilePhoneNumber
nvarchar (256)
☒
Mobile number.
Email1Address
nvarchar (256)
☒
First email address.
BusinessPhoneNumber
nvarchar (256)
☒
Telephone number.
BankAccount
nvarchar (256)
☒
Bank account.
BirthPlace
nvarchar (256)
☒
Birth place.
Note
nvarchar (max)
☒
Additional text information.
HomeAddressPostalCode
nvarchar (256)
☒
Postal code of user's home address.
IDCardNumber
nvarchar (256)
☒
ID card number.
Birthdate
date
☒
Birthday.
IdentificationNumber
nvarchar (256)
☒
ID.
HomeAddressCountry
nvarchar (256)
☒
Country of user's home address.
HomeAddressState
nvarchar (256)
☒
State of user's home address.
HealthInsurance
nvarchar (256)
☒
Health insurance.
Prefix
nvarchar (256)
☒
Prefix.
HolidayLength
decimal (5, 2)
☒
Holiday length.
LastName
nvarchar (256)
☒
Last name.
PersonalIdentificationNumber
nvarchar (256)
☒
Personal ID.
MSN
nvarchar (256)
☒
MSN contact.
ICQ
nvarchar (256)
☒
ICQ nickname.
HomeAddressStreet
nvarchar (256)
☒
Street of user's home address.
Email2Address
nvarchar (256)
☒
Second email address.
HomeAddressCity
nvarchar (256)
☒
City of user's home address.
Skype
nvarchar (256)
☒
Skype name.
HomeAddressPOBox
nvarchar (256)
☒
POBox of user's home address.
FamilyStatusEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Family status identifier.
SalaryDateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Salary date identifier.
TransportMode
nvarchar (256)
☒
Transport mode.
TravelDistance
nvarchar (256)
☒
Travel distance.
TimeAccessibility
nvarchar (256)
☒
Time accessibility.
IsHRManager
bit
☒
Obsolete, but used for costs calculation or in CaPlan. Should be deleted in near future.
IsProjectManager
bit
☒
Obsolete, but used for costs calculation or in CaPlan. Should be deleted in near future.
ShowInCaplan
int
☒
Obsolete, but used for costs calculation or in CaPlan. Should be deleted in near future.
PrefixEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the prefix.
SuffixEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the suffix.
WorkdayStartTime
nchar (5)
☐
DEFAULT ('09:00') Hour when the user workday begins.
RemainingDaysOfHoliday
decimal (5, 2)
☒
DEFAULT ((0)) Number of remaining holiday days for the current year.
Server_OutlookAccess
bit
☐
DEFAULT ((0)) Indicates whether the user has access to Outlook client.
Server_WebAccess
bit
☐
DEFAULT ((0)) Indicates whether the user has access to WebAccess client.
Server_LastLogin
datetimeoffset
☒
Date and time of last user login on server.
Server_LastActivity
datetimeoffset
☒
Date and time of last user server activity.
HomeAddressCountryEn
uniqueidentifier
☐
DEFAULT ('E130FB18-0950-4D21-8D96-13387D519DD7') ⇨ dbo.EWD_EnumValues .ItemGUID GUID of user's home address country.
MobilePhoneNumberNormalized
varchar (256)
☒
Normalized mobile.
BusinessPhoneNumberNormalized
varchar (256)
☒
Normalized phone number.
Server_MobileAccess
bit
☐
DEFAULT ((0)) Indicates whether the user has access to Mobile client.
IsSystem
bit
☐
DEFAULT ((0)) Value indicating whether the user is a system uer.
JobTitle
nvarchar (256)
☒
Job title of the user.
ProfilePicture
varbinary (max)
☒
Profile picture of the user.
ProfilePictureWidth
int
☐
DEFAULT ((0)) Width of the profile picture.
ProfilePictureHeight
int
☐
DEFAULT ((0)) Height of the profile picture.
Server_AccountLockedTime
datetimeoffset
☒
Value indicating whether was account locked and when.
Server_ForcePasswordChange
bit
☐
DEFAULT ((0)) Value indicating whether is change of user password forced.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_LicensingBundles
nvarchar (256)
☒
Comma delimited codes of licensing bundles assigned to this user.
Server_AuthTokensRevokedTime
datetimeoffset
☒
Value indicating when the auth tokens were revoked for the user.
IsApiUser
bit
☐
DEFAULT ((0)) Value indicating whether the user is API user.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID
Server_PasswordLastChanged
datetimeoffset
☒
Last time when the password was changed for the user.
Server_AssignedContactsAndCompanies
nvarchar (20)
☒
Contains cached info about the currently assigned edition of this feature to this user. This information is redundant to EWD_Users.Server_LicensingBundles and must be written only together with that column.
Server_AssignedSales
nvarchar (20)
☒
Contains cached info about the currently assigned edition of this feature to this user. This information is redundant to EWD_Users.Server_LicensingBundles and must be written only together with that column.
Server_AssignedMarketing
nvarchar (20)
☒
Contains cached info about the currently assigned edition of this feature to this user. This information is redundant to EWD_Users.Server_LicensingBundles and must be written only together with that column.
Server_AssignedProjects
nvarchar (20)
☒
Contains cached info about the currently assigned edition of this feature to this user. This information is redundant to EWD_Users.Server_LicensingBundles and must be written only together with that column.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_UserSettings
Object ID: 1216723387; Created: September 11, 2009, 16:58:08; Modified: April 17, 2023, 20:17:24
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
Name
nvarchar (64)
☐
Name.
Value
nvarchar (max)
☒
Value.
Path
nvarchar (256)
☐
Path.
FileAs
nvarchar (256)
☒
Text description of the record.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Vacation
Users vacations.
Object ID: 565577053; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
StartDate
smalldatetime
☒
Start.
EndDate
smalldatetime
☒
End.
Place
nvarchar (256)
☒
Place.
Note
nvarchar (max)
☒
Additional text information.
TypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
FileAs
nvarchar (256)
☒
Text description of the record.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
Duration
decimal (5, 2)
☒
Duration in days.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_Version
Object ID: 1556916618; Created: November 26, 2012, 13:00:54; Modified: September 29, 2022, 20:12:46
Name
Type
NULL
Comment
◆ ID
int
☐
IDENTITY Number identifier of version.
eWay
varchar (20)
☒
eWay-CRM version identifier.
AvailableVersionApproved
bit
☒
This bit specifies whether the available version was already allowed/denied/not seen by the administrator.
AvailableWebServiceVersion
varchar (20)
☒
This bit specifies whether the available version was already allowed/denied/not seen by the administrator.
AvailableOutlookClientVersion
varchar (20)
☒
This bit specifies whether the available version was already allowed/denied/not seen by the administrator.
AvailableVersionChangeLogLink
nvarchar (1024)
☒
Link to translated web page containing change log and support for eWay upgrade.
AvailableVersionReleaseDate
date
☒
This is the date when the available version was created in the LS. It is the release date of the particular version.
eWayChecksum
char (32)
☒
Checksum of the client installation file.
WebService
varchar (20)
☒
PrevFingerprint
nvarchar (256)
☒
If not null, the column contains the fingerprint which was successfully used for getting the LK the last time. If the fingerprint stored here differs from the current fingerprint of the machine, both the previous and the new are sent to the LS to tell it that the server changed its parameters.
IsAzureAdLogin
bit
☒
Indicates whether Azure AD login is used.
ContactsAndCompanies
varchar (20)
☒
Edition of Contacts and Companies.
BusinessType
varchar (20)
☒
Business type.
Sales
varchar (20)
☒
Edition of Sales.
Projects
varchar (20)
☒
Edition of Projects.
Marketing
varchar (20)
☒
Edition of Marketing.
⇧ Table dbo.EWD_WebAccess2Options
Object ID: 689437530; Created: March 06, 2013, 15:20:49; Modified: November 14, 2023, 21:40:23
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
Key
nvarchar (768)
☒
Key.
Type
nvarchar (768)
☒
Type.
Value
nvarchar (max)
☐
Value.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
IsShared
bit
☐
DEFAULT ((0)) If true, this row asi accessible to all users - not only to its owner. Editable is for admins and the owner. If false, view and edit is only for the owner.
⇧ Table dbo.EWD_WebAccessOptions
Object ID: 581577110; Created: May 18, 2008, 17:25:31; Modified: May 06, 2021, 09:20:02
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OptionName
nvarchar (50)
☒
Name of option.
OptionValue
nvarchar (256)
☒
Value of option.
OwnerGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
⇧ Table dbo.EWD_WebServiceTasks
Object ID: 281285749; Created: March 05, 2023, 20:17:30; Modified: March 05, 2023, 20:17:30
Name
Type
NULL
Comment
◆ TaskGUID
uniqueidentifier
☐
Identifier of the web service task.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
FailedDate
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when task failed.
Name
nvarchar (256)
☐
Task name.
Parameters
nvarchar (max)
☐
Task parameters.
ErrorDescription
nvarchar (max)
☐
Description of the task error.
AdditionalData
nvarchar (max)
☒
ID
bigint
☐
IDENTITY
⇧ Table dbo.EWD_WorkCommitments
Object ID: 597577167; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
WeekNumber
int
☐
Weeknumber of commitment.
Year
int
☐
Year of commitment.
WorkCommitment
int
☐
Committed hours.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CreatedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☒
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_WorkReports
Users worked hours
Object ID: 613577224; Created: May 18, 2008, 17:25:31; Modified: September 21, 2023, 12:06:27
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
FileAs
nvarchar (256)
☒
Text description of the record.
Subject
nvarchar (256)
☒
Subject.
Date
date
☐
Date.
Duration
decimal (18, 3)
☒
Duration in hours.
Note
nvarchar (max)
☒
Additional text information.
Rate
decimal (18, 2)
☒
Costs of the item.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
WorkReportEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Type of the record.
ImportanceEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Importance.
FromTime
smalldatetime
☐
From.
ToTime
smalldatetime
☐
To.
DayTypeEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Day type identifier.
Overtime
bit
☒
Indicates whether the item is overtime.
Calendar_ORIGIN
uniqueidentifier
☒
⇨ dbo.EWD_Calendar .ItemGUID Related item from EWD_Calendar.
Year
int
☒
Year.
Month
tinyint
☒
Month.
CalendarEntryID
varchar (140)
☒
EntryID of the related appointment from Outlook.
RateDefaultCurrency
decimal (18, 2)
☒
Default currency rate.
RateParentCurrency
decimal (18, 2)
☒
Parent currency rate.
CurrencyEn
uniqueidentifier
☐
DEFAULT ('8D70FEA5-8370-4923-97F5-8667707B4802') ⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the currency.
StateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Status of the record.
PrevStateEn
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Previous status of the record.
Private
bit
☐
DEFAULT ((0)) Determines whether the item is private. Default is no.
RateAdditional
decimal (18, 2)
☒
Additional costs.
RateAdditionalDefaultCurrency
decimal (18, 2)
☒
Additional costs in default currency.
RateAdditionalParentCurrency
decimal (18, 2)
☒
Additional costs in parent currency.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Picture
varbinary (max)
☒
PictureWidth
smallint
☐
DEFAULT ((0))
PictureHeight
smallint
☐
DEFAULT ((0))
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWD_WrongClientVersions
List of not allowed client versions for current data structure.
Object ID: 596197174; Created: July 15, 2008, 11:27:21; Modified: November 26, 2012, 13:00:38
Name
Type
NULL
Comment
◆ ClientVersion
nvarchar (50)
☐
Client version.
⇧ Table dbo.EWD_XsltTransformations
Object ID: 1881773761; Created: January 18, 2011, 16:33:11; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (256)
☒
Text description of the record.
LangCode
nchar (2)
☒
DEFAULT (N'cs') Language code (cs, en, ru, de, no, sk).
Definition
nvarchar (max)
☒
XML definition of the template.
Namespace
nvarchar (128)
☐
DEFAULT ('urn:eway:document-schemas:proposal') Namespace of the template.
ObjectTypeID
tinyint
☐
DEFAULT ((70)) ⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the module where the transformation will be used.
TransformationVersion
int
☒
DEFAULT ((1)) Version of the transformation.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWE_ClientVersions
Object ID: 1612493469; Created: February 28, 2018, 20:21:12; Modified: November 21, 2022, 20:30:57
Name
Type
NULL
Comment
◆ ID
bigint
☐
IDENTITY Id of the specific record.
ClientVersion
nvarchar (50)
☐
Client version.
Created
datetimeoffset
☒
Date and time when the version was used for the first time.
Type
tinyint
☐
OutlookClient: 0, WebAccess: 1, WebService: 2, AdministrationApp: 3, PHPClient: 4,
UnitTests: 5, MobileClient (deprecated): 6, IdentityServer: 7, PowerBI: 8, Other: 9, QuickBooks: 10, Office365OutlookAddin: 11, ThreeCX: 12, Zapier: 13, TimeClock: 14,
WordPressContactForm7: 15, SignUp: 16, iPhoneApp: 17, AndroidApp: 18, AdministrationWebApp: 19.
⇧ Table dbo.EWE_ColumnPermissions
Permissions for specified columns.
Object ID: 645577338; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
GroupGUID
uniqueidentifier
☐
⇨ dbo.EWD_Groups .ItemGUID Related group identifier.
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the module where the column permission is applied.
ColumnName
nvarchar (255)
☐
Column name.
FileAs
nvarchar (256)
☒
Text description of the record.
Type
tinyint
☐
DEFAULT ((0)) 0: None, 1: All, 2: Own, 3: Readonly, 4: Invisible.
Mandatory
tinyint
☐
DEFAULT ((0)) 0: None, 1: Mandatory, 2: Optional, 3: Unique.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
IsMandatoryEditable
bit
☐
DEFAULT ((1)) Value indicating whether is module permission system and therefore not editable.
IsTypeEditable
bit
☐
DEFAULT ((1)) Value indicating whether user is able to change Type.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWE_Holidays
Object ID: 1424724128; Created: November 12, 2009, 16:43:38; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
FileAs
nvarchar (50)
☐
Text description of the record.
Date
date
☐
Date of holiday.
CalcFunction
nvarchar (50)
☒
Name of SQL function, which calculates date of holiday.
CountryEn
uniqueidentifier
☐
DEFAULT ('E130FB18-0950-4D21-8D96-13387D519DD7') ⇨ dbo.EWD_EnumValues .ItemGUID Country identifier.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWE_ModulePermissions
Permissions for a group on a specified module.
Object ID: 661577395; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
FileAs
nvarchar (256)
☒
Text description of the record.
GroupGUID
uniqueidentifier
☐
⇨ dbo.EWD_Groups .ItemGUID Related group identifier.
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the module where the module permission is applied.
View
varchar (16)
☐
NONE, OWN, RELATED, GROUP, INHERITED, ALL.
Edit
varchar (16)
☐
NONE, OWN, RELATED, GROUP, INHERITED, ALL.
Delete
varchar (16)
☐
NONE, OWN, RELATED, GROUP, INHERITED, ALL.
Create
varchar (16)
☐
ALL, NONE.
Export
varchar (16)
☐
DEFAULT ('ALL') ALL, NONE, OWN.
RowsRestriction
int
☐
DEFAULT ((0)) Number of allowed rows.
IsSystem
bit
☐
DEFAULT ((0)) Value indicating whether is module permission system and therefore not editable.
History
varchar (16)
☐
DEFAULT ('ALL') ALL, NONE, OWN.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWE_ObjectTypes
List of every modules in eWay
Object ID: 304720138; Created: August 21, 2008, 15:00:40; Modified: April 26, 2022, 21:19:07
Name
Type
NULL
Comment
◆ ObjectTypeID
tinyint
☐
IDENTITY ID of the module.
FolderName
nvarchar (50)
☐
Folder name.
TableName
nvarchar (50)
☐
Name of corresponding table in server database.
ReadOnly
bit
☐
Indicates whether the module is readonly.
FullTextEnabled
bit
☒
Indicates whether fulltext is enabled on this module.
Customizable
bit
☐
DEFAULT ((1)) Additional fields can be added or not.
IsModule
bit
☒
Indicates whether users may define permission on this module.
PrivateItemsEnabled
bit
☐
DEFAULT ((0)) Value indicating whether module supports Private items.
SupportsFileAs
bit
☐
DEFAULT ((1)) Indicates whether module uses FileAs column.
Active
bit
☐
DEFAULT ((1)) Value indicating whether the module is active.
GDPR
bit
☐
DEFAULT ((0)) Value indicating whether modul supports GDPR logic.
GDPRHistory
bit
☐
DEFAULT ((0)) Value indicating whether item has GDPR history.
SupportsItemChanges
bit
☐
DEFAULT ((1)) Indicates whether module uses ItemVersion column and so can be synchronized between clients.
Categorizable
bit
☐
DEFAULT ((1)) Indicates whether module is allowing to categorize records.
Linkable
bit
☐
DEFAULT ((1)) Indicates whether the module allows being linked to other records using relational additional field.
SupportsWorkflow
bit
☐
DEFAULT ((0)) Indicates whether module can display workflow panel.
TypeEnumGUID
uniqueidentifier
☒
⇨ dbo.EWD_EnumTypes .ItemGUID If not null, references to EWD_EnumTypes.ItemGUID and determines the enum type of the module TypeEn (DocTypeEn or other) field.
⇧ Table dbo.EWE_RelationDirections
Helper table for UnifiedRelations.
Object ID: 1601622436; Created: February 02, 2023, 20:15:36; Modified: July 24, 2023, 20:50:00
Name
Type
NULL
Comment
◆ Direction
tinyint
☐
◆ Position
tinyint
☐
⇧ Table dbo.EWE_SuspendedTriggers
Table with suspended triggers.
Object ID: 554562601; Created: July 14, 2022, 11:41:06; Modified: July 14, 2022, 11:41:06
Name
Type
NULL
Comment
◆ ProcedureName
varchar (256)
☐
Name of the suspended procedure.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Reason
nvarchar (max)
☐
Reason of the suspension.
⇧ Table dbo.EWF_Flows
Possible state changes in WorkFlows
Object ID: 709577566; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
ModelGUID
uniqueidentifier
☐
⇨ dbo.EWF_Models .ItemGUID GUID of the workflow model.
ParentStatusGUID
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the parent status.
ChildStatusGUID
uniqueidentifier
☐
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the child status.
Roundtrip
bit
☐
DEFAULT ((0)) Indicates whether the flow allows step back.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWF_History
History of states changes for each WF
Object ID: 725577623; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
ParentStatusGUID
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the source status.
ChildStatusGUID
uniqueidentifier
☐
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the destination status.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWF_Models
WorkFlow Models, for each WF must exist just one Model
Object ID: 741577680; Created: May 18, 2008, 17:25:31; Modified: December 18, 2022, 20:19:33
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
EnumTypeGUID
uniqueidentifier
☐
⇨ dbo.EWD_EnumTypes .ItemGUID Identifier of the enumeration with corresponding workflow statuses.
FileAs
nvarchar (256)
☒
Text description of the record.
ParentType
uniqueidentifier
☒
⇨ dbo.EWD_EnumValues .ItemGUID Identifier of the enum value which represents a type of the item.
IsSystem
bit
☐
DEFAULT ((0)) Determines whether the item is system model.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
IsUsingFlows
bit
☐
DEFAULT ((1)) Value indicating whether is workflow using flows or not.
AllowEditItems
bit
☐
DEFAULT ((1)) Indicates whether users can edit workflow statuses and flows.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWR_EnumValuesRelations
Object ID: 316436797; Created: October 06, 2017, 22:53:45; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Id of the specific record
ItemVersion
int
☐
DEFAULT ((1)) Version number, increased after each record change
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - owner
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - creator
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID FK: ItemGUID, EWD_Users - last changing user
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the local database
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the local database
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was created on the server database
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date when the record was changed for the last time on the server database
EnumValueGUID
uniqueidentifier
☐
⇨ dbo.EWD_EnumValues .ItemGUID
RelatedItemGUID
uniqueidentifier
☐
FieldName
nvarchar (256)
☐
ObjectTypeID
tinyint
☒
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the items.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWR_ItemCopyRelations
Table of relations between source item and copied item
Object ID: 2001754534; Created: April 28, 2015, 21:13:36; Modified: January 09, 2023, 20:36:53
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
CreatedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who created the record.
ModifiedByGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Identifier of the user who updated the record for the last time.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
CopyFrom
uniqueidentifier
☐
Source item identifier.
CopyTo
uniqueidentifier
☐
Target item identifier.
ObjectTypeID
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the items.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier.
⇧ Table dbo.EWR_UnifiedRelations
Table of all relations between modules. Each relation is created by pair of relations with opposite ItemGUID1 and ItemGUID2
Object ID: 900198257; Created: July 29, 2008, 16:56:03; Modified: March 03, 2024, 21:18:57
Name
Type
NULL
Comment
◆ ItemGUID
uniqueidentifier
☐
Identifier of the database record.
ItemVersion
int
☐
DEFAULT ((1)) Version number of the database record. Increments with each update.
ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been created in the local database.
ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record has been updated in the local database.
Server_ItemCreated
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was created on the server.
Server_ItemChanged
datetimeoffset
☐
DEFAULT (sysdatetimeoffset()) Date and time when the record was updated on the server.
ItemGUID1
uniqueidentifier
☐
GUID of the first item.
ItemGUID2
uniqueidentifier
☐
GUID of the second item.
ObjectTypeID1
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the first item.
ObjectTypeID2
tinyint
☐
⇨ dbo.EWE_ObjectTypes .ObjectTypeID ObjectTypeID of the second item.
RelationDataGUID
uniqueidentifier
☐
Each pair of relations has common information saved here.
Direction
tinyint
☐
For one-to-many relations. Standard relation has Direction = 0, one-to-many is saved with 1 and 2.
OwnerGUID
uniqueidentifier
☐
⇨ dbo.EWD_Users .ItemGUID Owner of the database record.
ItemState
tinyint
☐
COMPUTED Value is alway zero. It is used for compatibility with local databases.
RelationTypeID
smallint
☐
Relation type ID.
Server_ID
bigint
☐
IDENTITY Sortable unique identifier of a relation.
RelationType
varchar (30)
☒
COMPUTED
⇧ Table dbo.schema_migrations
Object ID: 614293248; Created: May 03, 2011, 13:47:44; Modified: October 03, 2013, 21:41:36
Name
Type
NULL
Comment
◆ version
bigint
☐
⇧ View dbo.EWR_ObjectRelations
Object ID: 18788566; Created: September 24, 2021, 20:10:19
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
ItemVersion
int
☐
ItemCreated
datetimeoffset
☐
ItemChanged
datetimeoffset
☐
Server_ItemCreated
datetimeoffset
☐
Server_ItemChanged
datetimeoffset
☐
ItemGUID1
uniqueidentifier
☐
ItemGUID2
uniqueidentifier
☐
ObjectTypeID1
tinyint
☐
ObjectTypeID2
tinyint
☐
RelationDataGUID
uniqueidentifier
☐
Direction
int
☐
OwnerGUID
uniqueidentifier
☐
ItemState
tinyint
☒
RelationTypeID
smallint
☐
RelationType
varchar (30)
☒
⇧ View dbo.vw_BusinessHours
Object ID: 186796073; Created: May 06, 2015, 08:08:20
Name
Type
NULL
Comment
DayInWeek
int
☒
DayInWeekName
nvarchar (30)
☒
hh_From
int
☐
mm_From
int
☐
hh_To
int
☐
mm_To
int
☐
⇧ View dbo.vw_CalculateProjectsPricesWorkReports
Object ID: 955618943; Created: July 27, 2016, 22:19:58
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_DefaultEnumValues
Object ID: 795774538; Created: January 10, 2018, 07:56:29; Modified: January 10, 2018, 07:56:29
Name
Type
NULL
Comment
EnumType
uniqueidentifier
☐
⇧ View dbo.vw_DoNotRecalculateOtherCurrencyPricesItems
Object ID: 941050934; Created: December 21, 2016, 22:24:57
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☒
FolderName
varchar (50)
☒
⇧ View dbo.vw_ExpenseCarts
Object ID: 1557098275; Created: January 26, 2023, 20:17:49
Name
Type
NULL
Comment
ProjectGUID
uniqueidentifier
☒
FolderName
nvarchar (50)
☒
FileAs
nvarchar (256)
☒
CartItemGUID
uniqueidentifier
☐
CartTypeItemGUID
uniqueidentifier
☒
AmountExcludingVAT
decimal (38, 3)
☒
AmountExcludingVATParentCurrency
decimal (38, 3)
☒
AmountExcludingVATDefaultCurrency
decimal (38, 3)
☒
PurchaseExpensesParentCurrency
decimal (38, 3)
☒
PurchaseExpensesDefaultCurrency
decimal (38, 3)
☒
TaxableSupplyDate
date
☒
AccountingCaseDate
date
☒
⇧ View dbo.vw_GroupRelations
Object ID: 117197255; Created: July 24, 2023, 20:50:00; Modified: July 24, 2023, 20:50:00
Name
Type
NULL
Comment
GroupGUID
uniqueidentifier
☐
ItemGUID
uniqueidentifier
☐
ObjectTypeID
tinyint
☐
Cnt
bigint
☒
⇧ View dbo.vw_HUB_Relations
Object ID: 299381823; Created: March 24, 2023, 09:22:17; Modified: March 24, 2023, 09:22:17
Name
Type
NULL
Comment
ParentItemGUID
uniqueidentifier
☐
ItemGUID
uniqueidentifier
☐
ObjectTypeID
tinyint
☐
Cnt
bigint
☒
⇧ View dbo.vw_IncomeCarts
Object ID: 1541098218; Created: January 26, 2023, 20:17:49
Name
Type
NULL
Comment
ProjectGUID
uniqueidentifier
☒
FolderName
nvarchar (50)
☒
CartItemGUID
uniqueidentifier
☐
CartTypeItemGUID
uniqueidentifier
☒
AmountExcludingVAT
decimal (38, 3)
☒
AmountDefaultCurrency
decimal (38, 3)
☒
CurrencyEn
uniqueidentifier
☐
AmountExcludingVATParentCurrency
decimal (38, 3)
☒
AmountExcludingVATDefaultCurrency
decimal (38, 3)
☒
PurchaseExpensesParentCurrency
decimal (38, 3)
☒
PurchaseExpensesDefaultCurrency
decimal (38, 3)
☒
ForPaymentParentCurrency
decimal (38, 6)
☒
ForPaymentDefaultCurrency
decimal (38, 6)
☒
ValidUntil
date
☒
EffectiveFrom
date
☒
TaxableSupplyDate
date
☒
AccountingCaseDate
date
☒
IsProjectCartType
int
☐
⇧ View dbo.vw_InheritedRelations
Object ID: 379382108; Created: March 24, 2023, 09:22:17; Modified: March 24, 2023, 09:22:17
Name
Type
NULL
Comment
ParentItemGUID
uniqueidentifier
☐
ParentObjectTypeID
tinyint
☐
ItemGUID
uniqueidentifier
☐
ObjectTypeID
tinyint
☐
Cnt
bigint
☒
⇧ View dbo.vw_LastWeekCapacityAssignment
View returns all active users and there last assignment in Caplan - used for reporrt
Object ID: 1220199397; Created: August 01, 2008, 10:55:40; Modified: March 06, 2013, 11:24:09
Name
Type
NULL
Comment
USERNAME
nvarchar (256)
☒
ACTIVE
bit
☒
LastWeek
int
☒
Year
int
☐
⇧ View dbo.vw_NotifyAboutTasks
Object ID: 389888756; Created: January 29, 2015, 21:58:17
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyTeamAboutNewDocumentInProject
Object ID: 497436846; Created: February 22, 2013, 08:09:27; Modified: March 06, 2013, 11:24:09
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyTeamAboutNewEmailInProject
Object ID: 465436732; Created: February 22, 2013, 08:09:27; Modified: March 06, 2013, 11:24:09
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyTeamAboutNewJournalInProject
Object ID: 2084918499; Created: January 24, 2013, 15:08:14; Modified: March 06, 2013, 11:24:10
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewDocumentInCompany
Object ID: 579533148; Created: June 07, 2013, 21:07:45
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewDocumentInContact
Object ID: 595533205; Created: June 07, 2013, 21:07:45
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewDocumentInLead
Object ID: 433436618; Created: February 22, 2013, 08:09:27; Modified: March 06, 2013, 11:24:09
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewEmailInCompany
Object ID: 1737109279; Created: July 01, 2013, 21:07:58
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewEmailInContact
Object ID: 1753109336; Created: July 01, 2013, 21:07:58
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewEmailInLead
Object ID: 401436504; Created: February 22, 2013, 08:09:26; Modified: March 06, 2013, 11:24:09
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewJournalInCompany
Object ID: 547533034; Created: June 07, 2013, 21:07:45
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewJournalInContact
Object ID: 563533091; Created: June 07, 2013, 21:07:45
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_NotifyUsersAboutNewJournalInLead
Object ID: 2100918556; Created: January 24, 2013, 15:08:14; Modified: March 06, 2013, 11:24:10
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
⇧ View dbo.vw_Project_Starts_FromStatusChange
Used in Leads report for searching project first status change.
Object ID: 1687677060; Created: June 25, 2008, 13:41:56; Modified: March 06, 2013, 11:24:10
Name
Type
NULL
Comment
ItemCreated
datetime
☐
ItemGUID
uniqueidentifier
☐
ProjectGUID
uniqueidentifier
☐
ProjectName
nvarchar (256)
☒
⇧ View dbo.vw_ProjectDeadlineAlerts
Object ID: 1788181766; Created: March 24, 2015, 21:32:23
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
En
nvarchar (50)
☐
ProjectsTypeFileAs
nvarchar (256)
☐
Cs
nvarchar (50)
☐
FileAs
nvarchar (256)
☐
DayCount
nvarchar (256)
☒
⇧ View dbo.vw_ProjectDeadlineEmails
Object ID: 1355802025; Created: September 11, 2024, 21:28:05
Name
Type
NULL
Comment
ProjectGUID
uniqueidentifier
☐
ProjectName
nvarchar (256)
☒
ProjectType
nvarchar (256)
☐
ProjectState
nvarchar (256)
☐
ProjectEnd
datetime
☒
DaysToEnd
int
☒
Price
decimal (18, 2)
☒
Currency
uniqueidentifier
☐
EmailAddresses
nvarchar (max)
☒
PMGUID
uniqueidentifier
☒
PMName
nvarchar (1280)
☒
⇧ View dbo.vw_ProjectsEnds
Object ID: 1023276838; Created: September 11, 2024, 21:26:54
Name
Type
NULL
Comment
ProjectGUID
uniqueidentifier
☐
ProjectName
nvarchar (256)
☒
HID
int
☒
ProjectType
nvarchar (256)
☐
ProjectsTypeFileAs
nvarchar (256)
☐
ProjectState
nvarchar (256)
☐
ProjectEnd
datetime
☒
DaysToEnd
int
☒
Price
decimal (18, 2)
☒
Currency
uniqueidentifier
☐
⇧ View dbo.vw_ProjectTotals
Sum of costs per project - used in reports.
Object ID: 1735677231; Created: June 25, 2008, 13:52:48; Modified: March 06, 2013, 11:24:10
Name
Type
NULL
Comment
ProjectGUID
uniqueidentifier
☐
TotalRate
numeric (38, 2)
☒
TotalDuration
float (53, 0)
☒
Costs
float (53, 0)
☒
⇧ View dbo.vw_RandomNumber
Object ID: 584441206; Created: August 02, 2013, 10:07:50
Name
Type
NULL
Comment
RandomNumber
float (53, 0)
☒
⇧ View dbo.vw_RelatedGroups
Object ID: 1659803108; Created: September 11, 2024, 21:28:15
Name
Type
NULL
Comment
ItemGUID
uniqueidentifier
☐
ObjectTypeID
tinyint
☐
GroupGUID
uniqueidentifier
☐
GroupName
nvarchar (256)
☐
IsCategory
bit
☐
⇧ View dbo.vw_UnifiedRelations
Object ID: 1055276952; Created: September 11, 2024, 21:26:55
Name
Type
NULL
Comment
RelationDataGUID
uniqueidentifier
☐
ItemGUID_A
uniqueidentifier
☐
ItemGUID_B
uniqueidentifier
☐
IsOriented
bit
☒
ObjectTypeID_A
tinyint
☐
ObjectTypeID_B
tinyint
☐
RelationType
varchar (30)
☒
RelationTypeID
smallint
☐
⇧ View dbo.vw_UserRelations
Object ID: 347381994; Created: March 24, 2023, 09:22:17; Modified: March 24, 2023, 09:22:17
Name
Type
NULL
Comment
UserGUID
uniqueidentifier
☐
ItemGUID
uniqueidentifier
☐
ObjectTypeID
tinyint
☐
Cnt
bigint
☒
⇧ View dbo.vw_WorkReportRateTypes
Object ID: 1999554407; Created: May 26, 2014, 12:27:18
Name
Type
NULL
Comment
enName
nvarchar (50)
☐
csName
nvarchar (50)
☒
EnumValueRateGUID
uniqueidentifier
☐
RateCoefficient
numeric (2, 1)
☐
IsFix
int
☐
⇧ Stored Procedure dbo.CaPlan_RemoveProjectAssignments
CaPlan - remove (or display) project assignment for user for week for project.
Object ID: 2021582240; Created: May 18, 2008, 17:47:39; Modified: March 06, 2013, 11:24:10
Name
Type
Default
Comment
@UserName
nvarchar (50)
@ProjectName
nvarchar (256)
@Year
int
@WeekNumber
int
@Action
nvarchar (50)
⇧ Stored Procedure dbo.eWaySP_AddCategoriesToItem
Adds the specified categories to the item. Categories are given by name in one string joined by specified delimiter. The default delimiter is comma ','. Raises error if unknown category name is detected.
Object ID: 895276382; Created: September 11, 2024, 21:26:49
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Identified of the item that should be categorized.
@ItemFolderName
nvarchar (256)
Folder name the item belongs to.
@GroupsList
nvarchar (max)
String of group names separated by delimiter.
@Delimiter
char (1)
Delimiter used in the @GroupList parameter to separate the group names. Default delimiter is comma ','.
@PreserveExistingCategories
bit
While being 1 preserves existing categories. Default value is 1.
⇧ Stored Procedure dbo.eWaySP_AddEmailToProject
Connect email to project with GENERAL relation when is email connected to completed lead.
Object ID: 1283236072; Created: February 23, 2016, 22:10:43
Name
Type
Default
Comment
@EmailGUID
uniqueidentifier
GUID of email.
@LeadGUID
uniqueidentifier
GUID of lead.
⇧ Stored Procedure dbo.eWaySP_AdditionalFields_KeepEntryUnique
Prevents additional fields record that is being saved from hitting into unique constraints. This procedure copies the logic of eWaySP_EnumValues_KeepEntryUnique. Other items changed by this procedure do not get incremented ItemVersion nor are they put into EWD_ItemChanges.
Object ID: 1062463755; Created: December 12, 2019, 20:17:34
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Saved additional field item guid.
@ObjectTypeID
tinyint
Folder object type to which this af belongs.
@NewRank
int
New rank set to the additional field.
@NewName
nvarchar (256)
New name set to the additional field.
⇧ Stored Procedure dbo.eWaySP_AddProcedureIntoJobQueue
Add procedure into job queue with parameters as text.
Object ID: 2015710629; Created: September 17, 2015, 22:07:13
Name
Type
Default
Comment
@ProcedureName
varchar (256)
Name of the procedure to execute.
@Parameters
nvarchar (max)
Parameters of procedure as text.
⇧ Stored Procedure dbo.eWaySP_AddProcedureIntoJobQueueWithNamedParameters
Add procedure into job queue with parameters as text.
Object ID: 1978007815; Created: April 17, 2023, 20:17:24
Name
Type
Default
Comment
@ProcedureName
varchar (256)
Name of the procedure to execute.
@Parameter1Name
nvarchar (256)
Name of the procedure parameter for 1st pair name-value. It has to start with @.
@Parameter1Value
sql_variant
Value of the procedure parameter for 1st pair name-value.
@Parameter2Name
nvarchar (256)
@Parameter2Value
sql_variant
@Parameter3Name
nvarchar (256)
@Parameter3Value
sql_variant
@Parameter4Name
nvarchar (256)
@Parameter4Value
sql_variant
@Parameter5Name
nvarchar (256)
@Parameter5Value
sql_variant
@Parameter6Name
nvarchar (256)
@Parameter6Value
sql_variant
@Parameter7Name
nvarchar (256)
@Parameter7Value
sql_variant
@Parameter8Name
nvarchar (256)
@Parameter8Value
sql_variant
@Parameter9Name
nvarchar (256)
@Parameter9Value
sql_variant
@Parameter10Name
nvarchar (256)
@Parameter10Value
sql_variant
@Parameter11Name
nvarchar (256)
@Parameter11Value
sql_variant
@Parameter12Name
nvarchar (256)
@Parameter12Value
sql_variant
@Parameter13Name
nvarchar (256)
@Parameter13Value
sql_variant
@Parameter14Name
nvarchar (256)
@Parameter14Value
sql_variant
@Parameter15Name
nvarchar (256)
@Parameter15Value
sql_variant
@TextParameter1Name
nvarchar (256)
Name of the procedure text (NVARCHAR(MAX)) parameter for 1st pair name-value. It has to start with @.
@TextParameter1Value
nvarchar (max)
Value of the procedure text (NVARCHAR(MAX)) parameter for 1st pair name-value.
@TextParameter2Name
nvarchar (256)
@TextParameter2Value
nvarchar (max)
@TextParameter3Name
nvarchar (256)
@TextParameter3Value
nvarchar (max)
@TextParameter4Name
nvarchar (256)
@TextParameter4Value
nvarchar (max)
@TextParameter5Name
nvarchar (256)
@TextParameter5Value
nvarchar (max)
⇧ Stored Procedure dbo.eWaySP_AddUserToGroup
Adds user to a specified group.
Object ID: 495274957; Created: September 11, 2024, 21:26:32
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
Identifier of the user.
@GroupGUID
uniqueidentifier
Identifier of the group.
⇧ Stored Procedure dbo.eWaySP_AfterUpdateCleanup
Remove invalid records from database.
⇧ Stored Procedure dbo.eWaySP_AlterDatabaseRemoveFilesLimits
Removes the MDF and MDF files limitation since the DB limits will be maintained by Licensing Server and the WS itself.
⇧ Stored Procedure dbo.eWaySP_ApproveAvailableVersion
Signs the new version as approved. Raises error if the current version is different than the approved one.
Object ID: 152699942; Created: March 24, 2015, 21:32:27
Name
Type
Default
Comment
@AvailableWebServiceVersion
nvarchar (20)
Web service version to be approved.
@AvailableOutlookClientVersion
nvarchar (20)
Outlook client version to be approved.
⇧ Stored Procedure dbo.eWaySP_AssingUserTeamRole
Assigns a team role to a user on a specified project.
Object ID: 911276439; Created: September 11, 2024, 21:26:49
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
GUID of the user.
@ProjectGUID
uniqueidentifier
GUID of the project.
@TeamRoleName
nvarchar (256)
Name of the role.
@GroupGUID
uniqueidentifier
GUID of the role.
⇧ Stored Procedure dbo.eWaySP_Auth_CreateClient
Creats new client in the database.
Object ID: 1374510013; Created: May 30, 2024, 21:08:36
Name
Type
Default
Comment
@ClientName
nvarchar (200)
Client display name.
@RedirectUri
nvarchar (2000)
@Enabled
bit
@ClientSecret
varchar (250)
@ClientID
nvarchar (200)
⇧ Stored Procedure dbo.eWaySP_Auth_GetClient
Gets client.
⇧ Stored Procedure dbo.eWaySP_Auth_GetConsent
Gets consent by user GUID and client ID.
Object ID: 260468998; Created: July 08, 2020, 12:16:04
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
User GUID.
@ClientID
nvarchar (200)
Identifier of client.
⇧ Stored Procedure dbo.eWaySP_Auth_GetConsents
Gets consents by user GUID.
⇧ Stored Procedure dbo.eWaySP_Auth_GetToken
Gets token by key and type.
Object ID: 164468656; Created: July 08, 2020, 12:16:03
Name
Type
Default
Comment
@Key
nvarchar (128)
Token key.
@TokenType
smallint
Token type.
⇧ Stored Procedure dbo.eWaySP_Auth_GetTokens
Gets tokens by user GUID and token type.
Object ID: 228468884; Created: July 08, 2020, 12:16:04
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
User GUID.
@TokenType
smallint
Token type.
⇧ Stored Procedure dbo.eWaySP_Auth_RemoveConsent
Removes consent by user GUID and client ID.
Object ID: 308469169; Created: July 08, 2020, 12:16:04
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
User GUID.
@ClientID
nvarchar (200)
Identifier of client.
⇧ Stored Procedure dbo.eWaySP_Auth_RemoveExpiredTokens
Removes expired tokens.
⇧ Stored Procedure dbo.eWaySP_Auth_RemoveToken
Removes token.
Object ID: 180468713; Created: July 08, 2020, 12:16:03
Name
Type
Default
Comment
@Key
nvarchar (128)
Token key.
@TokenType
smallint
⇧ Stored Procedure dbo.eWaySP_Auth_RemoveTokens
Removes tokens.
Object ID: 324469226; Created: July 08, 2020, 12:16:05
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
User GUID.
@ClientID
nvarchar (200)
Client ID.
@TokenType
smallint
Token type.
⇧ Stored Procedure dbo.eWaySP_Auth_StoreConsent
Store consent in database.
Object ID: 276469055; Created: July 08, 2020, 12:16:04
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
User GUID.
@ClientID
nvarchar (200)
Client ID.
@Scopes
nvarchar (2000)
Scopes.
⇧ Stored Procedure dbo.eWaySP_Auth_StoreToken
Stores auth token into the database.
Object ID: 1814270960; Created: September 24, 2021, 20:10:16
Name
Type
Default
Comment
@Key
nvarchar (128)
@TokenType
smallint
@SubjectID
nvarchar (200)
@ClientID
nvarchar (200)
@JsonCode
nvarchar (max)
@Expiry
datetimeoffset
⇧ Stored Procedure dbo.eWaySP_AutoAssignCompanyToContactActivity
Object ID: 1912679649; Created: July 24, 2023, 20:49:41
Name
Type
Default
Comment
@ActivityGUID
uniqueidentifier
@ActivityOT
int
@ContactGUID
uniqueidentifier
@ModifiedByGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_AutoAssignLeadEmailToContactPerson
Object ID: 927276496; Created: September 11, 2024, 21:26:50
Name
Type
Default
Comment
@EmailGUID
uniqueidentifier
@LeadGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_AutomaticLeadProbabilityFiller
Object ID: 943276553; Created: September 11, 2024, 21:26:51
Name
Type
Default
Comment
@LeadGUID
uniqueidentifier
@StateGUID
uniqueidentifier
@PrevStateGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_AutomaticUserLoginAndActivityTimeTracking
Track user's login time and last activity time from table Sessions to table Users.
⇧ Stored Procedure dbo.eWaySP_BackupDatabase
Creates FULL backup of the database on the end of the week and DIFF backups on the other days.
⇧ Stored Procedure dbo.eWaySP_BlockClientVersion
Blocks specified client version.
⇧ Stored Procedure dbo.eWaySP_CalculateLeadsEstimatedValue
⇧ Stored Procedure dbo.eWaySP_CalculateLeadsPrices
Object ID: 1279277750; Created: September 11, 2024, 21:27:03
Name
Type
Default
Comment
@CartGUID
uniqueidentifier
@LeadGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_CalculateLeadsPrices_JOB
Recalculate prices on leads.
⇧ Stored Procedure dbo.eWaySP_CalculateProjectEstimatedWorkHours
Object ID: 1311277864; Created: September 11, 2024, 21:27:03
Name
Type
Default
Comment
@ProjectAssignmentGUID
uniqueidentifier
@ProjectGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_CalculateProjectEstimatedWorkHours_JOB
Fills EstimatedWorkHours on all projects.
⇧ Stored Procedure dbo.eWaySP_CalculateProjectsPrices
Object ID: 959276610; Created: September 11, 2024, 21:26:51
Name
Type
Default
Comment
@CartGUID
uniqueidentifier
@WorkReportGUID
uniqueidentifier
@LeadGUID
uniqueidentifier
@ProjectGUID
uniqueidentifier
@BonusGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_CalculateProjectsPrices_JOB
⇧ Stored Procedure dbo.eWaySP_CalculateProjectsPricesAfterWorkReportsChanged
Insert execution of procedure eWaySP_CalculateProjectPrices into EWD_QueuedJobs.
Object ID: 1343277978; Created: September 11, 2024, 21:27:04
Name
Type
Default
Comment
@WorkReportGUID
uniqueidentifier
Guid of work report for recalculation.
@ProjectGUID
uniqueidentifier
@LeadGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_CalculateRates
Recalculate rates on work reports with respect to global settings 'IncludeEntireFixRateInWorkReports' for fix rate.
Object ID: 1181077281; Created: March 07, 2024, 20:26:01
Name
Type
Default
Comment
@DaysBack
int
Days to back for backward calculation.
@UserName
nvarchar (256)
UserName of user that is related to work reports.
@WorkReportGUID
uniqueidentifier
Guid of WorkReports item.
@StartDate
datetime
WorkReports are recalulated from @StartDate date.
@EndDate
datetime
WorkReports are recalulated to @EndDate date.
⇧ Stored Procedure dbo.eWaySP_CalculateRates_Last2Months
Calculates rates for reports in last 2 months.
⇧ Stored Procedure dbo.eWaySP_Cart_RecalculatePrices
⇧ Stored Procedure dbo.eWaySP_Cart_SetID
⇧ Stored Procedure dbo.eWaySP_CategorizeItemByRelatedCompany
Categorize items by related company.
Object ID: 1248553519; Created: March 03, 2024, 21:18:46
Name
Type
Default
Comment
@CompanyGUID
uniqueidentifier
Guid of source company.
@ItemGUID
uniqueidentifier
Guid of target item for category copying.
@ItemObjectType
int
Object type of target item.
⇧ Stored Procedure dbo.eWaySP_ClearForeignKeysFromFolderItems
Object ID: 1407278206; Created: September 11, 2024, 21:27:05
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@UserGUID
uniqueidentifier
@FolderName
nvarchar (256)
@ColumnName
nvarchar (256)
⇧ Stored Procedure dbo.eWaySP_CloseSession
Closes WS session.
⇧ Stored Procedure dbo.eWaySP_Companies_CalculateCompaniesReversals
⇧ Stored Procedure dbo.eWaySP_Companies_CalculateDebts
⇧ Stored Procedure dbo.eWaySP_ConvertLeadToCompanyProjectContact
Porceeds the fully automatic conversion of the Lead into Company, Project and Contact entities. This procedure was originally created for the automatic Trial/Free Lead buying purposes.
Object ID: 431274729; Created: September 11, 2024, 21:26:30
Name
Type
Default
Comment
@LeadItemGUID
uniqueidentifier
ItemGUID of the Lead that has to be converted.
@CreateCompany
bit
Determines whether the Company record has to be created.
@CreateContact
bit
Determines whether the Contact record has to be created.
@CreateProject
bit
Determines whether the Project record has to be created.
@CopyAddtionalFieldsToNewCompany
bit
Determines whether the additional field values have to be copied into the Company record.
@CopyAddtionalFieldsToNewContact
bit
Determines whether the additional field values have to be copied into the Contact record.
@CopyAddtionalFieldsToNewProject
bit
Determines whether the additional field values have to be copied into the Project record.
@UserGUID
uniqueidentifier
The user that will be responsible for all the chages made by this procedure.
@CompanyItemGUID
uniqueidentifier
@ContactItemGUID
uniqueidentifier
@ProjectItemGUID
uniqueidentifier
@DoRecalculationsInQueuedJob
bit
If set to 1, recalculation of lead marketing revenue, project prices and project esitmated work hours is only added to queued jobs. Default value is 0, which means recalculation are executed in this procedure.
@DoNotCreateProjectOriginRelation
bit
If set to 1, the PROJECT_ORIGIN relation between the new project and the lead is not created and it is the caller's responsibility to create it. The default value is 0, which means the relation is created.
⇧ Stored Procedure dbo.eWaySP_ConvertWorkflowToAdvanced
Converts workflow model to advanced.
⇧ Stored Procedure dbo.eWaySP_ConvertWorkflowToBasic
Converts workflow model to basic.
⇧ Stored Procedure dbo.eWaySP_CopyAddtionalFieldsData
Copies the additional fields' values from the source folder record to the associated target folder record.
Object ID: 975276667; Created: September 11, 2024, 21:26:52
Name
Type
Default
Comment
@SourceObjectTypeID
int
Copied source object type/folder.
@TargetObjectTypeID
int
Copying target object type/folder.
@SourceItemGUID
uniqueidentifier
Copied source item identifier.
@TargetItemGUID
uniqueidentifier
Copying target item identifier.
@UserGUID
uniqueidentifier
Responsible user item identifier.
⇧ Stored Procedure dbo.eWaySP_CopyComboBoxValueToTextBox
Copy additional field combox value to additional field textbox on given module and item.
Object ID: 2076182792; Created: March 24, 2015, 21:32:25
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Guid of item.
@FolderName
nvarchar (256)
FolderName of item.
@ComboBoxAdditionalField
varchar (10)
Name of af column type of combobox (1) eg. af_86
@TextBoxAdditionalField
varchar (10)
Name of af column type of textbox (0) eg. af_86
@LanguageCode
nvarchar (256)
Column of EnumValues that is source for textbox value. Default is en.
⇧ Stored Procedure dbo.eWaySP_CopyGroupRelations
Copies group assignment (GROUP relations) from the specified source group to the given target group. If specified, only relations to a given module are copied.
Object ID: 1376553975; Created: March 03, 2024, 21:18:52
Name
Type
Default
Comment
@SourceGroupGUID
uniqueidentifier
The source group ItemGUID.
@TargetGroupGUID
uniqueidentifier
The target group ItemGUID.
@CopyAssignmentOfFolderOnly
nvarchar (256)
If not null, only assignment of the items of this folder will be copied.
@CreatorGUID
uniqueidentifier
User which will be set as the creator guid.
@ReplaceRelatedItems
bit
If 1, the existing group relations (to the given folder) are removed first. The items in the group will be replaced.
⇧ Stored Procedure dbo.eWaySP_CopyUserViewToOtherUsers
Copy user's view used in grid for another users. Does not update existing views, but is possible overwrite this default behaviour.
Object ID: 1135277237; Created: September 11, 2024, 21:26:59
Name
Type
Default
Comment
@ViewName
nvarchar (255)
Nasme of view to copy.
@ModuleName
nvarchar (255)
Module name of given view.
@FromUserName
nvarchar (256)
Name of user that is owner of the view to copy.
@ToUserNames
nvarchar (1000)
Usernames of users that will have the copy of view.
@OverwriteTargetView
bit
Overwrite existing by "To" user.
@FromUserGUID
uniqueidentifier
Guid of user that is owner of the view to copy.
@ToUserGUID
uniqueidentifier
Guid of user that will have the copy of view.
⇧ Stored Procedure dbo.eWaySP_CorrectIndividualDiscountPrice
Object ID: 1471278434; Created: September 11, 2024, 21:27:08
Name
Type
Default
Comment
@GoodItemGUID
uniqueidentifier
@SalePrice
decimal (18, 3)
@PreviousSalePrice
decimal (18, 3)
@CurrencyGUID
uniqueidentifier
@PreviousCurrencyGUID
uniqueidentifier
@ModifiedByGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_CreateAdditionalField
Creates additional field column.
Object ID: 1186649308; Created: March 27, 2024, 07:02:40
Name
Type
Default
Comment
@FieldID
int
Additional field ID.
@FieldType
int
Additional field type.
@ObjectTypeID
tinyint
Additional field object type ID.
⇧ Stored Procedure dbo.eWaySP_CreateAPIUser
Creates new API user.
Object ID: 447274786; Created: September 11, 2024, 21:26:31
Name
Type
Default
Comment
@UserName
nvarchar (100)
New user name.
@Password
varchar (2000)
⇧ Stored Procedure dbo.eWaySP_CreateAttachmentCopy
Creates document copy.
Object ID: 577241657; Created: February 28, 2017, 22:19:19
Name
Type
Default
Comment
@SourceItemGUID
uniqueidentifier
Source document GUID.
@SourceRevision
int
Source document revision.
@DestinationItemGUID
uniqueidentifier
Destination document GUID.
@UserGUID
uniqueidentifier
GUID of the user.
⇧ Stored Procedure dbo.eWaySP_CreateCalendar
Creates Calendar item with relations. Subject is generated from given subject and superior item information.
Object ID: 1344553861; Created: March 03, 2024, 21:18:51
Name
Type
Default
Comment
@Subject
nvarchar (256)
Calendar subject.
@OwnerGUID
uniqueidentifier
Calendar owner unique identifier. Gets Admin unique identifier if supplied value is null.
@SuperiorItemGUID
uniqueidentifier
Calendar superior item unique identifier.
@SuperiorItemFolder
nvarchar (256)
Calendar superior item folder name.
@CalendarGUID
uniqueidentifier
Calendar unique identifier. Generates new unique identifier if supplied value is null.
@Location
nvarchar (256)
Calendar appointment location.
@StartDate
datetime
Calendar start date. Gets actual date and time if supplied value is null.
@EndDate
datetime
Calendar end date. Gets actual date and time if supplied value is null.
@AllDayEvent
bit
Value indicating whether is calendar all day event.
@Note
nvarchar (max)
Calendar body.
@Sensitivity
int
Calendar sensitivity.
@BusyStatus
int
Calendar busy status.
@UseSubjectPrefix
bit
⇧ Stored Procedure dbo.eWaySP_CreateCategoriesFromList
Object ID: 1151277294; Created: September 11, 2024, 21:26:59
Name
Type
Default
Comment
@CatgoriesList
nvarchar (max)
@Delimiter
char (1)
⇧ Stored Procedure dbo.eWaySP_CreateCategory
Creates new category group.
Object ID: 1487278491; Created: September 11, 2024, 21:27:08
Name
Type
Default
Comment
@GUID
uniqueidentifier
Guid of the group.
@GroupName
nvarchar (256)
Name of the group.
@Description
nvarchar (256)
Description of the group.
@UserGUID
uniqueidentifier
Guid of author.
⇧ Stored Procedure dbo.eWaySP_CreateClientVersion
Creates new record in EWE_ClientVersions table.
⇧ Stored Procedure dbo.eWaySP_CreateClrProcedures
Creates CLR procedures.
⇧ Stored Procedure dbo.eWaySP_CreateCurrencyExchangeRate
Create currency exchange rate.
Object ID: 1167277351; Created: September 11, 2024, 21:27:00
Name
Type
Default
Comment
@From
datetime
Date from.
@To
datetime
Date to.
@InputCurrency
varchar (3)
Input currency.
@OutputCurrency
varchar (3)
Output currency.
@Rate
float (53, 0)
Rate.
⇧ Stored Procedure dbo.eWaySP_CreateDirectory
⇧ Stored Procedure dbo.eWaySP_CreateEnum
Create new EnumType with EnumValues.
Object ID: 1691803222; Created: September 11, 2024, 21:28:16
Name
Type
Default
Comment
@EnumTypeName
nvarchar (256)
Name of the enum.
@EnumTypeFileAs
nvarchar (256)
Short description of the enum.
@EnumValuesXML
xml (max)
Enum values specified as XML.
<EnumValues>
<EnumValue itemGUID="00000000-0000-0000-0000-000000000000" fileAs="" en="English1" cs="Česky1" de="Deutsch1" ru="Русский1" sk="Slovensky1" no="Norsk1"></EnumValue>
<EnumValue itemGUID="00000000-0000-0000-0000-000000000000" fileAs="" en="English2" cs="Česky2" de="Deutsch2" ru="Русский2" sk="Slovensky2" no="Norsk1"></EnumValue>
<EnumValue itemGUID="00000000-0000-0000-0000-000000000000" fileAs="" en="English3" cs="Česky3" de="Deutsch3" ru="Русский3" sk="Slovensky3" no="Norsk1"></EnumValue>
</EnumValues>
.
@IsSystem
bit
True to make the enum system.
@AllowEditVisibility
bit
True to allow users edit visibility of the enumeration values.
⇧ Stored Procedure dbo.eWaySP_CreateEnumValuesRelation
Create EnumValuesRelation record.
Object ID: 1577798170; Created: January 28, 2022, 20:36:52
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
GUID of the target item.
@FolderName
nvarchar (50)
Folder name of the target item.
@EnumValueGUID
uniqueidentifier
GUID of the enum value.
⇧ Stored Procedure dbo.eWaySP_CreateFileSystemAttachmentCopy
Object ID: 1835803735; Created: September 11, 2024, 21:39:05
Name
Type
Default
Comment
@SourceItemGUID
uniqueidentifier
@SourceRevision
int
@DestinationItemGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_CreateGlobalSetting
Creates new global setting.
Object ID: 1707803279; Created: September 11, 2024, 21:28:17
Name
Type
Default
Comment
@SettingsName
nvarchar (256)
Name of the global setting. It should not contain spaces.
@SettingsValue
nvarchar (256)
True to mark global setting legacy.
@SettingsType
tinyint
Type of the global setting. 0: String, 1: Bit, 2: Integer, 3: Float, 4: MultiString, 5: ComboBox, 6: CheckedComboBox, 7: GroupsCheckedComboBox, 8: LastActivityCheckedComboBox, 9: TimeInterval.
@SettingsCategoryName
nvarchar (256)
Global setting category. Available categories: Carts, Companies, Company details, Contacts, Documents, Emails, Goals, Goods, Journal, Leads, Mailings, Main, Marketing, Others, PhoneList, Projects, Responses, Tasks, Users, Vacation, WorkReports).
@en
nvarchar (256)
English translation.
@cs
nvarchar (256)
Czech translation.
@de
nvarchar (256)
German translation.
@ru
nvarchar (256)
Russian translation.
@sk
nvarchar (256)
Slovak translation.
@no
nvarchar (256)
Norwegian translation.
@SettingsVisible
bit
@IsLegacy
bit
@SettingsAvailableValues
nvarchar (max)
Available values in the following format: {0=ValueATranslationKey}{1=ValueBTranslationKey}{2=ValueCTranslationKey}.
@MinValue
int
Minimum value for number types.
@MaxValue
int
Maximum value for number types.
⇧ Stored Procedure dbo.eWaySP_CreateGroup
Creates new group.
Object ID: 479274900; Created: September 11, 2024, 21:26:32
Name
Type
Default
Comment
@GroupName
nvarchar (256)
Name of the group.
@ResponsibilityDescription
nvarchar (256)
Short description of the group.
@IsRole
bit
Mark group as role.
@IsCategory
bit
Mark group as category.
@IsOutlookCategory
bit
Mark group as Outlook category.
⇧ Stored Procedure dbo.eWaySP_CreateJournalEntry
Creates journal entry.
Object ID: 1519278605; Created: September 11, 2024, 21:27:09
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Guid of related item.
@UserGUID
uniqueidentifier
Guid of author of modification.
@ObjectType
tinyint
TINYINT type of related item.
@FileAs
nvarchar (256)
FileAS for new journal entry.
@NewValue
nvarchar (256)
New value as NVARCHAR(256) if some field was changed.
@OldValue
nvarchar (256)
Old value as NVARCHAR(256) if some field was changed.
@IsSystem
bit
Mark journal as system journal.
@ChangedField
nvarchar (256)
Name for field with @OldValue and @NewValue.
@Note
nvarchar (max)
Note for new journal entry.
@TypeEn
uniqueidentifier
Type of new journal entry.
@ImportanceEn
uniqueidentifier
Importance for new journal entry.
@EventStart
datetime
Event start for new journal entry.
@EventEnd
datetime
Event end for new journal entry.
@NewJournalGUID
uniqueidentifier
GUID of new journal entry as OUTPUT parameter.
⇧ Stored Procedure dbo.eWaySP_CreateLayout
Creates or updates layout.
Object ID: 1723803336; Created: September 11, 2024, 21:28:18
Name
Type
Default
Comment
@Name
nvarchar (32)
Name of the layout.
@FolderName
nvarchar (50)
Folder name of the layout.
@Definition
nvarchar (max)
XML definition of the layout.
@System
bit
True to make the layout not editable for user.
⇧ Stored Procedure dbo.eWaySP_CreateMarketingListSource
Creates new marketing list source.
Object ID: 1739803393; Created: September 11, 2024, 21:28:18
Name
Type
Default
Comment
@Name
nvarchar (256)
Name of the marketing list source.
@Definition
nvarchar (max)
List source definition.
@en
nvarchar (256)
English description.
@cs
nvarchar (256)
Czech description.
@de
nvarchar (256)
German description.
@ru
nvarchar (256)
Russian description.
@sk
nvarchar (256)
Slovak description.
@no
nvarchar (256)
Norwegian description.
⇧ Stored Procedure dbo.eWaySP_CreateMissingWorkflowHistoryItems
Creates missing workflow history items, based on current PrevStateEn and StateEn values.
⇧ Stored Procedure dbo.eWaySP_CreateNewAdditionalField
Creates new additional field with column and record in AdditionalFields table.
Object ID: 1675803165; Created: September 11, 2024, 21:28:16
Name
Type
Default
Comment
@FieldName
nvarchar (256)
Name of the field.
@FieldModuleName
nvarchar (256)
Folder name of the module (eg. Projects).
@FieldType
int
Type of the field. 0: TextBox, 1: ComboBox, 2: NumericBox, 3: Relation, 4: CheckBox, 5: LinkTextBox, 6: DateEdit, 7: MemoBox, 8: MultiSelectComboBox.
@PermissionLevel
tinyint
System group permission. 0: None, 1: All, 2: Own, 3: Readonly, 4: Invisible.
@MandatoryLevel
tinyint
System group mandatory level. 0: None, 1: Mandatory, 2: Optional, 3: Unique.
@FieldData
nvarchar (max)
Extra field data. For Relation type it should contain information about related folder '{RelatedTable=FolderName}'.
@FieldComment
nvarchar (256)
Comment displayed as tooltip.
@EnumValuesXML
xml (max)
For ComboBox and MultiSelectComboBox enum data may be specified as XML.
<EnumValues>
<EnumValue en="en1" cs="cs1" de="de1" ru="ru1" sk="sk1" no="no1" rank="1" />
<EnumValue en="en2" cs="cs2" de="de2" ru="ru2" sk="sk2" no="no2" rank="2" />
</EnumValues>
.
@DisplayInGeneralSection
bit
True to display additional field in the General section (legacy) in eWay-CRM Desktop.
⇧ Stored Procedure dbo.eWaySP_CreateNewTaskOccurrence
Creates new occurrence of recurring task.
Object ID: 847276211; Created: September 11, 2024, 21:26:46
Name
Type
Default
Comment
@TaskGUID
uniqueidentifier
Recurring task unique identifier.
@ModifiedByGUID
uniqueidentifier
Unique identifier of user who completed task.
⇧ Stored Procedure dbo.eWaySP_CreateNotifyActivityEmailText
Create email body for activity email notification.
Object ID: 1346285493; Created: November 21, 2022, 20:30:58
Name
Type
Default
Comment
@NewItemFolderName
nvarchar (50)
Folder name of new activity item.
@NewItemId
uniqueidentifier
Guid of new activity item.
@ParentFolderName
nvarchar (50)
Folder name of parent item.
@ParentItemId
uniqueidentifier
Guid of parent item.
@Text
nvarchar (max)
Output text.
⇧ Stored Procedure dbo.eWaySP_CreateProjectTeamMember
Object ID: 1535278662; Created: September 11, 2024, 21:27:10
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
@UserGUID
uniqueidentifier
@RoleGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_CreateRelation
Create new relation in the system.
Object ID: 1234649479; Created: March 27, 2024, 07:02:42
Name
Type
Default
Comment
@ItemGUID1
uniqueidentifier
GUID of the parent item (eg. Project).
@FolderName1
varchar (50)
Folder name of the parent item.
@ItemGUID2
uniqueidentifier
GUID of the child item (eg. Document).
@FolderName2
varchar (50)
Folder name of the child item.
@RelationType
varchar (256)
Type of the relation.
@SetDirection
bit
1 for 1:N relation otherwise 0.
@UserGUID
uniqueidentifier
GUID of the user who creates the relation.
@DeleteGeneralRelation
bit
When creating 1:N relation the GENERAL relation will be removed when the parameter is set to 1.
@ReplaceRelation
bit
When creating 1:N relation, existing 1:N relation to previous parent will be removed.
⇧ Stored Procedure dbo.eWaySP_CreateRelations
Create new relation in the system.
Object ID: 687275641; Created: September 11, 2024, 21:26:34
Name
Type
Default
Comment
@pGUID_Admin
uniqueidentifier
GUID of the user who creates the relation. Admin GUID is used by default.
@pGUID_Item1
uniqueidentifier
GUID of the parent item (eg. Project).
@pOT_Item1
tinyint
ObjectTypeID of the parent item.
@pGUID_Item2
uniqueidentifier
GUID of the child item (eg. Document).
@pOT_Item2
tinyint
ObjectTypeID of the child item.
@pRelationType
nvarchar (256)
Type of the relation.
@pOT_RelData
tinyint
Deprecated. ObjectTypeID of the table RelationData.
@pOT_ObjRel
tinyint
Deprecated. ObjectTypeID of the table Relations.
@pSetDirection
bit
1 for 1:N relation otherwise 0.
@pRelationDataGUID
uniqueidentifier
GUID of the RelationData used to create the relation.
@pDeleteGeneralRelation
bit
When creating 1:N relation the GENERAL relation will be removed when the parameter is set to 1.
@pReplaceRelation
bit
When creating 1:N relation, existing 1:N relation to previous parent will be removed.
@pRelationTypeID
smallint
Relation type ID.
⇧ Stored Procedure dbo.eWaySP_CreateRelationsInBatch
Create relations specified by parameters. Procedure process data in temp table #CreateRelationsInBatch.
Object ID: 816551980; Created: March 03, 2024, 21:18:33
Name
Type
Default
Comment
@ParentFolderName
nvarchar (256)
FolderName of parent module (for relation with direction = 0 does not matter what is parent and child module).
@ChildFolderName
nvarchar (256)
FolderName of child module.
@RelationType
nvarchar (256)
RelationType eg. GENERAL.
@SetDirection
bit
Determines whether relation is oriented.
@CleanSourceData
bit
Clean temp table #CreateRelationsInBatch at the end of procedure? Does not matter if procedure failed or run successfully.
@DateTimeOfImport
datetimeoffset
This value is used for ...Created/Changed columns in created records.
@UserGUID
uniqueidentifier
This value is used for ...CreatedBy/ModifiedBy/OwnerGUID columns in records.
@Verbose
bit
Print counts of inserted rows in touched tables.
@DisableDBTriggers
bit
Disables database triggers on EWR_ObjectRelations table.
⇧ Stored Procedure dbo.eWaySP_CreateRelationToChangedOwner
Object ID: 1551278719; Created: September 11, 2024, 21:27:10
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@OwnerGUID
uniqueidentifier
@OwnerGUID_Previous
uniqueidentifier
@FolderName
nvarchar (50)
⇧ Stored Procedure dbo.eWaySP_CreateReport
Creates or updates report.
Object ID: 1755803450; Created: September 11, 2024, 21:28:19
Name
Type
Default
Comment
@ReportName
nvarchar (256)
Short description of the report.
@ReportFileAs
nvarchar (256)
@ReportDescription
nvarchar (256)
@ReportCategoryName
nvarchar (256)
Report category name (Available categories: Time Sheets, Companies, Contacts, Documents, Marketing, Projects, Salaries, Users).
@ReportDefinition
nvarchar (max)
Report definition (RDL).
⇧ Stored Procedure dbo.eWaySP_CreateRevisionHistoryLog
Object ID: 1285097306; Created: January 26, 2023, 20:17:44
Name
Type
Default
Comment
@DocumentGUID
uniqueidentifier
@Revision
int
@CreatedByGUID
uniqueidentifier
@FileAs
nvarchar (256)
@FileSize
bigint
@FileCreationTime
datetime
@FileLastWriteTime
datetime
⇧ Stored Procedure dbo.eWaySP_CreateSession
Creates new session.
Object ID: 1264553576; Created: March 03, 2024, 21:18:47
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
GUID of the logged user.
@ClientVersion
nvarchar (50)
Name and version of the client application.
@UserHostAddress
varchar (45)
IP host address of the remote client.
@UserHostId
varchar (50)
Unique identification of the remote client.
@Success
bit
Value indicating whether was log in successful.
@CommunicatedUserHostAddress
varchar (45)
DEPRECATED: Pass NULL. IP host address which the client claims to be using (created for WCF IP retransmitting).
@UserHostName
varchar (200)
Name of the host.
@TimeZone
nvarchar (32)
Time zone identifier of the client.
@IsFullSync
bit
Indicates whether the client runs full sync.
@ProxyAddress
varchar (45)
Proxy address provided during login.
⇧ Stored Procedure dbo.eWaySP_CreateSqlObject
Creates or updates SQL object.
Object ID: 1771803507; Created: September 11, 2024, 21:28:19
Name
Type
Default
Comment
@SqlObjectName
nvarchar (256)
SQL Object name.
@SqlObjectType
int
Type of SQL Object (2 = View, 3 = Procedure, 4 = Function, 5 = Trigger).
@SqlScript
nvarchar (max)
SQL object CREATE script.
@ServerExecute
bit
True to execute the CREATE script on the server also, to have the same object on server and local databases.
⇧ Stored Procedure dbo.eWaySP_CreateTask
Creates Task item with relations. Subject is generated from given subject and superior item information.
Object ID: 1423278263; Created: September 11, 2024, 21:27:06
Name
Type
Default
Comment
@TaskSubject
nvarchar (256)
Task subject.
@DelegatorGUID
uniqueidentifier
Task delegator unique identifier.
@SolverGUID
uniqueidentifier
Task solver unique identifier.
@SuperiorItemGUID
uniqueidentifier
Task superior item unique identifier.
@SuperiorItemFolder
nvarchar (256)
Task superior item folder name.
@TaskGUID
uniqueidentifier
Task unique identifier. Generates new unique identifier if supplied value is null.
@OwnerGUID
uniqueidentifier
Task owner unique identifier. Uses Delegator unique identifier if supplied value is null.
@DueDate
datetime
Task due date. Gets actual date and time if supplied value is null.
@StartDate
datetime
Task start date. Gets actual date and time if supplied value is null.
@TaskBody
nvarchar (max)
Task body.
@Complete
bit
Task complete.
@Importance
int
Task importance - obsolete.
@PercentComplete
int
Task completion in percentage - obsolete.
@Status
int
Task status.
@Level
int
Task level.
@RTFBody
ntext
Task rich text formated body (no longer supported, the value is ignored).
@ImportanceGUID
uniqueidentifier
Task importance.
@PercentCompleteDecimal
decimal (5, 4)
Task completion in percentage.
@TypeGUID
uniqueidentifier
Task type identifier.
@CompanyGUID
uniqueidentifier
Task related Company identifier.
@ContactGUID
uniqueidentifier
Task related Contact identifier.
@ReminderDate
datetime
Task reminder date and time.
@SendNotification
bit
Defines if the notification about new task will be sent.
⇧ Stored Procedure dbo.eWaySP_CreateUniqueEntry
Procedure for generating a string value that will not violate unique constraint on the given column in the given table. Procedure returns either the wanted value if it does not equal to a value in the table, or the wanted value with appended counter in brackets. Example of usage: EXEC [dbo].[eWaySP_CreateUniqueEntry] 'Installation', 'EWD_Projects', 'ProjectName', @UniqueValue = @ProjectName OUTPUT. Returns 'Installation' or 'Installation (2)' and so on.
Object ID: 1230509500; Created: May 30, 2024, 21:08:30
Name
Type
Default
Comment
@WantedValue
nvarchar (256)
The value we want to insert into the table to the column.
@TableName
nvarchar (256)
The table the entry is supposed to be inserted into.
@ColumnName
nvarchar (256)
The column the entry is supposed to be inserted into.
@UniqueValue
nvarchar (256)
The ouptut of this procedure.
@SkipIfNotUniqueColumnPermission
bit
If 1, the procedure check whether there is column permission UNIQUE set to the column of the table/folder. If not, the @WantedValue is returned without making it unique.
⇧ Stored Procedure dbo.eWaySP_CreateWorkflowHistoryForItem
Create workflow history item in EWF_History, check states in workflow and referenced item.
Object ID: 1626006561; Created: April 17, 2023, 20:17:22
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Guid of item with state change.
@ItemFolder
nvarchar (256)
Folder name of item with state change.
@PrevStateEn
uniqueidentifier
Previous state guid.
@NewStateEn
uniqueidentifier
New state guid.
⇧ Stored Procedure dbo.eWaySP_CreateWorkflowModel
Object ID: 1183277408; Created: September 11, 2024, 21:27:00
Name
Type
Default
Comment
@ModelEnumTypeName
nvarchar (256)
@ModelParentType
uniqueidentifier
@ModelEnumType
uniqueidentifier
@Model
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_DeactivateAccessForEarliestLoggedUsers
Disables the (OA|MA|WA) mobile access flag for the earliest logged users excluding admin, wa agent and the deactivated users.
Object ID: 261913792; Created: September 03, 2023, 21:01:36
Name
Type
Default
Comment
@Count
int
Number of allowed X-access users.
@AccessType
nchar (2)
Type of access: OA/MA/WA.
⇧ Stored Procedure dbo.eWaySP_DeactivateContactsSynchronizationByRole
⇧ Stored Procedure dbo.eWaySP_DefragmentIndexes
⇧ Stored Procedure dbo.eWaySP_DeleteCart
⇧ Stored Procedure dbo.eWaySP_DeleteColumnPermissionIfNotProtected
Works as after save trigger for ColumnPermissions filtered by action criteria so that only default=redundant column permissions are triggered. This procedure deletes them if they are not protected.
⇧ Stored Procedure dbo.eWaySP_DeleteDocument
Delete document with all it's revisions.
⇧ Stored Procedure dbo.eWaySP_DeleteDuplicatedRelations
Delete duplicated 1 to N relations.
⇧ Stored Procedure dbo.eWaySP_DeleteGoodsItemFromGoodsInSet
⇧ Stored Procedure dbo.eWaySP_DeleteIndividualDiscounts
Object ID: 1390510070; Created: May 30, 2024, 21:08:38
Name
Type
Default
Comment
@CompanyGUID
uniqueidentifier
@GoodsGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_DeleteItem
Delete eWay item from database with related relations.
Object ID: 592551182; Created: March 03, 2024, 21:18:25
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Guid of item to delete.
@ItemOT
tinyint
Object type ID of item to delete.
@ItemFolderName
nvarchar (50)
Folder name of item to delete.
@UseItemChanges
bit
For insert row into EWD_ItemChanges for delete set to 1 (default is 1).
@ModifiedByGUID
uniqueidentifier
Guid of user that deleted item.
@FileAs
nvarchar (1280)
File as for row in EWD_ItemChanges.
@ItemVersion
int
ItemVersion for row in EWD_ItemChanges (deprecated, the value is ignored).
@FolderName
nvarchar (50)
The same meaning as @ItemFolderName, but this parameter has better name for common development.
⇧ Stored Procedure dbo.eWaySP_DeleteMarketing
Delete Marketing with all connected records in MarketingList and Journals.
⇧ Stored Procedure dbo.eWaySP_DeleteModulePermissionIfNotProtected
Works as after save trigger for ModulePermissions filtered by action criteria so that only default=redundant module permissions are triggered. This procedure deletes them if they are not protected.
⇧ Stored Procedure dbo.eWaySP_DeleteOldAuditLogs
Deletes old records from EWD_LoginHistory table.
⇧ Stored Procedure dbo.eWaySP_DeleteOldItemChanges
Deletes old items in the EWD_ItemChanges table.
⇧ Stored Procedure dbo.eWaySP_DeleteRelation
Deletes relation.
Object ID: 322789649; Created: September 24, 2021, 20:10:21
Name
Type
Default
Comment
@ItemGUID1
uniqueidentifier
GUID of the first item.
@ItemGUID2
uniqueidentifier
GUID of the second item.
@RelationType
varchar (256)
Type of the relation.
⇧ Stored Procedure dbo.eWaySP_DeleteRelations
Object ID: 1486510412; Created: May 30, 2024, 21:08:44
Name
Type
Default
Comment
@RelationDataGUID
uniqueidentifier
@UseItemChanges
bit
@ModifiedByGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_DeleteUser
Delete user and all relations on them.
⇧ Stored Procedure dbo.eWaySP_DeleteUserView
Delete all records related to given UserView.
Object ID: 1663279118; Created: September 11, 2024, 21:27:13
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
ItemGUID of user.
@ViewName
nvarchar (255)
Name of deleted UserView.
@FolderName
nvarchar (255)
Name of module.
⇧ Stored Procedure dbo.eWaySP_DeleteWebAccessSettings
Removes all rows in WebAccess2Options for the given user.
⇧ Stored Procedure dbo.eWaySP_DeleteWorkflowHistory
Deletes workflow history records of an item. Used when changing type.
Object ID: 624551296; Created: March 03, 2024, 21:18:26
Name
Type
Default
Comment
@SubjectItemGUID
uniqueidentifier
ItemGUID of the item whose workflow history has to be cleared.
@ModifiedByGUID
uniqueidentifier
User guid who made the change.
⇧ Stored Procedure dbo.eWaySP_DropAdditionalFieldColumn
Object ID: 1679279175; Created: September 11, 2024, 21:27:13
Name
Type
Default
Comment
@ObjectTypeID
int
@FieldID
smallint
⇧ Stored Procedure dbo.eWaySP_DropDefaultConstraint
Object ID: 1695279232; Created: September 11, 2024, 21:27:14
Name
Type
Default
Comment
@TableName
nvarchar (128)
@ColumnName
nvarchar (128)
⇧ Stored Procedure dbo.eWaySP_DropFunction
Drops function if exists.
⇧ Stored Procedure dbo.eWaySP_DropProcedure
Drops procedure if exists.
⇧ Stored Procedure dbo.eWaySP_DropView
Drops view if exists.
⇧ Stored Procedure dbo.eWaySP_DuplicateColumnPermissions
Duplicates and overwrites column permissions of the target group by the data from the source group.
Object ID: 1254268965; Created: September 24, 2021, 20:10:06
Name
Type
Default
Comment
@SourceGroupGUID
uniqueidentifier
The source group GUID.
@TargetGroupGUID
uniqueidentifier
The target group GUID.
@TakeOnlyObjectTypeID
tinyint
If specified, only column permissions related to the specified object type (folder name) are copied.
@CreatorGUID
uniqueidentifier
The responsible user guid.
⇧ Stored Procedure dbo.eWaySP_DuplicateGroup
Creates copy of a group and optionally assignes the same items and permissions.
Object ID: 1238268908; Created: September 24, 2021, 20:10:06
Name
Type
Default
Comment
@SourceGroupGUID
uniqueidentifier
Guid of the group, which is going to be copied.
@NewGroupName
nvarchar (256)
Name of the new group. Must be unique - unused within the system.
@CreatorGUID
uniqueidentifier
User which will be set as the creator guid.
@CopyAssignmentOfAllItems
bit
If 1, relations to all items of all modules will be copied to this group. Aplies only to GROUP relations.
@CopyAssignmentOfFolderOnly
nvarchar (256)
If not null, only relations to items of this folder will be copied to this group. Aplies only to GROUP relations.
@CopyFlows
bit
If 1, flows assignment will be copied.
@CopyModulePermissions
bit
If 1, all module permissions record will be copied.
@CopyColumnPermissions
bit
If 1, all column permissions record will be copied.
⇧ Stored Procedure dbo.eWaySP_DuplicateGroupNameInXmlActionRelevantLists
This procedure goes thru all actions and looks for the given group name in EWD_Actions.Xml ActionRelevant nodes. All nodes that are found are duplicated with the same completion level and the new group name. This procedure is handy when duplicating a group with all WF settings.
Object ID: 357914134; Created: September 03, 2023, 21:01:40
Name
Type
Default
Comment
@SourceGroupName
nvarchar (256)
The group name taken a source of the duplication.
@TargetGroupName
nvarchar (256)
The group name inserted into all new ActionRelevant nodes.
@ResponsibleUserGUID
uniqueidentifier
The user responsible for the changes.
⇧ Stored Procedure dbo.eWaySP_DuplicateIntoGroup
Duplicates group items and/or permissions of source group to target group. If specified, only relations to a given module are copied.
Object ID: 373914191; Created: September 03, 2023, 21:01:41
Name
Type
Default
Comment
@SourceGroupGUID
uniqueidentifier
The source group ItemGUID.
@TargetGroupGUID
uniqueidentifier
The target group ItemGUID.
@CreatorGUID
uniqueidentifier
User which will be set as the creator guid.
@CopyAssignmentOfAllItems
bit
If 1, relations to all items of all modules will be copied to this group. Aplies only to GROUP relations. The previously existing GROUP relations will be removed first. This option does not include relations to Flows.
@CopyAssignmentOfFolderOnly
nvarchar (256)
If not null, only relations to items of this folder will be copied to this group. Aplies only to GROUP relations. The previously existing GROUP relations will be removed first.
@CopyFlows
bit
If 1, flows assignment will be replaced.
@CopyModulePermissions
bit
If 1, all and module permissions of the target group will be removed and the permissions of the source group will be copied for this group.
@CopyColumnPermissions
bit
If 1, all and column permissions of the target group will be removed and the permissions of the source group will be copied for this group.
⇧ Stored Procedure dbo.eWaySP_DuplicateModulePermissions
Duplicates and overwrites module permissions of the target group by the data from the source group.
Object ID: 1438510241; Created: May 30, 2024, 21:08:40
Name
Type
Default
Comment
@SourceGroupGUID
uniqueidentifier
The source group GUID.
@TargetGroupGUID
uniqueidentifier
The target group GUID.
@CreatorGUID
uniqueidentifier
The responsible user guid.
⇧ Stored Procedure dbo.eWaySP_DuplicateXsltTransformationToOtherLanguages
Duplicate template for xsl transformation from given language to other languages.
Object ID: 1414269535; Created: September 24, 2021, 20:10:10
Name
Type
Default
Comment
@Name
nvarchar (256)
Name of the source tamplate to copy.
@LangCode
varchar (2)
Language code of source template to copy.
@FolderName
nvarchar (256)
Folder name of source template to copy.
@ForceRewrite
bit
⇧ Stored Procedure dbo.eWaySP_EnableOrDisableSqlServerFeature
Object ID: 1711279289; Created: September 11, 2024, 21:27:14
Name
Type
Default
Comment
@FeatureName
nvarchar (256)
@Enabled
bit
⇧ Stored Procedure dbo.eWaySP_EnumValues_InsertAndGetEnumValue
Creates new enum value.
Object ID: 79364839; Created: February 11, 2022, 20:43:41
Name
Type
Default
Comment
@EnumValueGUID
uniqueidentifier
GUID of the new enum value.
@EnumTypeName
nvarchar (256)
Name of the enumeration in which the value will be created.
@en
nvarchar (256)
English translation.
@cs
nvarchar (256)
Czech translation.
@FileAs
nvarchar (256)
Enum value name.
@de
nvarchar (256)
German translation.
@ru
nvarchar (256)
Russian translation.
@sk
nvarchar (256)
Slovakian translation.
@no
nvarchar (256)
Norwegian translation.
@CheckDuplicity
bit
Check duplicity.
@EnumTypeGUID
uniqueidentifier
GUID of the enum type, used when @EnumTypeName is NULL.
⇧ Stored Procedure dbo.eWaySP_EnumValues_KeepEntryUnique
Keeps Rank and FileAs unique when Rank and/or FileAs is being updated using existing rank value. Also keeps only one default enum value. All changes to other enum values do not increment ItemVersion nor insert them into ItemChanges.
Object ID: 1727279346; Created: September 11, 2024, 21:27:14
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Saved enum value item guid.
@EnumType
uniqueidentifier
Enum type guid this enum value belongs to.
@NewRank
int
New rank set to the enum value within the enum type.
@NewFileAs
nvarchar (256)
New name set to the enum value.
@NewDefault
bit
New value for the Default flag of the enum value.
⇧ Stored Procedure dbo.eWaySP_EnumValues_UpdateCompletedLostStateFlags
Updates IsCompletedState / IsLostState flags based on GlobalSettings.
⇧ Stored Procedure dbo.eWaySP_EnumValues_UpdateLastActivityAttributesInGlobalSettings
Updates LastActivityAttributes and NextStepAttributes based on EnumValues.
⇧ Stored Procedure dbo.eWaySP_ExecuteSystemJobs
Executes jobs that are required for the system. Only for deve purposes.
⇧ Stored Procedure dbo.eWaySP_ExecuteUrl
Executes specified URL and returns HTTP status code.
Object ID: 1867803849; Created: September 11, 2024, 21:39:05
Name
Type
Default
Comment
@Url
nvarchar (4000)
Executes specified URL and returns HTTP status code.
@Timeout
int
100000
Timeout of the request in miliseconds.
⇧ Stored Procedure dbo.eWaySP_FillDayTypeEn
Object ID: 1743279403; Created: September 11, 2024, 21:27:15
Name
Type
Default
Comment
@WorkReportGUID
uniqueidentifier
@UserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_FillLastActivityAndNextStepFields
Fill Last Activity and Next Step fields on Lead, Project, Company and Contact.
Object ID: 971032578; Created: June 04, 2024, 21:08:15
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
ItemGUID of the item.
@FolderName
nvarchar (256)
FolderName of the item (Leads, Projects, Companies and Contacts).
@ModifiedByGUID
uniqueidentifier
ItemGUID of the user who is making the changes.
⇧ Stored Procedure dbo.eWaySP_FillLastActivityAndNextStepFields_JOB
Fills Last Activity and Next Step fields on all items.
⇧ Stored Procedure dbo.eWaySP_FillLastActivityAndNextStepFieldsAfterActivityChanged
Updates Last Activity and Next Step fields on parent objects when activity is changed.
Object ID: 529241486; Created: February 28, 2017, 22:19:18
Name
Type
Default
Comment
@ActivityGUID
uniqueidentifier
ItemGUID of the updated activity.
@ModifiedByGUID
uniqueidentifier
ItemGUID of the user who has updated the activity.
⇧ Stored Procedure dbo.eWaySP_FixAdditionalFieldsRank
Fixes rank of the additional fields.
Object ID: 1759279460; Created: September 11, 2024, 21:27:15
Name
Type
Default
Comment
@ObjectTypeID
int
ObjectTypeID of the module which additional fields should be fixed.
@ModifiedByGUID
uniqueidentifier
GUID of the user who is making the change.
⇧ Stored Procedure dbo.eWaySP_FixEmailsMultipleBlankLines
Fixes multiple blank lines in emails note.
⇧ Stored Procedure dbo.eWaySP_FixNormalizedPhoneNumberColumns
Checks and fixes all normalized phone number columns in database.
⇧ Stored Procedure dbo.eWaySP_FixRelationDirection
Object ID: 991276724; Created: September 11, 2024, 21:26:52
Name
Type
Default
Comment
@FolderName1
varchar (256)
@FolderName2
varchar (256)
@RelationType
varchar (256)
@NewDirection
int
⇧ Stored Procedure dbo.eWaySP_FixTeamSupervisorRelations
Fixed SUPERVISOR relations based on the TeamRoles.
⇧ Stored Procedure dbo.eWaySP_ForeignKeyScriptGenerator
Object ID: 1051800942; Created: September 11, 2024, 21:27:55
Name
Type
Default
Comment
@Action
char (6)
@Script
nvarchar (max)
@ReferencedTable
nvarchar (128)
⇧ Stored Procedure dbo.eWaySP_GenerateNewDatabaseUniqueID
Generates new UniqueID for database.
⇧ Stored Procedure dbo.eWaySP_GetActiveUserCountWithFilterOnProductsAndExcludeOneUser
Object ID: 1791279574; Created: September 11, 2024, 21:27:16
Name
Type
Default
Comment
@ExcludingUser
uniqueidentifier
@OutlookAccessActive
bit
@WebAccessActive
bit
@MobileAccessActive
bit
⇧ Stored Procedure dbo.eWaySP_GetAdditionalFieldValue
Object ID: 1807279631; Created: September 11, 2024, 21:27:16
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@FolderName
nvarchar (256)
@FieldName
nvarchar (256)
@Value
sql_variant
⇧ Stored Procedure dbo.eWaySP_GetAdministratorMail
⇧ Stored Procedure dbo.eWaySP_GetAllUsedPohodaAccountingUnits
⇧ Stored Procedure dbo.eWaySP_GetCollisionWorkReports
Get the work reports, which are duplicate in manner of time overlapping.
Object ID: 1419802253; Created: September 11, 2024, 21:28:07
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
The tested user.
@ExcludeItemGUID
uniqueidentifier
The work report, which will be excluded from the list. Usually the tested one. Can be null.
@From
smalldatetime
Date and time of start.
@To
smalldatetime
Date and time of end.
⇧ Stored Procedure dbo.eWaySP_GetColumnPermissionsAffectedColumns
⇧ Stored Procedure dbo.eWaySP_GetFailedWebServiceTasks
Gets WebService Tasks owned by specified user.
Object ID: 411382222; Created: March 24, 2023, 09:22:18
Name
Type
Default
Comment
@OwnerGUID
uniqueidentifier
User unique identifier.
@TaskGUID
uniqueidentifier
Task unique identifier.
⇧ Stored Procedure dbo.eWaySP_GetForeignKeyReferencedObjects
Gets referenced table name and column name by given foreign key name.
⇧ Stored Procedure dbo.eWaySP_GetForeignKeys
Gets list of foreign keys on the current database.
Object ID: 1435802310; Created: September 11, 2024, 21:28:08
Name
Type
Default
Comment
@ReferencedFolderName
nvarchar (256)
Folder name to which all the foreign keys suppose to point. Specify either table name or folder name.
@ReferencedTableName
nvarchar (256)
DB table name to which all the foreign keys suppose to point. Specify either table name or folder name.
⇧ Stored Procedure dbo.eWaySP_GetGroupsRelatedToUser
Returns identifiers of user groups.
⇧ Stored Procedure dbo.eWaySP_GetChangedItemIdentifiers
Gets items from EWD_ItemChanges table.
Object ID: 1871279859; Created: September 11, 2024, 21:27:18
Name
Type
Default
Comment
@LastChange
bigint
First item to be returned.
@MaxLastChange
bigint
Maximum change id of the item to be returned.
⇧ Stored Procedure dbo.eWaySP_GetIntAdditionalFieldValue
Object ID: 1887279916; Created: September 11, 2024, 21:27:19
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@FolderName
nvarchar (256)
@FieldName
nvarchar (256)
@Value
int
⇧ Stored Procedure dbo.eWaySP_GetItemHistory
Gets history of changes related to specific item.
Object ID: 1832679364; Created: July 24, 2023, 20:49:38
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Item unique identifier.
@ObjectTypeID
tinyint
Item folder object type identifier.
⇧ Stored Procedure dbo.eWaySP_GetItemChangesCount
Gets count of ItemChanges records of certain object type within the given interval.
Object ID: 1796526525; Created: October 05, 2020, 12:08:08
Name
Type
Default
Comment
@LastChange
bigint
Minimal considered change id - exclusive.
@MaxLastChange
bigint
Maximal considered change id - inclusive.
@ObjectTypeID1
tinyint
Counted object type nr. 1.
@ObjectTypeID2
tinyint
Counted object type nr. 2.
@ObjectTypeID3
tinyint
Counted object type nr. 3.
@ObjectTypeID4
tinyint
Counted object type nr. 4.
@ObjectTypeID5
tinyint
Counted object type nr. 5.
@ObjectTypeID6
tinyint
Counted object type nr. 6.
@ObjectTypeID7
tinyint
Counted object type nr. 7.
@ObjectTypeID8
tinyint
Counted object type nr. 8.
⇧ Stored Procedure dbo.eWaySP_GetItemsLastChange
Gets last ChangeID from EWD_ItemChanges.
⇧ Stored Procedure dbo.eWaySP_GetItemsToBeRemovedConsequently
Gets items (guid, folder name) that have to be deleted as a consequence of the incomming deletion of the given item. For example. before deleting a general item, all its relations and relation data have to be deleted first.
Object ID: 82788794; Created: September 24, 2021, 20:10:20
Name
Type
Default
Comment
@BeingRemovedItemGUID
uniqueidentifier
ItemGUID of the item that is going to be removed.
@BeingRemovedItemFolderName
nvarchar (255)
Containing folder name of the item that is going to be removed.
⇧ Stored Procedure dbo.eWaySP_GetItemsWithChangedForeignKeyRelations
Gets items which are affected by relation change or deletion. The affected items are the items which uses the relations for generating foreign keys from 1:N relations. Returns only itemguids of the affected items.
Object ID: 66788737; Created: September 24, 2021, 20:10:19
Name
Type
Default
Comment
@LastChange
bigint
Minimal considered change id - exclusive.
@MaxLastChange
bigint
Maximal considered change id - inclusive.
@ObjectTypeID
tinyint
The desired affected items folder identifier or null if all results have to be taken.
⇧ Stored Procedure dbo.eWaySP_GetKeywordUsage
Searches for SQL objects that contain specified keyword.
⇧ Stored Procedure dbo.eWaySP_GetLastChangedItemsOfType
Object ID: 164455910; Created: December 10, 2014, 15:07:16
Name
Type
Default
Comment
@FoldeName
nvarchar (256)
@DateFrom
datetime
@DaysBefore
int
⇧ Stored Procedure dbo.eWaySP_GetLatestRevision
Gets latest document revision from database.
⇧ Stored Procedure dbo.eWaySP_GetListOfDataProviders
⇧ Stored Procedure dbo.eWaySP_GetNewAdditionalFieldRank
⇧ Stored Procedure dbo.eWaySP_GetNVarCharAdditionalFieldValue
Object ID: 1903279973; Created: September 11, 2024, 21:27:19
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@FolderName
nvarchar (256)
@FieldName
nvarchar (256)
@Value
nvarchar (max)
⇧ Stored Procedure dbo.eWaySP_GetPermissionsRelevantChangesCount
Gets count of the ItemChanges records which may change the given user's permissions.
Object ID: 1867999323; Created: September 16, 2022, 08:55:25
Name
Type
Default
Comment
@LastChange
bigint
Minimal considered change id - exclusive.
@MaxLastChange
bigint
Maximal considered change id - inclusive.
@UserItemGUID
uniqueidentifier
The user, whose permissions we test.
⇧ Stored Procedure dbo.eWaySP_GetProjectPeopleExpenses
Object ID: 1039276895; Created: September 11, 2024, 21:26:55
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
@LeadGUID
uniqueidentifier
@WorkReportGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_GetTableSchema
⇧ Stored Procedure dbo.eWaySP_GetUnifiedRelationsItemChangeIdentifiers
Gets changes of the unified relations.
Object ID: 146789022; Created: September 24, 2021, 20:10:20
Name
Type
Default
Comment
@LastChange
bigint
@MaxLastChange
bigint
⇧ Stored Procedure dbo.eWaySP_GetUniqueIndexReferencedObjects
Gets referenced table name and column name by given unique index name.
⇧ Stored Procedure dbo.eWaySP_GetUnorientedUnifiedRelationsIdentifiers
Gets only the identifiers of the M:N and AF unified relations of the specified modules.
Object ID: 1071277009; Created: September 11, 2024, 21:26:56
Name
Type
Default
Comment
@ObjectTypeID1
tinyint
@ObjectTypeID2_1
tinyint
@ObjectTypeID2_2
tinyint
@ObjectTypeID2_3
tinyint
@ObjectTypeID2_4
tinyint
@ObjectTypeID2_5
tinyint
⇧ Stored Procedure dbo.eWaySP_GetUserID
Gets user ItemGUID, password hash and username.
⇧ Stored Procedure dbo.eWaySP_GetUserLastLoginTime
Gets user last login time.
Object ID: 1250285151; Created: November 21, 2022, 20:30:57
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
Identifier of the user.
@ClientType
tinyint
⇧ Stored Procedure dbo.eWaySP_GetUserViews
Get list of user views of a specified user.
⇧ Stored Procedure dbo.eWaySP_GetUserWithProducts
⇧ Stored Procedure dbo.eWaySP_GetWrongClientVersions
Gets blocked client versions.
⇧ Stored Procedure dbo.eWaySP_GlobalSettings_SetVisibility
Sets visibility on specified Global Setting.
Object ID: 1367557993; Created: June 11, 2024, 20:33:55
Name
Type
Default
Comment
@Name
nvarchar (256)
Global Setting name.
@Visible
bit
Value indicating whether will be setting visible.
⇧ Stored Procedure dbo.eWaySP_GoodsInCart_AddProjectToCart
Creates GENERAL relation between project and cart.
Object ID: 1589098389; Created: January 26, 2023, 20:17:49
Name
Type
Default
Comment
@GoodsInCartGUID
uniqueidentifier
GUID of GoodsInCart item.
@ProjectGUID
uniqueidentifier
GUID of the project / lead.
@ProjectObjectTypeID
tinyint
ObjectTypeID of project or lead.
⇧ Stored Procedure dbo.eWaySP_GoodsInCart_UpdatePriceTotal
⇧ Stored Procedure dbo.eWaySP_Groups_RemoveItemsPointingToGroup
Removes all items having foreign key pointing to the specified group. This proc should ba called before removing group record. This proc should be run in transaction.
Object ID: 2086271929; Created: September 24, 2021, 20:10:18
Name
Type
Default
Comment
@GroupGUID
uniqueidentifier
The group guid.
@UserGUID
uniqueidentifier
The responsible user guid.
⇧ Stored Procedure dbo.eWaySP_Groups_UpdateGroupsInGlobalSettings
Updates group names in global settings.
Object ID: 1366269364; Created: September 24, 2021, 20:10:10
Name
Type
Default
Comment
@GroupName
nvarchar (256)
Name of the group.
@PrevGroupName
nvarchar (256)
Previous name of the group.
⇧ Stored Procedure dbo.eWaySP_CheckBinaryDataRecord
Checks whether BinaryData record for the specified document or email exists. If not, raises an error. If the record exists, does nothing. In case of Documents folder, the proc also checks the revision history record. This proces is ment to be an after save trigger.
Object ID: 1771218156; Created: February 06, 2019, 20:15:13
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
ItemGUID of the uploaded document or email.
@FolderName
nvarchar (32)
Folder name of the uploaded item module.
⇧ Stored Procedure dbo.eWaySP_CheckClrConfiguration
Used by CheckStatus WebService method to check whether WebServicePath is correct.
⇧ Stored Procedure dbo.eWaySP_CheckColumnPermission
Before save trigger for checking column permissions integrity and disallowing invalid configurations.
Object ID: 1467802424; Created: September 11, 2024, 21:28:09
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
The saved column permission record itemguid.
@ObjectTypeID
tinyint
The saved column permission folder object type id.
@GroupGUID
uniqueidentifier
The saved column permission group guid.
@ColumnName
nvarchar (256)
The saved column permission column name.
@Type
tinyint
The saved column permission permission type rule.
@Mandatory
tinyint
The saved column permission mandatory rule.
@IsTypeEditable
bit
@IsMandatoryEditable
bit
⇧ Stored Procedure dbo.eWaySP_CheckDateOnJournalWhenUploading
Check event start date on journal that is being created, if conforms to 'GetJournalFirstAcceptableDate' limit.
Object ID: 1544913121; Created: May 01, 2017, 22:25:04
Name
Type
Default
Comment
@JournalGUID
uniqueidentifier
Guid of journal.
@JournalType
uniqueidentifier
@EventStart
datetime
Date of event start.
⇧ Stored Procedure dbo.eWaySP_CheckDefaultGroupVersusGroupRelations
Raises error if trying to create DEFAULT_GROUP relation when no GROUP relation present. Raises also error if trying to remove GROUP relation when there still is DEFAULT_GROUP relation present.
Object ID: 1472554317; Created: March 03, 2024, 21:18:57
Name
Type
Default
Comment
@GroupGUID
uniqueidentifier
Group guid.
@UserGUID
uniqueidentifier
User guid.
@Mode
tinyint
0 - creating DEFAULT_GROUP: checks GROUP presence; 1 - removing GROUP: check no DEFAULT_GROUP.
⇧ Stored Procedure dbo.eWaySP_CheckDuplicatedRelations
Tests database for duplicated relations.
⇧ Stored Procedure dbo.eWaySP_CheckForDuplicatedValues
Checks duplicated values in given column or by given relation type.
Object ID: 1999280315; Created: September 11, 2024, 21:27:22
Name
Type
Default
Comment
@ColumnName
nvarchar (256)
Column name to be checked.
@ObjectTypeID
tinyint
Id of object type to be checked.
⇧ Stored Procedure dbo.eWaySP_CheckForExpiredPasswords
Force password change for expired passwords.
⇧ Stored Procedure dbo.eWaySP_CheckModulePermission
Before save trigger for checking module permissions integrity and disallowing invalid changes.
Object ID: 1206268794; Created: September 24, 2021, 20:10:06
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
ModulePermissions record itemguid.
@IsSystem
bit
IsSystem column of the saved item. Can be null if is not inteded to be changed.
@ObjectTypeID
tinyint
The saved module permission folder object type id.
@GroupGUID
uniqueidentifier
The saved module permission group guid.
⇧ Stored Procedure dbo.eWaySP_CheckRelationsPointingToNonExistingItems
Tests database for relations between non-existing items.
⇧ Stored Procedure dbo.eWaySP_InsertIntoHistory
Inserts new record int EWD_History table.
Object ID: 735275812; Created: September 11, 2024, 21:26:41
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Identifier of the modified item.
@ObjectTypeID
tinyint
ObjectType ID of the modified item.
@ModifiedByGUID
uniqueidentifier
Identifier of the user who updated the record.
@ItemChanged
datetimeoffset
Date and time when the record has been updated in the local database.
@ServerItemChanged
datetimeoffset
Date and time when the record was updated on the server.
@ColumnName
nvarchar (128)
Name of changed column.
@ClientVersion
nvarchar (128)
Client version.
@PrevValueVarChar
nvarchar (max)
Previous VarChar value.
@NewValueVarChar
nvarchar (max)
New VarChar value.
@PrevValueVarCharMax
nvarchar (max)
Previous VarCharMax value.
@NewValueVarCharMax
nvarchar (max)
New VarCharMax value.
@PrevValueBit
bit
Previous Bit value.
@NewValueBit
bit
New Bit value.
@PrevValueInt
int
Previous Int value.
@NewValueInt
int
New Int value.
@PrevValueBigInt
bigint
Previous BigInt value.
@NewValueBigInt
bigint
New BigInt value.
@PrevValueDecimal
decimal (19, 4)
Previous Decimal value.
@NewValueDecimal
decimal (19, 4)
New Decimal value.
@PrevValueDateTime
datetime
Previous DateTime value.
@NewValueDateTime
datetime
New DateTime value.
@PrevValueGUID
uniqueidentifier
Previous GUID value.
@NewValueGUID
uniqueidentifier
New GUID value.
@PrevValueVarBinary
varbinary (max)
Previous VarBinary value.
@NewValueVarBinary
varbinary (max)
New VarBinary value.
@SID
uniqueidentifier
Session ID.
⇧ Stored Procedure dbo.eWaySP_InsertIntoItemChanges
Inserts updated or removed item into the EWD_ItemChanges table.
Object ID: 1371802082; Created: September 11, 2024, 21:28:06
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Identifier of the item.
@FolderName
nvarchar (256)
Folder name of the item.
@Removed
bit
1 if the item has been removed, otherwise 0.
@ItemCreated
datetimeoffset
Time of the change, by default it is the same as Server_ItemChanged of the item.
@FileAs
nvarchar (1280)
FileAs of the item.
@ModifiedByGUID
uniqueidentifier
GUID of the user who has issued the update.
@ItemVersion
int
Item version of the item.
⇧ Stored Procedure dbo.eWaySP_InsertIntoWebServiceTasks
Inserts new record in EWD_WebServiceTasks table.
Object ID: 395382165; Created: March 24, 2023, 09:22:18
Name
Type
Default
Comment
@TaskGUID
uniqueidentifier
Item unique identifier.
@OwnerGUID
uniqueidentifier
Identifier of the user who updated the record.
@Name
nvarchar (256)
Task name.
@Parameters
nvarchar (max)
Task parameters.
@ErrorDescription
nvarchar (max)
Error description.
@AdditionalData
nvarchar (max)
⇧ Stored Procedure dbo.eWaySP_InvalidateOldCurrencyExchangeRateItems
⇧ Stored Procedure dbo.eWaySP_IsEmailCampaignResponseDuplicate
Object ID: 2015280372; Created: September 11, 2024, 21:27:22
Name
Type
Default
Comment
@JournalResponseId
uniqueidentifier
@RespondentId
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_IsProjectAssignmentDuplicate
Object ID: 2031280429; Created: September 11, 2024, 21:27:22
Name
Type
Default
Comment
@ProjectAssignmentGUID
uniqueidentifier
@ProjectGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_IsRelationPresent
Checks whether a relation is present.
Object ID: 2047280486; Created: September 11, 2024, 21:27:23
Name
Type
Default
Comment
@ItemGUID1
uniqueidentifier
Identififer of the first item.
@ItemGUID2
uniqueidentifier
Identififer of the second item.
@ObjectTypeID1
tinyint
ID of first object type.
@ObjectTypeID2
tinyint
ID of second object type.
@RelationTypeID
smallint
Relation type ID.
@DifferDirection
bit
True to use direction.
⇧ Stored Procedure dbo.eWaySP_IsUserAccountLocked
Checks if user account is locked.
⇧ Stored Procedure dbo.eWaySP_IsUserActive
Checks whether user account is active.
⇧ Stored Procedure dbo.eWaySP_IsWorkCommitmentDuplicate
Checks whether specified work commitment is duplicate.
Object ID: 2095280657; Created: September 11, 2024, 21:27:24
Name
Type
Default
Comment
@WorkCommitmentGUID
uniqueidentifier
Identifier of the work commitment.
@UserGUID
uniqueidentifier
Identifier of the user.
⇧ Stored Procedure dbo.eWaySP_ItemExists
Checks whether specified item exists.
Object ID: 2111280714; Created: September 11, 2024, 21:27:24
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Identifier of the item.
@FolderName
nvarchar (50)
Folder name of the item.
@ObjectTypeID
int
Object type ID of the item. Use when @FolderName is not provided.
@ItemExists
bit
Output value indicating whether item exists.
⇧ Stored Procedure dbo.eWaySP_Leads_OwnerChangedNotifier
Notify new owner of lead about lead. Procedure is calling in BeforeSave trigger on Leads.
Object ID: 2127280771; Created: September 11, 2024, 21:27:24
Name
Type
Default
Comment
@LeadGUID
uniqueidentifier
Guid of created lead.
@OwnerGUID
uniqueidentifier
Guid of owner of lead.
@ModifiedByGUID
uniqueidentifier
Guid of author of modification.
@PrevOwnerGUID
uniqueidentifier
Guid of previous owner of lead.
⇧ Stored Procedure dbo.eWaySP_LogLogin
Save login history.
Object ID: 1298285322; Created: November 21, 2022, 20:30:58
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
User identifier.
@SID
uniqueidentifier
Session identifier.
@ClientVersion
nvarchar (50)
Version of client.
@UserHostAddress
varchar (45)
IP host address of the remote client.
@Successful
bit
Value indicating whether was login successful.
@UserHostID
varchar (50)
Unique identification of the remote client.
@UserHostName
varchar (200)
Name of the host.
@CommunicatedUserHostAddress
varchar (45)
DEPRECATED: Pass NULL. IP host address which the client claims to be using (created for WCF IP retransmitting).
@TimeZone
nvarchar (32)
Time zone identifier of the client.
@IsFullSync
bit
Indicates whether the client runs full sync.
@ProxyAddress
varchar (45)
Proxy address provided during login.
⇧ Stored Procedure dbo.eWaySP_MakeApiRequest
Makes API request to specified URL.
Object ID: 1883803906; Created: September 11, 2024, 21:39:05
Name
Type
Default
Comment
@Url
nvarchar (4000)
Requested URL.
@Query
nvarchar (max)
Data of the request.
@Method
nvarchar (10)
POST
HTTP method (GET, POST).
@ContentType
nvarchar (4000)
application/x-www-form-urlencoded
Content type.
@Authorization
nvarchar (4000)
Authorization header.
@Response
nvarchar (max)
⇧ Stored Procedure dbo.eWaySP_MakeFieldEditable
Makes field editable for system group.
Object ID: 2143280828; Created: September 11, 2024, 21:27:25
Name
Type
Default
Comment
@FolderName
nvarchar (50)
Name of the folder.
@ColumnName
nvarchar (255)
Name of the column.
⇧ Stored Procedure dbo.eWaySP_MakeFieldReadonly
Makes field readonly for system group.
Object ID: 11797237; Created: September 11, 2024, 21:27:25
Name
Type
Default
Comment
@FolderName
nvarchar (50)
Name of the folder.
@ColumnName
nvarchar (255)
Name of the column.
⇧ Stored Procedure dbo.eWaySP_MakeItemsVisibleForAll
⇧ Stored Procedure dbo.eWaySP_ManageCartRelationsToProjectOrCompany
Creates relations between given cart and given project and company.
Cart can't be NULL, project or company can be null (means delete this relations).
If project is not null: 'CART' relation will be created.
If company is not null: 'CUSTOMER' relation will be created.
Also previous relation to OTHER project or companies will be replaced.
Object ID: 27797294; Created: September 11, 2024, 21:27:25
Name
Type
Default
Comment
@CartGUID
uniqueidentifier
Identifier of the cart.
@NewProjectGUID
uniqueidentifier
Identifier of new project.
@NewCompanyGUID
uniqueidentifier
Identifier of new company.
⇧ Stored Procedure dbo.eWaySP_MarkBinaryDataAsStoredInFileSystem
Marks binary data record as StoredInFileSystem = 1.
Object ID: 43797351; Created: September 11, 2024, 21:27:26
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Identifier of the record.
@Revision
int
Revision of the record.
@FileSystemStorageRelativePath
char (7)
Relative path of the file.
⇧ Stored Procedure dbo.eWaySP_Marketing_SetID
Sets ID for a new marketing record.
⇧ Stored Procedure dbo.eWaySP_Marketing_UpdateRevenue
Object ID: 75797465; Created: September 11, 2024, 21:27:27
Name
Type
Default
Comment
@ReleatedLeadId
uniqueidentifier
@MarketingId
uniqueidentifier
@ReleatedLeadPrice
numeric (18, 2)
@ReleatedLeadPreviousPrice
numeric (18, 2)
@ReleatedLeadState
uniqueidentifier
@ReleatedLeadPreviousState
uniqueidentifier
@ReleatedLeadRemoving
bit
⇧ Stored Procedure dbo.eWaySP_MarketingList_RemoveAssignments
Removes assignements on Item from MarketingList Items.
Object ID: 1294509728; Created: May 30, 2024, 21:08:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Item unique identifier.
@FolderName
nvarchar (50)
Item folder name.
⇧ Stored Procedure dbo.eWaySP_MergeItems
This procedure merges two items into the third. Optional use is
to supply target item GUID the same as the first source item GUID.
This procedure goes through the folder columns (except system ones)
and uses the first not empty value (in order: source1, source2).
The "Null or unique" columns specified bellow are filled
by the same policy, but the source field is nulled (unique const.)
Then this procedure reconnects all the relations of the sources
to the target item. The foreign keys are redirected to the target
item too.
Object ID: 463274843; Created: September 11, 2024, 21:26:31
Name
Type
Default
Comment
@FolderName
nvarchar (256)
GUID of the second source item.
@TargetItemGUID
uniqueidentifier
GUID of the target item.
@SourceItemGUID1
uniqueidentifier
@SourceItemGUID2
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_MigrateDateTimeToDateTimeOffset
Adds offset to DateTime values during upgrade.
⇧ Stored Procedure dbo.eWaySP_MigrateServerDateTimeToDateTimeOffset
Adds offset to Server's DateTime values during upgrade.
⇧ Stored Procedure dbo.eWaySP_ModifyAdditionalFieldType
Modifies additional field type.
Object ID: 1408554089; Created: March 03, 2024, 21:18:54
Name
Type
Default
Comment
@FieldID
smallint
Additional field ID.
@Type
smallint
New type. Currently only change from TextBox to MemoBox is supported.
⇧ Stored Procedure dbo.eWaySP_ModifyUserName
Modify username for user in eWay system.
Object ID: 399274615; Created: September 11, 2024, 21:26:28
Name
Type
Default
Comment
@OldUserName
nvarchar (100)
Old username.
@NewUserName
nvarchar (100)
New username.
⇧ Stored Procedure dbo.eWaySP_MoveBinaryDataToSeparateFileGroup
Moves EWD_BinaryData to separate file group.
⇧ Stored Procedure dbo.eWaySP_NormalizePhoneNumber
Fills the 'Normalized' column for the changed phone number column.
Object ID: 101913222; Created: September 03, 2023, 21:01:28
Name
Type
Default
Comment
@FolderName
nvarchar (64)
Module folder name.
@ColumnName
nvarchar (128)
The telephone number column that has been changed. Ex. 'TelephoneNumber1'.
@ItemGUID
uniqueidentifier
Item guid of item that was changed.
⇧ Stored Procedure dbo.eWaySP_NotifyAboutLeadsDeadline
Procedure for sending e-mails about expired deadlines of leads.
⇧ Stored Procedure dbo.eWaySP_NotifyAboutMissingExchangeRates
Checks the default and parent currency columns in all the DB and notifies
about missing exchange rates needed for correct computation of values
for this columns.
⇧ Stored Procedure dbo.eWaySP_NotifyAboutProjectDeadline
Procedure for sending e-mails about finishing projects.
⇧ Stored Procedure dbo.eWaySP_NotifyAboutTaskChange
Object ID: 139797693; Created: September 11, 2024, 21:27:29
Name
Type
Default
Comment
@TaskGUID
uniqueidentifier
@ModifiedByGUID
uniqueidentifier
@NewSolverGUID
uniqueidentifier
@NewSuperiorItemGUID
uniqueidentifier
@NewSuperiorItemObjectTypeID
tinyint
@OldOwnerGUID
uniqueidentifier
@OldTypeGUID
uniqueidentifier
@OldStatusGUID
uniqueidentifier
@OldSubject
nvarchar (256)
@OldStartDate
datetime
@OldDueDate
datetime
@OldReminderDate
datetime
@OldReminder
bit
@OldImportanceGUID
uniqueidentifier
@OldComplete
bit
@OldPercentCompleteDecimal
decimal (5, 4)
@OldActualWorkHours
decimal (18, 3)
@OldEstimatedWorkHours
decimal (18, 3)
@OldNote
nvarchar (max)
@NewCompanyGUID
uniqueidentifier
@NewContactGUID
uniqueidentifier
@Now
datetimeoffset
⇧ Stored Procedure dbo.eWaySP_NotifyAboutTasks
Notify delegators and solvers about tasks.
⇧ Stored Procedure dbo.eWaySP_NotifyAboutTeamChanged
Object ID: 155797750; Created: September 11, 2024, 21:27:30
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
@ProjectGUID
uniqueidentifier
@LeadGUID
uniqueidentifier
@Removed
bit
@ModifiedByGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyAboutUnpaidInvoices
⇧ Stored Procedure dbo.eWaySP_NotifyTeamAboutNewDocumentInProject
Notify team about new document in project.
Object ID: 187797864; Created: September 11, 2024, 21:27:31
Name
Type
Default
Comment
@DocumentGUID
uniqueidentifier
Guid of document.
@ProjectGUID
uniqueidentifier
Guid of project.
@CreatedOrModifiedGUID
uniqueidentifier
Guid of modificator.
@DocumentItemVersion
int
Version of document item.
@RecipientUserGUID
uniqueidentifier
Guid of recepient.
⇧ Stored Procedure dbo.eWaySP_NotifyTeamAboutNewEmailInProject
Notify team about new email in project.
Object ID: 203797921; Created: September 11, 2024, 21:27:31
Name
Type
Default
Comment
@EmailGUID
uniqueidentifier
Guid of email.
@ProjectGUID
uniqueidentifier
Guid of project.
@CreatedOrModifiedGUID
uniqueidentifier
Guid of modificator.
@EmailItemVersion
int
Version of document item.
@RecipientUserGUID
uniqueidentifier
Guid of recepient.
⇧ Stored Procedure dbo.eWaySP_NotifyTeamAboutNewJournalInProject
Notify team about new journal in project.
Object ID: 219797978; Created: September 11, 2024, 21:27:32
Name
Type
Default
Comment
@JournalGUID
uniqueidentifier
Guid of journal.
@ProjectGUID
uniqueidentifier
Guid of project.
@CreatedOrModifiedGUID
uniqueidentifier
Guid of modificator.
@JournalItemVersion
int
Version of journal item.
@RecipientUserGUID
uniqueidentifier
Guid of recepient.
⇧ Stored Procedure dbo.eWaySP_NotifyUserAboutDocument
Object ID: 235798035; Created: September 11, 2024, 21:27:32
Name
Type
Default
Comment
@DocumentGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUserAboutEmail
Object ID: 251798092; Created: September 11, 2024, 21:27:33
Name
Type
Default
Comment
@EmailGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUserAboutJournal
Object ID: 267798149; Created: September 11, 2024, 21:27:33
Name
Type
Default
Comment
@JournalGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewDocumentInCompany
Object ID: 283798206; Created: September 11, 2024, 21:27:33
Name
Type
Default
Comment
@DocumentGUID
uniqueidentifier
@CompanyGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@DocumentItemVersion
int
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewDocumentInContact
Object ID: 299798263; Created: September 11, 2024, 21:27:34
Name
Type
Default
Comment
@DocumentGUID
uniqueidentifier
@ContactGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@DocumentItemVersion
int
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewDocumentInLead
Notify team about new document in lead.
Object ID: 315798320; Created: September 11, 2024, 21:27:34
Name
Type
Default
Comment
@DocumentGUID
uniqueidentifier
Guid of document.
@LeadGUID
uniqueidentifier
Guid of lead.
@CreatedOrModifiedGUID
uniqueidentifier
Guid of modificator.
@DocumentItemVersion
int
Version of document item.
@RecipientUserGUID
uniqueidentifier
Guid of recepient.
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewEmailInCompany
Object ID: 2104680333; Created: July 24, 2023, 20:49:48
Name
Type
Default
Comment
@EmailGUID
uniqueidentifier
@CompanyGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@EmailItemVersion
int
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewEmailInContact
Object ID: 2120680390; Created: July 24, 2023, 20:49:48
Name
Type
Default
Comment
@EmailGUID
uniqueidentifier
@ContactGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@EmailItemVersion
int
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewEmailInLead
Object ID: 331798377; Created: September 11, 2024, 21:27:35
Name
Type
Default
Comment
@EmailGUID
uniqueidentifier
@LeadGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@EmailItemVersion
int
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewJournalInCompany
Object ID: 347798434; Created: September 11, 2024, 21:27:35
Name
Type
Default
Comment
@JournalGUID
uniqueidentifier
@CompanyGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@JournalItemVersion
int
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewJournalInContact
Object ID: 363798491; Created: September 11, 2024, 21:27:35
Name
Type
Default
Comment
@JournalGUID
uniqueidentifier
@ContactGUID
uniqueidentifier
@CreatedOrModifiedGUID
uniqueidentifier
@JournalItemVersion
int
@RecipientUserGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAboutNewJournalInLead
Notify team about updated journal in lead.
Object ID: 379798548; Created: September 11, 2024, 21:27:36
Name
Type
Default
Comment
@JournalGUID
uniqueidentifier
Guid of journal.
@LeadGUID
uniqueidentifier
Guid of lead.
@CreatedOrModifiedGUID
uniqueidentifier
Guid of modificator.
@JournalItemVersion
int
Version of journal item.
@RecipientUserGUID
uniqueidentifier
Guid of recepient.
⇧ Stored Procedure dbo.eWaySP_NotifyUsersAfterUpdate
⇧ Stored Procedure dbo.eWaySP_NotifyUsersBeforeUpdate
Notifies users when update finishes.
⇧ Stored Procedure dbo.eWaySP_ParseContactName_Clr
Object ID: 1851803792; Created: September 11, 2024, 21:39:05
Name
Type
Default
Comment
@ContactName
nvarchar (max)
@Prefix
nvarchar (256)
@FirstName
nvarchar (256)
@MiddleName
nvarchar (256)
@LastName
nvarchar (256)
@Suffix
nvarchar (256)
⇧ Stored Procedure dbo.eWaySP_Pohoda_NotifyAboutNewInvoiceState
Object ID: 831276154; Created: September 11, 2024, 21:26:46
Name
Type
Default
Comment
@CartGUID
uniqueidentifier
@CartFileAs
nvarchar (256)
@ProjectGUID
uniqueidentifier
@CompanyGUID
uniqueidentifier
@NewState
uniqueidentifier
@Changed
datetime
⇧ Stored Procedure dbo.eWaySP_ProcessQueuedJobs
Process queued jobs from table EWD_QueuedJobs.
⇧ Stored Procedure dbo.eWaySP_Projects_CalculateEstimatedMargin
Object ID: 688551524; Created: March 03, 2024, 21:18:28
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
@EstimatedMargin
decimal (18, 4)
@EstimatedProfit
decimal (18, 4)
@EstimatedPrice
decimal (18, 2)
@EstimatedOtherExpenses
decimal (18, 2)
@EstimatedPeopleExpenses
decimal (18, 2)
⇧ Stored Procedure dbo.eWaySP_Projects_OwnerChangedNotifier
Notify new owner of Project about Project. Procedure is calling in BeforeSave trigger on Projects.
Object ID: 395798605; Created: September 11, 2024, 21:27:36
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
Guid of created Project.
@OwnerGUID
uniqueidentifier
Guid of owner of Project.
@ModifiedByGUID
uniqueidentifier
Guid of author of modification.
@PrevOwnerGUID
uniqueidentifier
Guid of previous owner of Project.
⇧ Stored Procedure dbo.eWaySP_Projects_PriceChange
Create journal entry for change on project field "Price"
Object ID: 373888699; Created: January 29, 2015, 21:58:17
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
Guid of project
@UserGUID
uniqueidentifier
Guid of modification author
@Price
decimal (18, 0)
Price new value
@PrevPrice
decimal (18, 0)
Price old value
⇧ Stored Procedure dbo.eWaySP_Projects_ProjectEndChange
Create journal entry for change on project field "ProjectEnd"
Object ID: 309888471; Created: January 29, 2015, 21:58:17
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
Guid of project
@UserGUID
uniqueidentifier
Guid of modification author
@ProjectEnd
datetime
ProjectEnd new value
@PrevProjectEnd
datetime
ProjectEnd old value
⇧ Stored Procedure dbo.eWaySP_Projects_RemoveProjectAssignments
⇧ Stored Procedure dbo.eWaySP_Projects_RemoveRelatedTasks
⇧ Stored Procedure dbo.eWaySP_Projects_SetHID
Object ID: 411798662; Created: September 11, 2024, 21:27:37
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Identifier of the database record.
@Type
int
Type of the item (0=Lead, 1=Project).
⇧ Stored Procedure dbo.eWaySP_Projects_UpdateSuperiorProject
Object ID: 427798719; Created: September 11, 2024, 21:27:38
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
@Removing
int
@FirstSlave
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_PropagateDocumentationOnSubGoods
Object ID: 443798776; Created: September 11, 2024, 21:27:38
Name
Type
Default
Comment
@IsDeleted
bit
@SuperiorGoodGUID
uniqueidentifier
@RelatedObjectGUID
uniqueidentifier
@GoodObjectTypeID
tinyint
@RelatedObjectObjectTypeID
tinyint
⇧ Stored Procedure dbo.eWaySP_RaiseError
Internal procedure for RAISERROR() function. With optional 1-9 parameters to be casted to string automatically.
Object ID: 703275698; Created: September 11, 2024, 21:26:39
Name
Type
Default
Comment
@Message
nvarchar (max)
Messege to be raised with optional "%s" placeholders for parameters 1-9.
@Parameter1
sql_variant
Optional parameters 1-9 for "%s" replacement in @Message.
@Parameter2
sql_variant
@Parameter3
sql_variant
@Parameter4
sql_variant
@Parameter5
sql_variant
@Parameter6
sql_variant
@Parameter7
sql_variant
@Parameter8
sql_variant
@Parameter9
sql_variant
⇧ Stored Procedure dbo.eWaySP_ReadAttachment
Object ID: 459798833; Created: September 11, 2024, 21:27:39
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@Revision
int
@Offset
int
@Size
int
@Compressed
bit
⇧ Stored Procedure dbo.eWaySP_ReasignTasks
Reasign tasks with given state from old user to new user.
Object ID: 162789079; Created: September 24, 2021, 20:10:20
Name
Type
Default
Comment
@OldUserGuid
uniqueidentifier
Guid of old user.
@OldUserName
nvarchar (256)
Name of old user.
@NewUserGuid
uniqueidentifier
Guid of new user.
@NewUserName
nvarchar (256)
Name of new user.
⇧ Stored Procedure dbo.eWaySP_ReassignItems
Delegates the items to a new user.
Object ID: 1406510127; Created: May 30, 2024, 21:08:39
Name
Type
Default
Comment
@OldUserGUID
uniqueidentifier
The current (former) owner/solver/assignee, who shall be swapped.
@NewUserGUID
uniqueidentifier
The user who is assigned to all the items.
@ResponsibleUserGUID
uniqueidentifier
@ItemChanged
datetimeoffset
@ClientVersion
nvarchar (256)
@ReassignCompanies
bit
@ReassignContacts
bit
@ReassignActiveProjects
bit
@ReassignCompletedProjects
bit
@ReassignDeadProjects
bit
@ReassignActiveLeads
bit
@ReassignCompletedLeads
bit
@ReassignDeadLeads
bit
@ReassignActiveTasks
bit
@ReassignCompletedTasks
bit
@ReassignTaskDelegatorRelationToo
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateAccountManagerGoals
Fill goals item of type "Account manager".
⇧ Stored Procedure dbo.eWaySP_RecalculateGoals
Recalculate prices on goals.
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices
Checks and updates the default and parent currency columns in all modules.
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Bonuses
Object ID: 511275014; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Carts
Object ID: 527275071; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Goals
Object ID: 543275128; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Goods
Object ID: 559275185; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_GoodsInCart
Object ID: 575275242; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_IndividualDiscounts
Object ID: 623275413; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Leads
Object ID: 591275299; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Payments
Object ID: 607275356; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Projects
Object ID: 639275470; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_Salaries
Object ID: 655275527; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateOtherCurrencyPrices_WorkReports
Object ID: 671275584; Created: September 11, 2024, 21:26:33
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@ActiveOnly
bit
⇧ Stored Procedure dbo.eWaySP_RecalculateProjectManagerGoals
Fill goals item of type "Project manager".
⇧ Stored Procedure dbo.eWaySP_RecalculateSalesManagerGoals
Fill goals item of type "Sales manager".
⇧ Stored Procedure dbo.eWaySP_RelationValidationFailed
Object ID: 539799118; Created: September 11, 2024, 21:27:41
Name
Type
Default
Comment
@FolderName1
nvarchar (256)
@ObjectTypeId1
int
@FolderName2
nvarchar (256)
@ObjectTypeId2
int
@RelationType
nvarchar (256)
@DirectionShouldBeSet
bit
@IsBadRelationType
bit
⇧ Stored Procedure dbo.eWaySP_RemoveAdditionalField
Removes additional field from eWay-CRM.
Object ID: 555799175; Created: September 11, 2024, 21:27:42
Name
Type
Default
Comment
@AdditionalFieldItemGUID
uniqueidentifier
GUID of the additional field.
@DeletedByGUID
uniqueidentifier
GUID of the user who deleted the additional field.
⇧ Stored Procedure dbo.eWaySP_RemoveAttachment
Object ID: 571799232; Created: September 11, 2024, 21:27:42
Name
Type
Default
Comment
@DocumentGUID
uniqueidentifier
@Revision
int
⇧ Stored Procedure dbo.eWaySP_RemoveAvailableVersionInfo
Removes info about available new version because no new version is available.
⇧ Stored Procedure dbo.eWaySP_RemoveCategoryByRelatedCompany
Remove category from related items when is removed from company.
Object ID: 587799289; Created: September 11, 2024, 21:27:42
Name
Type
Default
Comment
@CompanyGUID
uniqueidentifier
Guid of company with deleted category.
@RemoveCategoryGUID
uniqueidentifier
Guid of deleted category from company.
⇧ Stored Procedure dbo.eWaySP_RemoveGeneralRelationWhenOneToManyIsCreated
Used to remove GENERAL relation when one to many relation is being saved.
Object ID: 1349097534; Created: January 26, 2023, 20:17:44
Name
Type
Default
Comment
@ItemGUID1
uniqueidentifier
ItemGUID1 of the relation being saved.
@ItemGUID2
uniqueidentifier
ItemGUID2 of the relation being saved.
⇧ Stored Procedure dbo.eWaySP_RemoveLayoutsModelsItemBeforeRelatedItemRemoved
Object ID: 1440554203; Created: March 03, 2024, 21:18:56
Name
Type
Default
Comment
@RelatedItemGUID
uniqueidentifier
@RelatedItemFolderName
nvarchar (50)
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforeCalendarRemoved
Set NULL calendar related FK records when are not deleted and calendar is going to delete.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforeCompanyRemoved
Removes individual discounts related to Company before Company is being removed.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforeGoodsInCartRemoved
Removes items related to Goods in Cart item before it is removed.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforeGoodsRemoved
Remove Prices, GoodsInSet items related to Good before Good is being removed.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforeMarketingRemoved
Set foreign key on marketing list to NULL when marketing is removed.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforePriceListGroupRemoved
Removes individual discounts related to Price List Group before Price List Group is being removed.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforeSalePriceRemoved
Set foreign key on companies to NULL when SalePrice is removed.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftForeignKeysBeforeTaskRemoved
Removes recurrence patterns related to Task before Task is being removed.
⇧ Stored Procedure dbo.eWaySP_RemoveLeftItemsBeforeUnifiedRelationsRemoved
Removes items that needs to be removed before UnifiedRelations are removed.
⇧ Stored Procedure dbo.eWaySP_RemoveOldSessions
Removes inactive sessions (20 minutes without activity) and sessions older than 1 day.
⇧ Stored Procedure dbo.eWaySP_RemoveRelationsPointingToNoneExistingItems
Remove relations pointing to nonexistent items.
⇧ Stored Procedure dbo.eWaySP_RemoveRevisionHistoryAndBinaryData
⇧ Stored Procedure dbo.eWaySP_RemoveSessions
Removes sessions of specified user.
Object ID: 619799403; Created: September 11, 2024, 21:27:43
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
GUID of the user.
@IgnoreSessionGUID
uniqueidentifier
GUID of the session that will be kept.
@IgnoreClientTypePrefix1
nvarchar (50)
Client type prefix of sessions that will be kept. Optional. Can be null.
@IgnoreClientTypePrefix2
nvarchar (50)
Another client type prefix of sessions that will be kept. Optional. Can be null.
@IgnoreClientTypePrefix3
nvarchar (50)
Another client type prefix of sessions that will be kept. Optional. Can be null.
⇧ Stored Procedure dbo.eWaySP_RemoveUnusedBinaryData
Removes BinaryData which is not related to document or email.
⇧ Stored Procedure dbo.eWaySP_RemoveWebServiceTask
Removes specific WebService Task entry from WebServiceTasks table.
⇧ Stored Procedure dbo.eWaySP_ReorderRankForEnumType
Sorts order (Rank) of the enumeration by specified column.
Object ID: 1199277465; Created: September 11, 2024, 21:27:01
Name
Type
Default
Comment
@EnumTypeGUID
uniqueidentifier
Enumeration identifier.
@OrderByColumnName
nvarchar (256)
Name of the column used for sort.
@OrderByDirection
nvarchar (16)
Sort order mode (ASC or DESC).
@RankStart
int
Rank initial number.
⇧ Stored Procedure dbo.eWaySP_ReorderRankForGoodsInCart
Fixed Rank of GoodsInCart.
⇧ Stored Procedure dbo.eWaySP_ResetAdminPassword
Reset's admin user password.
⇧ Stored Procedure dbo.eWaySP_ResetCloudDatabaseChanges
Reset some GlobalSetting parameters to default.
⇧ Stored Procedure dbo.eWaySP_ResetDefaultCountry
Resets default country for the users.
⇧ Stored Procedure dbo.eWaySP_ResetDefaultCurrency
Sets default value on currency columns based on current DefaultCurrency GS.
⇧ Stored Procedure dbo.eWaySP_ResetEmailCampaignAccount
Deletes professional email account information.
⇧ Stored Procedure dbo.eWaySP_ResetHolidays
Creates holidays for new year.
⇧ Stored Procedure dbo.eWaySP_ResetSynchronizationMappingToDefault
Resets synchronization mapping to default.
Object ID: 1446269649; Created: September 24, 2021, 20:10:11
Name
Type
Default
Comment
@SynchronizationObjectName
nvarchar (256)
Name of synchronization object to reset mappings on.
@SynchronizationField
nvarchar (256)
Field identificator to reset mappings on.
⇧ Stored Procedure dbo.eWaySP_Responses_CreateTaskMarketingListRelation
Creates relation between task and marketing participant
⇧ Stored Procedure dbo.eWaySP_RestoreDeletedRelations
Restore relations of deleted item.
Object ID: 635799460; Created: September 11, 2024, 21:27:43
Name
Type
Default
Comment
@FolderName
nvarchar (50)
Name of folder.
@DeletedItemGUID
uniqueidentifier
GUID of deleted item.
@NewItemGUID
uniqueidentifier
GUID of new item.
@FromDeletedDate
datetimeoffset
Date filter for column DeletedDate.
⇧ Stored Procedure dbo.eWaySP_RevertProjectToLead
Delete project created from lead and map its related items to original lead.
Object ID: 651799517; Created: September 11, 2024, 21:27:44
Name
Type
Default
Comment
@ProjectHID
int
HID of project to be deleted.
@NewLeadStateFileAs
nvarchar (256)
FileAs of new state for lead after project is reverted to lead.
@CreateNewLeadIfNotExist
bit
⇧ Stored Procedure dbo.eWaySP_SaveAttachment
Object ID: 667799574; Created: September 11, 2024, 21:27:44
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@Revision
int
@Data
image
@FileSize
bigint
@Extension
varchar (10)
@UploadedSize
bigint
@CompressedFileSize
bigint
@Compressed
bit
@StoredInFileSystem
bit
@CreatedByGuid
uniqueidentifier
@Created
datetimeoffset
@FileSystemStorageRelativePath
char (7)
⇧ Stored Procedure dbo.eWaySP_SendActivityEmail
Object ID: 566982538; Created: November 12, 2021, 20:45:30
Name
Type
Default
Comment
@ActivityGUID
uniqueidentifier
@SuperiorItemGUID
uniqueidentifier
@BodyText
nvarchar (max)
@Subject
nvarchar (255)
@BlackListUserGUID
uniqueidentifier
@SingleRecipientGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_SendMail
Procedure used to send system emails.
Object ID: 1655676946; Created: June 24, 2008, 16:12:01; Modified: September 11, 2024, 21:39:05
Name
Type
Default
Comment
@to
nvarchar (4000)
Recipients email addresses separated by comma or semicolon.
@text
nvarchar (max)
Text of the email. May contain HTML code.
@subj
nvarchar (4000)
Subject of the email.
@format
varchar (20)
Ignored. Not used anymore.
@cc
nvarchar (4000)
CC recipients email addresses separated by comma or semicolon.
@bcc
nvarchar (4000)
BCC recipients email addresses separated by comma or semicolon.
@replyTo
nvarchar (4000)
Email address that will be used as a reply address.
@sender
nvarchar (4000)
Email address of the sender.
⇧ Stored Procedure dbo.eWaySP_SendMail_Clr
CLR procedure used to send system emails.
Object ID: 1803803621; Created: September 11, 2024, 21:39:05
Name
Type
Default
Comment
@to
nvarchar (4000)
Recipients email addresses separated by comma or semicolon.
@subject
nvarchar (4000)
Subject of the email.
@body
nvarchar (max)
Text of the email. May contain HTML code.
@async
bit
False
1 to send emails without waiting for the result.
@cc
nvarchar (4000)
CC recipients email addresses separated by comma or semicolon.
@bcc
nvarchar (4000)
BCC recipients email addresses separated by comma or semicolon.
@replyTo
nvarchar (4000)
Email address that will be used as a reply address.
@sender
nvarchar (4000)
Email address of the sender.
⇧ Stored Procedure dbo.eWaySP_SendMailPlain
CLR procedure used to send emails that does not use default system template.
Object ID: 1819803678; Created: September 11, 2024, 21:39:05
Name
Type
Default
Comment
@to
nvarchar (4000)
Recipients email addresses separated by comma or semicolon.
@subject
nvarchar (4000)
Subject of the email.
@body
nvarchar (max)
Text of the email. May contain HTML code.
@async
bit
False
1 to send emails without waiting for the result.
@cc
nvarchar (4000)
CC recipients email addresses separated by comma or semicolon.
@bcc
nvarchar (4000)
BCC recipients email addresses separated by comma or semicolon.
@replyTo
nvarchar (4000)
Email address that will be used as a reply address.
@sender
nvarchar (4000)
Email address of the sender.
⇧ Stored Procedure dbo.eWaySP_SetAdditionalFieldValue
Set additional field value.
Object ID: 37196970; Created: July 24, 2023, 20:49:57
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Guid of item with additional field to set.
@FolderName
nvarchar (50)
Folder name of item with additional field to set.
@FieldName
nvarchar (256)
Name of additional field to set.
@Value
sql_variant
New value.
@WriteItemChanges
bit
Should be changes written in ItemChanges.
⇧ Stored Procedure dbo.eWaySP_SetAdminGroupModulePermisison
Set module permissions for Administrator group.
Object ID: 889899829; Created: August 24, 2022, 20:47:57
Name
Type
Default
Comment
@FolderName
nvarchar (50)
@View
varchar (16)
Permissions of module for view records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Edit
varchar (16)
Permissions of module for edit records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Delete
varchar (16)
Permissions of module for delete records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Create
varchar (16)
Permissions of module for create records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Export
varchar (16)
Permissions of module for export records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@RowsRestriction
int
Rows restriction of records in eWay-CRM controls.
@IsSystem
int
⇧ Stored Procedure dbo.eWaySP_SetCloudDatabaseChanges
Sets cloud database changes.
⇧ Stored Procedure dbo.eWaySP_SetColumnPermissionForGdprFunctionality
Object ID: 683799631; Created: September 11, 2024, 21:27:45
Name
Type
Default
Comment
@FunctionalityEnabled
bit
@PreviousFunctionalityEnabled
bit
⇧ Stored Procedure dbo.eWaySP_SetColumnPermissionForPeopleExpensesSumarization
Object ID: 699799688; Created: September 11, 2024, 21:27:45
Name
Type
Default
Comment
@SumarizationEnabled
bit
@PreviousSumarizationEnabled
bit
⇧ Stored Procedure dbo.eWaySP_SetColumnPermissionForPriceSumarization
Object ID: 715799745; Created: September 11, 2024, 21:27:46
Name
Type
Default
Comment
@FolderName
nvarchar (256)
@SumarizationEnabled
bit
@PreviousSumarizationEnabled
bit
⇧ Stored Procedure dbo.eWaySP_SetColumnPermissionsForLlamaAi
Adjusts column permissions related to the EnableLlamaAiFeatures GS. Disabled GS assigns NONE cp to the column.
Object ID: 751275869; Created: September 11, 2024, 21:26:43
Name
Type
Default
Comment
@IsLlamaAiEnabled
bit
Current (new) value of GS EnableLlamaAiFeatures.
@ColumnName
nvarchar (256)
The affected column name.
⇧ Stored Procedure dbo.eWaySP_SetDefaultCurrencyGUID
Object ID: 731799802; Created: September 11, 2024, 21:27:46
Name
Type
Default
Comment
@FolderName
nvarchar (256)
@ItemGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_SetEnumAdditionalFieldValue
Set additional field value (enumeration).
Object ID: 497241372; Created: February 28, 2017, 22:19:18
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
Guid of item with additional field to set.
@FolderName
varchar (50)
Folder name of item with additional field to set.
@FieldName
varchar (256)
Name of additional field to set.
@EnumValue
varchar (256)
FileAs of EnumValue (string).
@WriteItemChanges
bit
Should be changes written in ItemChanges.
⇧ Stored Procedure dbo.eWaySP_SetEnumValue
Insert or update enum value.
Object ID: 1866007416; Created: April 17, 2023, 20:17:23
Name
Type
Default
Comment
@EnumTypeName
nvarchar (256)
Name of the enumeration in which the value will be created.
@EnumValueFileAs
nvarchar (256)
Enum value name (FileAs).
@en
nvarchar (256)
English translation.
@cs
nvarchar (256)
Czech translation.
@de
nvarchar (256)
German translation.
@ru
nvarchar (256)
Russian translation.
@sk
nvarchar (256)
Slovakian translation.
@no
nvarchar (256)
Norwegian translation.
@CheckDuplicity
bit
Check duplicity.
⇧ Stored Procedure dbo.eWaySP_SetEnumValueNewRank
Create new order of enum values according to specified EunmName, FileAs and newRank.
Object ID: 719275755; Created: September 11, 2024, 21:26:41
Name
Type
Default
Comment
@EnumName
nvarchar (256)
EnumName for right EnumValues subset.
@FileAs
nvarchar (256)
FileAs of item in subset of EnumValues given by EnumName.
@NewRank
int
New Rank value for selected EunmValues item.
@UseItemChanges
bit
@UseControlSelect
bit
⇧ Stored Procedure dbo.eWaySP_SetEveryoneGroupColumnPermission
Sets column permissions for group Everyone.
Object ID: 1787803564; Created: September 11, 2024, 21:28:20
Name
Type
Default
Comment
@FolderName
nvarchar (50)
Name of the folder.
@ColumnName
nvarchar (255)
Name of the column.
@Type
tinyint
0: None, 1: All, 2: Own, 3: Readonly, 4: Invisible.
@Mandatory
tinyint
Indicates whether a column is mandatory.
@CheckColumnExistence
bit
Checks whether the column exists in the specified table.
@IsMandatoryEditable
bit
Indicates whether user will be able to change mandatory settings of the column.
@IsTypeEditable
bit
Indicates whether user will be able to change permission type of the column.
⇧ Stored Procedure dbo.eWaySP_SetExtendedPropertyValue
Sets database extended property.
Object ID: 1734270675; Created: September 24, 2021, 20:10:15
Name
Type
Default
Comment
@Name
nvarchar (128)
Name of the property.
@Value
sql_variant
⇧ Stored Procedure dbo.eWaySP_SetFunctionDescription
Sets function description.
Object ID: 719914232; Created: September 28, 2017, 22:52:47
Name
Type
Default
Comment
@FunctionName
nvarchar (256)
Name of the function.
@Description
nvarchar (4000)
Description of the function.
⇧ Stored Procedure dbo.eWaySP_SetFunctionParameterDescription
Sets function parameter description.
Object ID: 703914175; Created: September 28, 2017, 22:52:47
Name
Type
Default
Comment
@FunctionName
nvarchar (256)
Name of the function.
@ParameterName
nvarchar (256)
Name of the parameter.
@Description
nvarchar (4000)
Description of the parameter.
⇧ Stored Procedure dbo.eWaySP_SetGlobalSettingValue
Sets GlobalSetting value.
Object ID: 557934501; Created: November 01, 2021, 11:59:54
Name
Type
Default
Comment
@Name
nvarchar (256)
Name of the GlobalSetting.
@Value
nvarchar (max)
⇧ Stored Procedure dbo.eWaySP_SetGroupColumnPermission
Sets column permissions for specified group.
Object ID: 1499802538; Created: September 11, 2024, 21:28:10
Name
Type
Default
Comment
@GroupName
nvarchar (255)
Name of the group.
@FolderName
nvarchar (50)
Name of the folder.
@ColumnName
nvarchar (255)
Name of the column.
@Type
tinyint
0: None, 1: All, 2: Own, 3: Readonly, 4: Invisible.
@Mandatory
tinyint
Indicates whether a column is mandatory.
@CheckColumnExistence
bit
Checks whether the column exists in the specified table.
@IsMandatoryEditable
bit
Indicates whether user will be able to change mandatory settings of the column.
@IsTypeEditable
bit
Indicates whether user will be able to change permission type of the column.
⇧ Stored Procedure dbo.eWaySP_SetGroupModulePermission
Set module permissions for specified group.
Object ID: 2788509; Created: September 24, 2021, 20:10:19
Name
Type
Default
Comment
@GroupGUID
uniqueidentifier
@FolderName
nvarchar (50)
@View
varchar (16)
Permissions of module for view records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Edit
varchar (16)
Permissions of module for edit records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Delete
varchar (16)
Permissions of module for delete records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Create
varchar (16)
Permissions of module for create records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Export
varchar (16)
Permissions of module for export records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@RowsRestriction
int
Rows restriction of records in eWay-CRM controls.
@IsSystem
bit
Value indicating whether will be permission system and therefore uneditable.
⇧ Stored Procedure dbo.eWaySP_SetLeadsCompletedLostDates
Sets lead completed or lost dates.
Object ID: 1317097420; Created: January 26, 2023, 20:17:44
Name
Type
Default
Comment
@LeadGUID
uniqueidentifier
GUID of the lead.
@WorkflowHistoryGUID
uniqueidentifier
GUID of the workflow history item.
⇧ Stored Procedure dbo.eWaySP_SetLeadsCompletedLostDates_JOB
Update Completed / Lost dates on all leads.
⇧ Stored Procedure dbo.eWaySP_SetMandatoryUniqueConstraint
Sets mandatory unique constraint.
Object ID: 763799916; Created: September 11, 2024, 21:27:47
Name
Type
Default
Comment
@ColumnName
nvarchar (255)
Name of column for which should be constraint created or deleted.
@ObjectTypeID
tinyint
Id of object type where to be constraint created or deleted.
@PrevMandatoryType
tinyint
Mandatory type previously set.
@NewMandatoryType
tinyint
Mandatory type to be set.
⇧ Stored Procedure dbo.eWaySP_SetNewAvailableVersion
Sets info about available version.
Object ID: 1878271188; Created: September 24, 2021, 20:10:16
Name
Type
Default
Comment
@AvailableWebServiceVersion
nvarchar (20)
New available web service version.
@AvailableOutlookClientVersion
nvarchar (20)
New available outlook client version.
@AvailableVersionChangeLogLink
nvarchar (1024)
New available version changelog KB link.
@ReleaseDate
date
The release date of the available version.
⇧ Stored Procedure dbo.eWaySP_SetObjectTypeOptions
Sets options for specified ObjectType.
Object ID: 1231277579; Created: September 11, 2024, 21:27:02
Name
Type
Default
Comment
@ObjectTypeID
tinyint
ObjectTypeID of the module.
@TrackHistory
bit
1 to enable history tracking otherwise 0.
@PrivateItemsEnabled
bit
⇧ Stored Procedure dbo.eWaySP_SetObjectTypeTrackHistory
Sets TrackHistory value for specified ObjectType.
Object ID: 1835986463; Created: September 12, 2019, 20:18:37
Name
Type
Default
Comment
@ObjectTypeID
tinyint
ObjectTypeID of the module to be tracked.
@NewValue
bit
1 to enable tracking otherwise 0.
⇧ Stored Procedure dbo.eWaySP_SetPohodaSynchronizationSystemFields
Object ID: 779799973; Created: September 11, 2024, 21:27:48
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@FolderName
nvarchar (50)
@ServerPohodaID
int
@ServerPohodaAccountingUnit
nvarchar (255)
@ServerPohodaDataSourceType
tinyint
⇧ Stored Procedure dbo.eWaySP_SetProcedureDescription
Sets procedure description.
Object ID: 671914061; Created: September 28, 2017, 22:52:47
Name
Type
Default
Comment
@ProcedureName
nvarchar (256)
@Description
nvarchar (4000)
⇧ Stored Procedure dbo.eWaySP_SetProcedureParameterDescription
Sets procedure parameter description.
Object ID: 655914004; Created: September 28, 2017, 22:52:46
Name
Type
Default
Comment
@ProcedureName
nvarchar (256)
Name of the procedure.
@ParameterName
nvarchar (256)
Name of the parameter.
@Description
nvarchar (4000)
Description of the parameter.
⇧ Stored Procedure dbo.eWaySP_SetProjectsCompletedLostDates
Sets project completed or lost dates.
Object ID: 245913735; Created: September 03, 2023, 21:01:36
Name
Type
Default
Comment
@ProjectGUID
uniqueidentifier
GUID of the project.
@WorkflowHistoryGUID
uniqueidentifier
GUID of the workflow history item.
⇧ Stored Procedure dbo.eWaySP_SetProjectsCompletedLostDates_JOB
Update Completed / Lost dates on all projects.
⇧ Stored Procedure dbo.eWaySP_SetSystemGroupColumnPermission
Sets column permissions for group System.
Object ID: 1478269763; Created: September 24, 2021, 20:10:12
Name
Type
Default
Comment
@FolderName
nvarchar (50)
Name of the folder.
@ColumnName
nvarchar (255)
Name of the column.
@Type
tinyint
0: None, 1: All, 2: Own, 3: Readonly, 4: Invisible.
@Mandatory
tinyint
Indicates whether a column is mandatory.
@CheckColumnExistence
bit
Checks whether the column exists in the specified table.
@IsMandatoryEditable
bit
Indicates whether user will be able to change mandatory settings of the column.
@IsTypeEditable
bit
Indicates whether user will be able to change permission type of the column.
⇧ Stored Procedure dbo.eWaySP_SetSystemGroupModulePermission
Set module permissions for group System (all users).
Object ID: 1246692285; Created: January 25, 2019, 20:59:01
Name
Type
Default
Comment
@FolderName
nvarchar (50)
@View
varchar (16)
Permissions of module for view records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Edit
varchar (16)
Permissions of module for edit records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Delete
varchar (16)
Permissions of module for delete records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Create
varchar (16)
Permissions of module for create records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@Export
varchar (16)
Permissions of module for export records (ALL, INHERITED, RELATED, OWN, GROUP, NONE).
@RowsRestriction
int
Rows restriction of records in eWay-CRM controls.
⇧ Stored Procedure dbo.eWaySP_SetSystemVersion
Sets the system version.
Object ID: 1684526126; Created: October 05, 2020, 12:08:07
Name
Type
Default
Comment
@WebServiceVersion
nvarchar (20)
Web Service version.
@OutlookClientVersion
nvarchar (20)
Outlook Client version.
⇧ Stored Procedure dbo.eWaySP_SetTableColumnDescription
Sets table column description.
Object ID: 687914118; Created: September 28, 2017, 22:52:47
Name
Type
Default
Comment
@TableName
nvarchar (256)
Name of the table.
@ColumnName
nvarchar (256)
Name of the column.
@Description
nvarchar (4000)
Description of the column.
⇧ Stored Procedure dbo.eWaySP_SetTableDescription
Sets table description.
Object ID: 735914289; Created: September 28, 2017, 22:52:47
Name
Type
Default
Comment
@TableName
nvarchar (256)
Name of the table.
@Description
nvarchar (4000)
Description of the table.
⇧ Stored Procedure dbo.eWaySP_SetUpFeatures
Sets up eWay-CRM features by given parameters.
Object ID: 1065900456; Created: August 24, 2022, 20:47:59
Name
Type
Default
Comment
@ContactsAndCompanies
bit
Value indicating whether will be contacts and companies features active.
@Sales
bit
Value indicating whether will be sales feature active.
@Projects
bit
Value indicating whether will be projects feature active.
@MarketingCampaigns
bit
Value indicating whether will be marketing campaigns feature active.
@QuotesAndBilling
bit
Value indicating whether will be quotes and billing feature active.
@TimeSheetsAndPlaning
bit
Value indicating whether will be time sheets and planning features active.
@PerformInitialSetup
bit
Value indicating whether will be table EWD_Features updated as well.
⇧ Stored Procedure dbo.eWaySP_ShowColumnPermissionsHistory
Shows history on ColumnPermissions.
⇧ Stored Procedure dbo.eWaySP_ShowGlobalSettingsHistory
Shows history on GlobalSettings.
⇧ Stored Procedure dbo.eWaySP_ShowModulePermissionsHistory
Shows history on ModulePermissions.
⇧ Stored Procedure dbo.eWaySP_SuspendTrigger
Suspends trigger execution. Timer and WebService has to be restarted after the execution for changes to take effect.
Object ID: 1017900285; Created: August 24, 2022, 20:47:59
Name
Type
Default
Comment
@ProcedureName
varchar (256)
Name of the procedure.
@Reason
nvarchar (max)
Reason of the suspension.
⇧ Stored Procedure dbo.eWaySP_SynchronizeColumnPermissions
Makes changes on all items of the folder to force synchronization of permission changes on column.
Object ID: 811800087; Created: September 11, 2024, 21:27:49
Name
Type
Default
Comment
@ObjectTypeID
int
ObjectTypeID of the module.
@PrevType
tinyint
Previous permission type.
@NewType
tinyint
New permission type.
⇧ Stored Procedure dbo.eWaySP_Tasks_AssignTaskRelatedItemToSuperiorItem
Create relation between Journal / Email / Document related to a task and the task's superior item.
Object ID: 827800144; Created: September 11, 2024, 21:27:49
Name
Type
Default
Comment
@TaskGUID
uniqueidentifier
GUID of the task.
@RelatedItemGUID
uniqueidentifier
GUID of the Journal / Email / Document.
@RelatedItemOT
int
ObjectTypeID of the Journal / Email / Document.
⇧ Stored Procedure dbo.eWaySP_Tasks_FillActualWorkHoursField
Fills ActualWorkHours on Tasks according to related WorkReports duration.
⇧ Stored Procedure dbo.eWaySP_Tasks_FillActualWorkHoursField_JOB
Fills ActualWorkHours on all tasks according to related WorkReports duration.
⇧ Stored Procedure dbo.eWaySP_Tasks_MarkAsCompleted
Mark open Task as completed.
Object ID: 1213077395; Created: March 07, 2024, 20:26:03
Name
Type
Default
Comment
@TaskGUID
uniqueidentifier
ItemGUID of relevant Task.
@CreateWFHistory
bit
⇧ Stored Procedure dbo.eWaySP_Tasks_RemoveSubTasks
⇧ Stored Procedure dbo.eWaySP_Tasks_UpdateFileAsAndLevelOnRelatedTasksByTaskParentRelation
Sets task FileAs on related tasks by TASKPARENT relation..
Object ID: 875800315; Created: September 11, 2024, 21:27:51
Name
Type
Default
Comment
@TaskGUID
uniqueidentifier
Task unique identifier.
@LeadGUID
uniqueidentifier
Lead unique identifier.
@ProjectGUID
uniqueidentifier
Project unique identifier.
@MarketingGUID
uniqueidentifier
Marketing unique identifier.
⇧ Stored Procedure dbo.eWaySP_TransferUserAgenda
Transfers user's active agenda to another user. The procedure transfers companies, contacts, active projects with team roles, active leads, open tasks.
Object ID: 786791302; Created: September 24, 2021, 20:10:25
Name
Type
Default
Comment
@PreviousUser
nvarchar (100)
Username of the previous Agenda owner.
@NewUser
nvarchar (100)
Username of the new Agenda owner.
⇧ Stored Procedure dbo.eWaySP_TrimEmailsNote
Trims Note in emails to 300 characters.
Object ID: 1679175065; Created: April 03, 2024, 14:22:08
Name
Type
Default
Comment
@MonthsBack
int
Indicates how old emails should be trimmed. by default it is 12 months.
@MaxLength
int
Indicates what should be the max length of the emails. By default it is 300 characters.
⇧ Stored Procedure dbo.eWaySP_TruncateItemChanges
Truncates EWD_ItemChanges table. Can be used to forces synchronization of folders on clients.
⇧ Stored Procedure dbo.eWaySP_UnlockUserAccount
⇧ Stored Procedure dbo.eWaySP_UpdateCartVATPrices
⇧ Stored Procedure dbo.eWaySP_UpdateDefaultValueForCurrencyColumnsBasedOnGlobalSettings
Updates DF for CurrencyEn like columns.
⇧ Stored Procedure dbo.eWaySP_UpdateFullNameRelatedFieldsValue
Object ID: 672551467; Created: March 03, 2024, 21:18:28
Name
Type
Default
Comment
@ItemGUID
uniqueidentifier
@FolderName
nvarchar (64)
⇧ Stored Procedure dbo.eWaySP_UpdateSession
Updates session last activity.
Object ID: 923800486; Created: September 11, 2024, 21:27:52
Name
Type
Default
Comment
@SID
uniqueidentifier
Session identifier.
@LastActivity
datetimeoffset
Last activity.
⇧ Stored Procedure dbo.eWaySP_UpdateWorkReportsByCoutryOfUser
Update WorkReports day type by coutry of user.
⇧ Stored Procedure dbo.eWaySP_Users_CountRemainingDaysOfHoliday
Object ID: 955800600; Created: September 11, 2024, 21:27:53
Name
Type
Default
Comment
@UserGUID
uniqueidentifier
@VacationGUID
uniqueidentifier
⇧ Stored Procedure dbo.eWaySP_UserSettings_CheckGridUserViewsOrder
Checks and fixes order of user grid views if needed.
Object ID: 1049900399; Created: August 24, 2022, 20:47:59
Name
Type
Default
Comment
@Path
nvarchar (256)
User settings path.
@OwnerGUID
uniqueidentifier
User setting owner unique identifier.
⇧ Stored Procedure dbo.eWaySP_Vacation_SetDuration
Sets duration on Vacation.
Object ID: 149913393; Created: September 03, 2023, 21:01:29
Name
Type
Default
Comment
@VacationGUID
uniqueidentifier
@UserGUID
uniqueidentifier
Identifier of the User.
⇧ Stored Procedure dbo.eWaySP_WorkFlow_RemoveEnumValue