Codeunit CCS DIS Mapping Dialog Mgt.
codeunit 5100928 "CCS DIS Mapping Dialog Mgt."
Methods
AddMappingLine
public "CCS DIS Mapping Dialog Mgt." AddMappingLine(MappingLine: Record "CCS DIS Mapping Line"; var RecordSet: Interface "CCS DIS Record Set Interface"): None
Creates a progress bar based on a mapping line (it's repository).
Parameters
Name | Type | Description |
---|---|---|
MappingLine | Record "CCS DIS Mapping Line" |
The mapping line to identify the repository. |
RecordSet | Interface "CCS DIS Record Set Interface" |
The record set to get the count of records. |
Return Value
None
AddRecordPool
public "CCS DIS Mapping Dialog Mgt." AddRecordPool(RegisterCode: Code[20]; RegisterText: Text; ValueMax: Integer): None
Creates a progress bar based on a record pool.
Parameters
Name | Type | Description |
---|---|---|
RegisterCode | Code[20] |
A code to identify the record pool as progress bar register. |
RegisterText | Text |
The title to be displayed for the progress bar. |
ValueMax | Integer |
The number of records to loop. |
Return Value
None
AddSingleRegister
public "CCS DIS Mapping Dialog Mgt." AddSingleRegister(RegisterText: Text; ValueMax: Integer): None
Adds a very single progress bar.
Parameters
Name | Type | Description |
---|---|---|
RegisterText | Text |
The name of the progress bar. |
ValueMax | Integer |
The maximum value of the progress bar. |
Return Value
None
CloseDialog
public "CCS DIS Mapping Dialog Mgt." CloseDialog(): None
Closes a dialog.
Return Value
None
CreateDialog
public "CCS DIS Mapping Dialog Mgt." CreateDialog(DialogTitle: Text): None
Creates and opens a dialog, with defined registers.
Parameters
Name | Type | Description |
---|---|---|
DialogTitle | Text |
The title that appears on top of all registers. |
Return Value
None
IncreaseMappingLine
public "CCS DIS Mapping Dialog Mgt." IncreaseMappingLine(MappingLine: Record "CCS DIS Mapping Line"; var RecordSet: Interface "CCS DIS Record Set Interface"): None
Increases the progress bar for a mapping line by value 1.
Parameters
Name | Type | Description |
---|---|---|
MappingLine | Record "CCS DIS Mapping Line" |
The mapping line to identify the progress bar. |
RecordSet | Interface "CCS DIS Record Set Interface" |
The record set is not used, at the moment. |
Return Value
None
IncreaseRecordPool
public "CCS DIS Mapping Dialog Mgt." IncreaseRecordPool(RegisterCode: Code[20]; VariantValue: Variant): None
Increases the record pool progress bar by value 1.
Parameters
Name | Type | Description |
---|---|---|
RegisterCode | Code[20] |
The progress bar register code. |
VariantValue | Variant |
The variant value is not used, at the moment. |
Return Value
None
IncreaseSingleLoop
public "CCS DIS Mapping Dialog Mgt." IncreaseSingleLoop(): None
Increases the single progress bar by value 1.
Return Value
None
UpdateDialog
public "CCS DIS Mapping Dialog Mgt." UpdateDialog(): None
Updates all registers of the dialog.
Return Value
None