Good day
I have got the following issue on my CAReport
BPCheckMissingDeleteActions : Delete actions missing in table Table1 which is related to table Table2 with relation name Table2.
My relation has None defined on the Delete action, but I do not want any of the restrictions such as Cascade, restricted etc. The relationship is there only for navigation purposes.
I have added the following to my Model_BPSuppressions.xml but it is not being suppresed in my CAReport
<Diagnostic>
<DiagnosticType>BestPractices</DiagnosticType>
<Severity>Warning</Severity>
<Path>dynamics://Table/Table1/Relation/Table2</Path>
<Moniker>BPCheckMissingDeleteActions</Moniker>
<Justification>Relationship required for navigation only and no delete action is required</Justification>
</Diagnostic>
What can I do to suppress this Issue on my report
Kind regards