API changes
Online release only. Changes from v10.3.3.610 and v10.3.4.448Web services
These changes are observed in both NetServer SOAP and WebAPI (REST) APIs.Assembly: SuperOffice.Services
New types
SuperOffice.CRM.Services.AttachmentPreview
Modified types
SuperOffice.CRM.Services.ITicketAgent is Modified
- New items
- Method
GetAttachmentPreview(Int32) - Method
GetRfcAttachmentStream(Int32, Int32) - Method
SanitizeMailContentWithOptions(String, HtmlSanitizerOptions)
- Method
SuperOffice.CRM.Services.TicketAgent is Modified
- New items
- Method
GetAttachmentPreview(Int32) - Method
GetRfcAttachmentStream(Int32, Int32) - Method
SanitizeMailContentWithOptions(String, HtmlSanitizerOptions)
- Method
SuperOffice.CRM.Services.TicketType is Modified
- New items
- Property
ExcludeEmailRecipients - Property
ExcludeSignature - Property
ExternalAsDefault - Property
ShowInNew
- Property
SuperOffice.CRM.Services.TicketTypeEntity is Modified
- New items
- Property
ExcludeEmailRecipients - Property
ExcludeSignature - Property
ExternalAsDefault - Property
ShowInNew
- Property
SuperOffice.CRM.Services.WorkflowStepUpdateParticipant is Modified
- New items
- Property
Description
- Property
NetServer core
The following represent changes to assemblies SoCore, SoDatabase, SoLicense and SuperOffice.Plugins.Assembly: SoCore
New types
SuperOffice.Data.HtmlSanitizerOptionsSuperOffice.Util.JsonPairSerializer<T1, T2>
Modified types
.IEnumerableExtensions is Modified
- Modified items
- Method
PermissiveToDictionary<T, K, V>(IEnumerable<T>, Func<T, K>, Func<T, V>) - Method
PermissiveToDictionary<T, K, V>(IEnumerable<T>, Func<T, K>, Func<T, V>, IEqualityComparer<K>)
- Method
- New items
- Method
ToDictionaryPermissive<TSource, TKey>(ICollection<TSource>, Func<TSource, TKey>) - Method
ToDictionaryPermissive<TSource, TKey>(ICollection<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) - Method
ToDictionaryPermissive<TSource, TKey, TElement>(ICollection<TSource>, Func<TSource, TKey>, Func<TSource, TElement>) - Method
ToDictionaryPermissive<TSource, TKey, TElement>(ICollection<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>) - Method
ToDictionaryPermissive<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>) - Method
ToDictionaryPermissive<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) - Method
ToDictionaryPermissive<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>) - Method
ToDictionaryPermissive<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>) - Method
ToDictionaryPermissive<TSource, TKey>(TSource[], Func<TSource, TKey>) - Method
ToDictionaryPermissive<TSource, TKey>(TSource[], Func<TSource, TKey>, IEqualityComparer<TKey>) - Method
ToDictionaryPermissive<TSource, TKey, TElement>(TSource[], Func<TSource, TKey>, Func<TSource, TElement>) - Method
ToDictionaryPermissive<TSource, TKey, TElement>(TSource[], Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>)
- Method
SuperOffice.CRM.ArchiveLists.Constants is Modified
- Modified items
SuperOffice.CRM.ArchiveLists.Constants.IconHints is Modified
- New items
- Field
.IconHintsFlowsparticipants
- Field
SuperOffice.Data.BlobLinkType is Modified
- New items
- Field
ExtraTableIcon
- Field
SuperOffice.Globalization.RC is Modified
- Deleted items
- Field
SR_NO_SELECTION_COPY_HEL - Field
SR_NO_SELECTION_COPY_HEL2 - Field
SR_NO_SELECTION_COPY_HEL3
- Field
- New items
- Field
SR_ADMIN_TICKETTYPE_NEW_REQUEST_SETTINGS - Field
SR_ADMIN_TICKETTYPE_NEW_REQUEST_SETTINGS_EXCLUDE_EMAIL_RECIPIENTS - Field
SR_ADMIN_TICKETTYPE_NEW_REQUEST_SETTINGS_EXCLUDE_SIGNATURE - Field
SR_ADMIN_TICKETTYPE_NEW_REQUEST_SETTINGS_EXTERNAL_DEFAULT - Field
SR_ADMIN_TICKETTYPE_NEW_REQUEST_SETTINGS_RB_NO - Field
SR_ADMIN_TICKETTYPE_NEW_REQUEST_SETTINGS_RB_YES - Field
SR_ADMIN_TICKETTYPE_SHOW_IN_NEW - Field
SR_EMAIL_NOT_CONFIGURED_MESSAGE - Field
SR_FLOW_REMOVE_STEP - Field
SR_FORMS_FIELD_DATETIME - Field
SR_WORKFLOWS_LINK_IS_ASSET_WARNING - Field
SR_WORKFLOWSTEPTYPE_FINISH
- Field
SuperOffice.Util.CollectionOps is Modified
- Modified items
- Method
AtLeastOne<T>(IEnumerable<T>) - Method
ConvertArray<SourceType, ReturnType>(SourceType[], ConvertType<SourceType, ReturnType>, Predicate<SourceType>) - Method
ConvertArray<SourceType, ReturnType>(ICollection<SourceType>, ConvertType<SourceType, ReturnType>, Predicate<SourceType>) - Method
ConvertToStringArray<SourceType>(SourceType[]) - Method
ConvertToStringArray<SourceType>(ICollection<SourceType>) - Method
CreateDictionaryFromArray<KeyType, ValueType>(ValueType[], GetKeyFromValueItem<KeyType, ValueType>) - Method
CreateDictionaryFromArray<KeyType, ValueType>(ValueType[], GetKeyFromValueItem<KeyType, ValueType>, IEqualityComparer<KeyType>) - Method
CreateDictionaryFromArray<KeyType, ValueType>(ValueType[], GetKeyFromValueItem<KeyType, ValueType>, IEqualityComparer<KeyType>, Predicate<ValueType>) - Method
CreateDictionaryFromArray<KeyType, ValueType>(ValueType[], GetKeyFromValueItem<KeyType, ValueType>, Predicate<ValueType>) - Method
CreateDictionaryFromCollection<KeyType, ValueType>(ICollection<ValueType>, GetKeyFromValueItem<KeyType, ValueType>) - Method
CreateDictionaryFromCollection<KeyType, ValueType>(ICollection<ValueType>, GetKeyFromValueItem<KeyType, ValueType>, IEqualityComparer<KeyType>) - Method
CreateDictionaryFromCollection<KeyType, ValueType>(ICollection<ValueType>, GetKeyFromValueItem<KeyType, ValueType>, IEqualityComparer<KeyType>, Predicate<ValueType>) - Method
CreateDictionaryFromCollection<KeyType, ValueType>(ICollection<ValueType>, GetKeyFromValueItem<KeyType, ValueType>, Predicate<ValueType>) - Method
CreateDictionaryFromEnumerable<KeyType, ValueType>(IEnumerable<ValueType>, GetKeyFromValueItem<KeyType, ValueType>) - Method
CreateDictionaryFromEnumerable<KeyType, ValueType>(IEnumerable<ValueType>, GetKeyFromValueItem<KeyType, ValueType>, IEqualityComparer<KeyType>) - Method
CreateDictionaryFromEnumerable<KeyType, ValueType>(IEnumerable<ValueType>, GetKeyFromValueItem<KeyType, ValueType>, IEqualityComparer<KeyType>, Predicate<ValueType>) - Method
CreateDictionaryFromEnumerable<KeyType, ValueType>(IEnumerable<ValueType>, GetKeyFromValueItem<KeyType, ValueType>, Predicate<ValueType>)
- Method
SuperOffice.Util.CollectionOps.GetKeyFromValueItem<KeyType, ValueType> is Modified
Assembly: SoDatabase
New types
SuperOffice.CRM.ArchiveLists.Archive.ExtraTableSelectionCombinedProviderV2SuperOffice.CRM.ArchiveLists.Archive.ExtraTableSelectionDynamicProviderSingleCriteriaGroupSuperOffice.CRM.ArchiveLists.Archive.ExtraTableSelectionDynamicProviderV2SuperOffice.CRM.ArchiveLists.Archive.ExtraTableSelectionProviderBaseV2SuperOffice.CRM.ArchiveLists.Archive.ExtraTableSelectionProviderV2SuperOffice.CRM.ArchiveLists.Archive.ExtraTableSelectionStaticProviderV2SuperOffice.CRM.ArchiveLists.ExtraTableProviderBaseSuperOffice.CRM.ArchiveLists.PersonChatSessionExtenderSuperOffice.CRM.ArchiveLists.PersonSaleExtender
Modified types
SuperOffice.CRM.ArchiveLists.AppointmentNotificationExtenderBase is Modified
- New items
- Field
IsSystemUserColumnName
- Field
SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionDynamicProviderSingleCriteriaGroup is Modified
- New items
- Property
ForcePersonMode
- Property
SuperOffice.CRM.ArchiveLists.Archive.ContactPersonSelectionDynamicProviderV2 is Modified
- New items
- Method
ForcePersonMode(Boolean)
- Method
SuperOffice.CRM.ArchiveLists.Archive.DynamicSelectionMultiCriteriaGroupBase is Modified
- Modified items
- Method
DynamicSelectionMultiCriteriaGroupBase()
- Method
- New items
- Method
DynamicSelectionMultiCriteriaGroupBase(String)
- Method
SuperOffice.CRM.ArchiveLists.ChatSessionExtenderBase is Modified
- New items
- Method
ChatSessionExtenderBase(Features)
- Method
SuperOffice.CRM.ArchiveLists.ChatSessionExtenderBase.Features is New
SuperOffice.CRM.ArchiveLists.EmailFlowContentProvider is Modified
- New items
- Field
ColIcon - Method
InnerPopulateRow(ArchiveRow)
- Field
SuperOffice.CRM.ArchiveLists.ExtraTableProvider is Modified
- Deleted items
- Property
PrimaryTable - Property
Query - Property
RootExtenders - Method
GetEntityName(SoDataReader) - Method
InnerPopulateRowFromReader(SoDataReader, ArchiveRow) - Method
SetRestriction(ArchiveRestrictionInfo[])
- Property
SuperOffice.CRM.ArchiveLists.MultiQueryProviderBaseWithRestrictionGroups is Modified
- New items
- Method
MultiQueryProviderBaseWithRestrictionGroups(String)
- Method
SuperOffice.CRM.Cache.ExtraFieldsCache is Modified
- New items
- Method
GetDisplayField(String)
- Method
SuperOffice.CRM.Data.BinaryObjectTableInfo is Modified
- New items
- Property
LeftOuterJoin_ExtraTables_IconId
- Property
SuperOffice.CRM.Data.DBC is Modified
- Modified items
SuperOffice.CRM.Data.DBC.ExtraTablesFields is Modified
- New items
- Field
.ExtraTablesFieldsIconId
- Field
SuperOffice.CRM.Data.DBC.TicketTypeFields is Modified
- New items
- Field
.TicketTypeFieldsExcludeEmailRecipients - Field
.TicketTypeFieldsExcludeSignature - Field
.TicketTypeFieldsExternalAsDefault - Field
.TicketTypeFieldsShowInNew
- Field
SuperOffice.CRM.Data.ExtraTablesTableInfo is Modified
- New items
- Property
IconId - Property
IconId_InnerJoin_BinaryObject
- Property
SuperOffice.CRM.Data.TicketTypeTableInfo is Modified
- New items
- Property
ExcludeEmailRecipients - Property
ExcludeSignature - Property
ExternalAsDefault - Property
ShowInNew
- Property
SuperOffice.CRM.Entities.Appointment is Modified
- New items
- Method
VerifyToDoDates(TaskType)
- Method
SuperOffice.CRM.Entities.RecurrenceManager is Modified
- New items
- Method
ConvertDayOfWeekToWeekday(DayOfWeek)
- Method
SuperOffice.CRM.Rows.ExtraTablesRecordData is Modified
- New items
- Field
IconId
- Field
SuperOffice.CRM.Rows.ExtraTablesRow is Modified
- New items
- Property
IconId
- Property
SuperOffice.CRM.Rows.RowValidator is Modified
- New items
- Method
ValidateField(HtmlSanitizerOptions&, FieldInfo)
- Method
SuperOffice.CRM.Rows.TicketTypeRecordData is Modified
- New items
- Field
ExcludeEmailRecipients - Field
ExcludeSignature - Field
ExternalAsDefault - Field
ShowInNew
- Field
SuperOffice.CRM.Rows.TicketTypeRow is Modified
- New items
- Property
ExcludeEmailRecipients - Property
ExcludeSignature - Property
ExternalAsDefault - Property
ShowInNew
- Property
SuperOffice.CRM.Workflow.UpdateParticipantSettings is Modified
- New items
- Field
Description
- Field
SuperOffice.CRM.WorkFlow.WorkflowEngine is Modified
- Deleted items
- Method
BlockListApproved(Int32[], Int32[]) - Method
FilterOk(Int32, Int32[]) - Method
GoalReached(WorkflowInstanceRow) - Method
TryAddPersonsToWorkFlow(Int32, Int32[])
- Method
SuperOffice.CRM.Workflow.WorkflowStepBase is Modified
- Deleted items
- Method
NextStepId(Int32, Int32)
- Method
SuperOffice.CRM.Workflow.WorkflowUtil is Modified
- New items
- Method
BlockListApproved(Int32[], Int32[]) - Method
FilterOk(Int32, Int32[]) - Method
GoalReached(Int32, Int32, Int32) - Method
NextStepId(Int32, Int32) - Method
TryAddPersonsToWorkFlow(Int32, Int32[])
- Method
SuperOffice.Data.SQL.TargetedSelect<MainTableInfo> is Modified
- New items
- Method
Count()
- Method
Continuous database
The following represent changes to SuperOffice database schema.Assembly: SuperOffice.CD.DSL.Database
New types
SuperOffice.CD.Database.HtmlSanitizerOptionsSuperOffice.CD.DSL.Database.Steps_CS.CS_53_ExtraTablesIconIdSuperOffice.CD.DSL.Database.Steps_CS.CS_54_TicketTypeNewColumns
Modified types
SuperOffice.CD.Database.BlobLinkType is Modified
- New items
- Field
ExtraTableIcon
- Field
SuperOffice.CD.DSL.Database.T_ExtraTables is Modified
- New items
- Field
IconId
- Field
SuperOffice.CD.DSL.Database.T_TicketType is Modified
- New items
- Field
ExcludeEmailRecipients - Field
ExcludeSignature - Field
ExternalAsDefault - Field
ShowInNew
- Field