Unicon documentation migration is in progress. You might find some broken links or experience minor issues in the documentation. We are working on resolving these issues.
X
-
-
-
-
-
Table RptDefGroup
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Table: RptDefGroup
This table contains all database fields of an ou which should be visible to the Scout report tool.
ColumnName | DataType | Key | Not Null | Default Value | Comment |
---|---|---|---|---|---|
Field | NVARCHAR(255) | PK | NN | ||
Access | NVARCHAR(255) | ||||
Text_DE | NVARCHAR(255) | ||||
Text_EN | NVARCHAR(255) | ||||
Type | NVARCHAR(255) |
IndexName | IndexType | Columns |
---|---|---|
PRIMARY | PRIMARY | Field |
How to create
CREATE TABLE RptDefGroup(
Field NVARCHAR(255) NOT NULL,
Access NVARCHAR(255) NULL,
Text_DE NVARCHAR(255) NULL,
Text_EN NVARCHAR(255) NULL,
Type NVARCHAR(255) NULL,
PRIMARY KEY (Field));
How to initialize
INSERT INTO RptDefGroup (Field,
Access, Text_DE, Text_EN, Type) VALUES ('EX_FQName', 'CALC_FQName',
'Name mit Pfad', 'Name and path', 's');
INSERT INTO RptDefGroup
(Field, Access, Text_DE, Text_EN, Type) VALUES ('EX_Location',
'Groups.GroupID=LocationID,Name', 'Organisationseinheit', 'Organisation
unit', 's');
INSERT INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES ('Info1', null, null, null, 's');
INSERT INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES ('Info2', null, null, null, 's');
INSERT INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES ('Info3', null, null, null, 's');
INSERT INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES ('Name', null, null, null, 's');
INSERT
INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES
('DeviceCount', null, 'Geräteanzahl', 'Device count', 'i');
INSERT
INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES
('EX_DeviceCountSingle', 'CALC_DeviceCountSingle', 'Geräteanzahl(nur
OU)', 'Device count(only OU)', 'i');
INSERT INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES ('GroupID', null, 'OU-ID', 'OU-ID', 'i');
INSERT INTO RptDefGroup (Field, Access, Text_DE, Text_EN, Type) VALUES ('Note', null, 'Hinweis', 'Note', 's');
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.