<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.
You can only exclude objects or comment in the coding to skip the BP check as mentioned in the blog. You can disable some BP rules, but they will be executed when you enable the best practice checks when building a complete model anyway.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.