{"id":16245,"date":"2018-03-08T11:00:35","date_gmt":"2018-03-08T09:00:35","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/nav\/?p=16245"},"modified":"2024-03-05T11:28:06","modified_gmt":"2024-03-05T19:28:06","slug":"classifying-data-in-dynamics-nav","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/dynamics-365\/blog\/business-leader\/2018\/03\/08\/classifying-data-in-dynamics-nav\/","title":{"rendered":"Classifying Data in Dynamics NAV"},"content":{"rendered":"
At Microsoft Dynamics NAV, we are committed to data protection, information security, and privacy.<\/span> Part of this commitment is helping our partners to ensure that the applications they develop are compliant with the latest legislative requirements for collecting, storing, and using user personal information. The latest cumulative updates for Dynamics NAV 2015 (CU 41), Dynamics NAV 2016 (CU 29), Dynamics NAV 2017 (CU 16), and Dynamics NAV 2018 (CU 03) introduce the DataClassification<\/strong> property on tables and fields. You should consider the DataClassification<\/strong> property as the first layer of classification – done by developers (Dynamics NAV partner) on customizations, add-ons, and extensions. The second layer is the users and how they handle data they provide and that is made available to them.<\/p>\n The DataClassification <\/strong>property can be set on table objects and field controls.<\/p>\n When you upgrade an application to the new platform, existing tables and fields (except for FlowFields and FlowFilters) will automatically be assigned the CustomerContent<\/strong> classification. You can then access the DataClassification<\/strong> property on tables and fields, and change the classification as needed. FlowFields and FlowFilters are assigned the SystemMetadata<\/strong> classification.<\/p>\n You can view the data classification of tables and fields in the Table Metadata<\/strong> Virtual table (ID 2000000136) and Field<\/strong> virtual table (ID 2000000041), respectively.<\/p>\n To read more about these development features, see the following articles in the Developer and IT-Pro Help for Microsoft Dynamics NAV:<\/p>\n Classifying Data<\/a> For information about General Data Protection Regulation compliancy and Dynamics NAV, see\u00a0Get GDPR compliant with Dynamics NAV<\/a>.<\/p>\n <\/p>\n Updated on March 13, 2018, with an updated version of the Windows PowerShell module attached:<\/p>\n
\nThis property lets you tag table and field data with one of the classifications described in the next section.<\/p>\nClassifications of the DataClassification property<\/h2>\n
\n\n
\n Classification<\/span><\/td>\n Description<\/span><\/td>\n Examples<\/span><\/td>\n<\/tr>\n<\/thead>\n\n \n CustomerContent<\/span><\/td>\n Content directly provided\/created by admins and users. This is the default when no value has been specified.<\/span><\/td>\n \n \n
\n EndUserIdentificationInformation<\/span><\/td>\n (EUII) Data that identifies or could be used to identify the user of a Microsoft service. EUII does not contain Customer content.<\/span><\/td>\n \n \n
\n AccountData<\/span><\/td>\n Customer billing information and payment instrument information, including administrator contact information, such as tenant administrator\u2019s name, address, or phone number.<\/span><\/td>\n \n \n
\n EndUsePseudonymousIdentifiers<\/span><\/td>\n (EUPI) An identifier created by Microsoft tied to the user of a Microsoft service. When EUPI is combined with other information, such as a mapping table, it identifies the end user. EUPI does not contain information uploaded or created by the customer (Customer content or EUII).<\/span><\/td>\n \n \n
\n OrganizationIdentifiableInformation<\/span><\/td>\n (OII) Data that can be used to identify a tenant, generally config or usage data. This data is not linkable to a user and does not contain Customer content.<\/span><\/td>\n \n \n
\n SystemMetadata<\/span><\/td>\n Data generated while running the service or program that is not linkable to a user or tenant.<\/span><\/td>\n \n \n
\n ToBeClassified<\/span><\/td>\n Content that has not yet been given a classification. This is the initial value when table or field is created.<\/span><\/td>\n \n \n
Data classification on upgrade<\/h2>\n
Viewing data classification<\/h2>\n
More information<\/h2>\n
\nDataClassification Property<\/a>
\nTable Metadata Virtual Table<\/a>
\nField Virtual Table<\/a><\/p>\n