THTURKI Helaineasybc.hashnode.dev·Jun 21, 2025 · 2 min readWhat Every BC Developer Should Know About SecurityFiltering in ALIf I were a Business Central developer just starting with AL, I'd want to quickly learn how security filters work in code and how to manage them. In Business Central, permission sets and security filters determine what users can see. When writing AL ...00
THTURKI Helaineasybc.hashnode.dev·May 26, 2025 · 1 min readWhy use IsEmpty() ?Use isEmpty() for quick checks ,and FindSet() for loops. IsEmpty() checks whether a record variable contains any data.It returns true if the table has no records. Avoid using FindSet() if you don't plan to process the data — it's heavier than you thi...00