mapped_name property

OdsoFieldMapData.mapped_name property

Specifies the predefined merge field name which shall be mapped to the column number specified by the OdsoFieldMapData.column property within this field mapping. The default value is an empty string.

@property
def mapped_name(self) -> str:
    ...

@mapped_name.setter
def mapped_name(self, value: str):
    ...

See Also