Codeunit CCS DIS Map. Rep. Mgt. Json
codeunit 5100933 "CCS DIS Map. Rep. Mgt. Json"
Advertencia
This codeunit is pending obsolete. Use interface mapping logic. 2.7
Properties
Name | Value |
---|---|
ObsoleteReason | Use interface mapping logic. |
ObsoleteState | Pending |
ObsoleteTag | 2.7 |
Methods
LoadFieldStructureForMappingVersion
public "CCS DIS Map. Rep. Mgt. Json" LoadFieldStructureForMappingVersion(MappingVersion: Record "CCS DIS Mapping Version"; var TempRepositoryField: Record "CCS DIS Mapping Repository Fld" temporary): None
Gets the field structure for JsonProperty repositories from a mapping version.
Parameters
Name | Type | Description |
---|---|---|
MappingVersion | Record "CCS DIS Mapping Version" |
The mapping version to load the field structure for. |
TempRepositoryField | Record "CCS DIS Mapping Repository Fld" temporary |
The field structure in a temporary record, by reference. |
Return Value
None
Events
OnTransferFieldsFromCustom
event "CCS DIS Map. Rep. Mgt. Json" OnTransferFieldsFromCustom(MappingLine: Record "CCS DIS Mapping Line"; var RecordObject: JsonObject)
The event is fired on transfering the field values from a custom repository.
Parameters
Name | Type | Description |
---|---|---|
MappingLine | Record "CCS DIS Mapping Line" |
The mapping line to identify the custom repository. |
RecordObject | JsonObject |
The record as json object to store the values to. |
Attributes
Name | Arguments |
---|---|
IntegrationEvent | False, False |