📚 SAP Business One SDK Help

PersonalDataRetentionPeriod Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileLoads the object's properties from an XML file.
Public Method FromXMLStringLoads the object's properties from an XML string.
Public Method GetXMLSchemaReturns the XML schema for this object.
Public Method ToXMLFileSerializes the object's properties to an XML file.
Public Method ToXMLStringSerializes the object's properties to an XML string.

Public Properties

Public Property AbsEntryThis is the key field.
Field Name: AbsEntry
Data Type: Edm.Int32
Writable: No
Public Property ActiveIndicates whether this retention period is active.
Field Name: Active
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property DataSubjectTypeThe type of data subject (e.g. business partner, employee).
Field Name: DatSubType
Data Type: PersonalDataRetentionPeriodsDataSubjectTypeEnum
Writable: Yes
Enum Type: PersonalDataRetentionPeriodsDataSubjectTypeEnum
Public Property ObjectTypeThe SAP Business One object type to which this period applies.
Field Name: ObjType
Data Type: PersonalDataRetentionPeriodsObjectTypeEnum
Writable: Yes
Enum Type: PersonalDataRetentionPeriodsObjectTypeEnum
Public Property PeriodCodeThe retention period code.
Field Name: PeriodCode
Data Type: Edm.String
Writable: Yes
Public Property PeriodNameThe retention period name.
Field Name: PeriodName
Data Type: Edm.String
Writable: Yes
Public Property PeriodYearsThe number of years for which data is retained.
Field Name: PeriodYear
Data Type: Edm.Int32
Writable: Yes

See Also