mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
Pure git-mv relocation of the SECURITY domain from the community layer to the Microsoft layer. No content changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
36 lines
955 B
AL
36 lines
955 B
AL
table 50100 "Customer Feedback"
|
|
{
|
|
fields
|
|
{
|
|
field(1; "Feedback No."; Code[20])
|
|
{
|
|
DataClassification = SystemMetadata;
|
|
}
|
|
field(2; "Contact Name"; Text[100])
|
|
{
|
|
DataClassification = EndUserIdentifiableInformation;
|
|
}
|
|
field(3; "Email"; Text[80])
|
|
{
|
|
DataClassification = EndUserIdentifiableInformation;
|
|
}
|
|
field(4; "Product Code"; Code[20])
|
|
{
|
|
DataClassification = CustomerContent;
|
|
}
|
|
field(5; "Feedback Text"; Text[2048])
|
|
{
|
|
// When uncertain between CustomerContent and EUII, prefer the stronger protection.
|
|
DataClassification = EndUserIdentifiableInformation;
|
|
}
|
|
field(6; "Submitted DateTime"; DateTime)
|
|
{
|
|
DataClassification = SystemMetadata;
|
|
}
|
|
}
|
|
|
|
keys
|
|
{
|
|
key(PK; "Feedback No.") { Clustered = true; }
|
|
}
|
|
}
|