diff --git a/content/docs/BestPractices/DemoForDynamicsCon/index.md b/content/docs/BestPractices/DemoForDynamicsCon/index.md new file mode 100644 index 00000000..8d666cc2 --- /dev/null +++ b/content/docs/BestPractices/DemoForDynamicsCon/index.md @@ -0,0 +1,22 @@ +--- +title: "Demo for DynamicsCon" +tags: ["AL","Readability"] +categories: ["Best Practice"] +--- + +_Created by waldo, Described by waldo_ + +## Description + +Some description +## Bad code + +```al +PutCodeblocksHere() +``` + +## Good code + +```al +PutCodeblocksHere() +```