Codeunit CCS DIS Table Register
codeunit 5100964 "CCS DIS Table Register"
Properties
| Name | Value |
|---|---|
| SingleInstance | 1 |
Methods
GetRecRef
public "CCS DIS Table Register" GetRecRef(RepositoryCode: Code[20]; var Value: RecordRef): None
Returns the record reference for a repository.
Parameters
| Name | Type | Description |
|---|---|---|
| RepositoryCode | Code[20] |
The repository code for the register. |
| Value | RecordRef |
The record from the register. |
Return Value
None
GetRecRefRegister
public "CCS DIS Table Register" GetRecRefRegister(var Register: array[250] of RecordRef; var Indexer: List of [Text]): None
Returns the record reference register and the indexer.
Parameters
| Name | Type | Description |
|---|---|---|
| Register | array[250] of RecordRef |
The record reference register. |
| Indexer | List of [Text] |
The record reference indexer to identify the repositories. |
Return Value
None
RemoveRecRef
public "CCS DIS Table Register" RemoveRecRef(RepositoryCode: Code[20]): None
Removes the record reference for a repository.
Parameters
| Name | Type | Description |
|---|---|---|
| RepositoryCode | Code[20] |
The repository code for the register. |
Return Value
None
SetRecRef
public "CCS DIS Table Register" SetRecRef(RepositoryCode: Code[20]; var Value: RecordRef): None
Sets the record reference for a repository.
Parameters
| Name | Type | Description |
|---|---|---|
| RepositoryCode | Code[20] |
The repository code for the register. |
| Value | RecordRef |
The record for the register. |
Return Value
None