Hi,
If I understand correctly, when suppress Best practice, we need to specify the path to our class/form etc.
Something like in the bold font :
<Diagnostic>
<DiagnosticType>BestPractices</DiagnosticType>
<Severity>Warning</Severity>
<Path>dynamics://DataEntityViewExtension/EcoResReleasedProductV2Entity.AGC/Relations/WHSProductFilterGroups/RelatedDataEntity</Path>
<Moniker>ReferencedObjectIsObsolete</Moniker>
<Message>Referenced object 'WHSProductFilterGroupEntity' is marked as obsolete. </Message>
<Justification>Extension of EcoResReleasedProductV2Entity, not able to remove reference to WHSProductFilterGroupEntity from underlying entity.</Justification>
</Diagnostic>
However, if we intent to suppress some common like the BP warning for "no parameters" in all of our codes.
C:\AOSService\PackagesLocalDirectory\Bin\XppSource\MyDev\AxTable_VMSParameters.xpp(3,1): BPXmlDocParameterNotDescribed: BP Rule: [BPXmlDocParameterNotDescribed]:BPXmlDocParameterNotDescribed: Parameter '_forUpdate' is not described in any 'param' tag.
So what I want is not throwing BP warning message for BPXmlDocParameterNotDescribed, for all my classes.
Thanks