31 lines
681 B
Markdown
31 lines
681 B
Markdown
---
|
|
title: "Title Here"
|
|
tags: ["AL"]
|
|
categories: ["Best Practice"]
|
|
---
|
|
|
|
<!-- This is a guideline, some parts are optional (if there's no content, remove the whole paragraph). -->
|
|
<!-- The "Readability" and "Performance" tags are often used. You can, however, add multiple tags, but please do not change the Category -->
|
|
|
|
_Created by <!-- John Smith --><!--, Cronus International.--> Described by <!-- Jane Doe--><!--, Contoso, LLC-->_
|
|
|
|
## Description
|
|
|
|
In depth description on what this Pattern is all about
|
|
|
|
- basic components
|
|
- how the interact
|
|
- steps to implement
|
|
- considerations to take
|
|
|
|
## Bad code
|
|
|
|
```al
|
|
PutCodeblocksHere()
|
|
```
|
|
|
|
## Good code
|
|
|
|
```al
|
|
PutCodeblocksHere()
|
|
```
|