FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
Active | Specify whether the cost center is active.
Field name: Active. |
CenterCode | The key of the cost center. Field name: PrcCode. Length: 8 characters. |
CenterName | The display name of the cost center. Field name: PrcName. Length: 30 characters. |
CenterOwner | property CenterOwner |
CostCenterType | The cost center type, for selection by future reports and analyses.
Field name: CCTypeCode. Length: 8 characters. |
Effectivefrom | The start date of the effective period of the cost center.
Field name: ValidFrom. |
EffectiveTo | The end date of the effective period of the cost center.
Field name: ValidTo. |
GroupCode | The code of the cost center's group. You can assign cost centers the same group code in order to group them within reports. Field name: GrpCode. |
InWhichDimension | The dimension in which this profit is located.
Field name: DimCode. |
UserFields | Returns the UserFields object. |