Dynamics 365 Business Central: Conditional Visibility for Tables in Word Layouts
RDLC makes conditional visibility easy — set an expression on the Visibility property, and the element hides itself when the condition isn’t met. Word layouts don’t have this option out of the box. In this post, I’ll show you how to mimic that same behaviour in Word layout using AL code. 1. Table Hidden vs…