AX / D365FO – how to hide or display an xml element based on a particular condition in Electronic reporting

If you want to hide or show an XML element tag depending on a particular condition you can use the “Enabled” button (see below)

In this case I want to show the xml element if the customer name is not empty.

So enter a condition that returns true if the name is set and false if it is not.

IF(Invoice.Customer.Name <> "", true, false)

If it’s TRUE the xml element will be shown otherwise will be hidden

As you can see the conditional xml elements are marked with a “Question mark”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s