Autor: web265p3

Four steps to Teams success

NuGet Packages and dependencies

Currently GroupHive environments consist of the following NuGet Packages: DataHive.Graph DataHive.SharePoint DataHive.Multivalue DataHive.Validations (-> DataHive.MultiValue) DataHive.ProductStructure.WebApi.SDK (-> DataHive.Graph, -> DataHive.Validations) DataHive.Enterprises.WebApi.SDK (-> DataHive.ProductStructure.WebApi.SDK) DataHive.Products.WebApi.SDK (-> DataHive.Enterprises.WebApi.SDK) DataHive.Groups.WebApi.SDK (-> DataHive.Enterprises.WebApi.SDK)

Geschützt: Security and service guide

Es gibt keinen Textauszug, da dies ein geschützter Beitrag ist.

Service bus configuration

Subscriptions should be created with the following configuration:

Geschützt: App registrations

Es gibt keinen Textauszug, da dies ein geschützter Beitrag ist.

Metadaten

Dieser Artikel beschreibt, was Metadaten sind und stellt anschließend drei Typen von Metadaten vor.Wenn Sie bereits mit SharePoint-Metadaten vertraut sind, können Sie die Einführung überspringen und sofort zum zweiten Abschnitt springen. Was sind Metadaten? Erklärung Arten von Metadaten Wie im letzten Abschnitt erwähnt, kann ein Metadatum einen Datentyp haben. Z.B. Text, Nummer, Datum etc.Doch Metadaten …

DataHive als Ergänzung der ERP-Daten

Eines der wichtigsten Prinzipien, wenn es um die Digitalisierung von Prozessen, Systemen oder Services geht, ist das Prinzip des Single Point of Truth (bzw. -Source of Truth).Dieses Prinzip sagt aus, dass die Pflege von geschäftsrelevanten Daten an genau einer Stelle erfolgen sollte, weil alles andere zu Schiefständen oder kompromittierten Daten führt: Der wichtigste SPoT im …

Entities

This article describes in short all entities that exist in GroupHive Enterprises An enterprise is an organization of any kind. There are three types of enterprises: Customers Suppliers Own company Customers are most important. They can be associated with products, lines etc. later. Maybe something similar will happen to suppliers one day. Customers are the …

Source refs

#Note1 If a form group contains an control with the type „FormArray“ and you change the order of the controls inside this array, this has no effect on the value of the form group. Elements will still be in the same order like before. You can fix this with calling „getRawValue“ instead, but make sure …

Entities

Entities for all services The entities in this section are needed throughout the whole application BaseEntity [Duplicate entity] Almost all entites inherit from the BaseEntity – it is duplicated through all SDK projects: CreatedDate: DateTime?CreatedBy: UserModifiedDate: DateTime?ModifiedBy: User UserEntity [Duplicate entity] This entity is duplicated through all apps and represents a user that can be …