D365F&O - X++ - Best Practice Warning BP Rule: Suppress nested loop warning

 Add following line of code in your class.

public class CustInvoiceJour 

{

    [SuppressBPWarning('nested loop used','need nested loop to insert 1:n condition')]

    public void insert()

    {

            //your code

    }

}

Comments

Popular posts from this blog

D365F&O - X++ - Best Practice Warning BP Rule: [BPErrorUnknownLabel]: Path:

D365F&O - X++ - How to Enable/Disable button on form based on a condition in D365F&O using Event handlers.

D365FO - X++ - Generate CAR (Customized Analysis Report) report of custom model