Objects/Codeunits/Codeunit 1750 Data Classification Mgt.
Codeunit 1750 Data Classification Mgt. in 19
Jonas Paprotka, System Application 19.5.36567.56815, checked
- App
- System Application
Procedures, 17Events, 3
Versions171819202122232425262728latest
Source242526272829
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|
| PopulateDataSensitivityTable | () | | public | - |
| SetDefaultDataSensitivity | (var Record Data Privacy Entities) | | public | - |
| SetSensitivities | (var Record Data Sensitivity, Option) | | public | - |
| SyncAllFields | () | | public | - |
| GetDataSensitivityOptionString | () | Text | public | - |
| SetTableFieldsToNormal | (Integer) | | public | - |
| SetFieldToPersonal | (Integer, Integer) | | public | - |
| SetFieldToSensitive | (Integer, Integer) | | public | - |
| SetFieldToCompanyConfidential | (Integer, Integer) | | public | - |
| SetFieldToNormal | (Integer, Integer) | | public | - |
| DataPrivacyEntitiesExist | () | Boolean | public | - |
| AreAllFieldsClassified | () | Boolean | public | - |
| IsDataSensitivityEmptyForCurrentCompany | () | Boolean | public | - |
| InsertDataSensitivityForField | (Integer, Integer, Option) | | public | - |
| InsertDataPrivacyEntity | (var Record Data Privacy Entities, Integer, Integer, Integer, Text, Integer) | | public | - |
| GetLastSyncStatusDate | () | DateTime | public | - |
| RaiseOnGetDataPrivacyEntities | (var Record Data Privacy Entities) | | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnGetDataPrivacyEntities | (var Record Data Privacy Entities) | - |
| Integration event | OnCreateEvaluationData | () | - |
| Integration event | OnShowSyncFieldsNotification | () | - |