Codeunit CCS DIS Dtld. Map. Entry Mgt.
codeunit 5100923 "CCS DIS Dtld. Map. Entry Mgt."
Properties
Name | Value |
---|---|
SingleInstance | 1 |
Methods
CreateDtldEntryForAction
public "CCS DIS Dtld. Map. Entry Mgt." CreateDtldEntryForAction(MappingLine: Record "CCS DIS Mapping Line"; TypeOfChange: Enum "CCS DIS Dtld. Map. Entry Type Of Change"; RepositoryType: Enum "CCS DIS Repository Type"; QuickInfo: Text; TextualData: Text): None
Creates a detailed mapping entry for a record action.
LogEntries must be activated.
Parameters
Name | Type | Description |
---|---|---|
MappingLine | Record "CCS DIS Mapping Line" |
The mapping line to add the entry to. |
TypeOfChange | Enum "CCS DIS Dtld. Map. Entry Type Of Change" |
The record action type of change. |
RepositoryType | Enum "CCS DIS Repository Type" |
The repository type to add the entry to. |
QuickInfo | Text |
The short text shown in the quick info on the list page. |
TextualData | Text |
The full textual data shown in the details action. |
Return Value
None
CreateDtldEntryForFilter
public "CCS DIS Dtld. Map. Entry Mgt." CreateDtldEntryForFilter(MappingLine: Record "CCS DIS Mapping Line"; RepositoryType: Enum "CCS DIS Repository Type"; Count: Integer; QuickInfo: Text; TextualData: Text): None
Creates a detailed mapping entry for a filter action.
LogEntries must be activated.
Parameters
Name | Type | Description |
---|---|---|
MappingLine | Record "CCS DIS Mapping Line" |
The mapping line to add the entry to. |
RepositoryType | Enum "CCS DIS Repository Type" |
The repository type to add the entry to. |
Count | Integer |
The number of records in the filter (result). |
QuickInfo | Text |
The short text shown in the quick info on the list page. |
TextualData | Text |
The full textual data shown in the details action. |
Return Value
None