diff --git a/rules/add-a-customized-column-in-grid-if-there-are-default-values/badexampleforcustomizedcolumn.gif b/rules/add-a-customized-column-in-grid-if-there-are-default-values/badexampleforcustomizedcolumn.gif new file mode 100644 index 00000000000..9669ed77179 Binary files /dev/null and b/rules/add-a-customized-column-in-grid-if-there-are-default-values/badexampleforcustomizedcolumn.gif differ diff --git a/rules/add-a-customized-column-in-grid-if-there-are-default-values/goodexampleforcustomizedcolumn.gif b/rules/add-a-customized-column-in-grid-if-there-are-default-values/goodexampleforcustomizedcolumn.gif new file mode 100644 index 00000000000..73ff3722ec1 Binary files /dev/null and b/rules/add-a-customized-column-in-grid-if-there-are-default-values/goodexampleforcustomizedcolumn.gif differ diff --git a/rules/add-a-customized-column-in-grid-if-there-are-default-values/rule.md b/rules/add-a-customized-column-in-grid-if-there-are-default-values/rule.md new file mode 100644 index 00000000000..46725e6eec5 --- /dev/null +++ b/rules/add-a-customized-column-in-grid-if-there-are-default-values/rule.md @@ -0,0 +1,21 @@ +--- +type: rule +title: Do you add a "(customized)" column in grid if there are default values? +uri: add-a-customized-column-in-grid-if-there-are-default-values +authors: + - title: Adam Cogan + url: https://ssw.com.au/people/adam-cogan/ +created: 2014-03-14T00:22:00.000Z +guid: 4ed43f37-6443-43ad-b201-308c17e3d7c0 +--- +Add a column and show "(customized)" in grid - that is an easier way to know if you have changed from the defaults. + + + +::: bad +![Figure: Bad example - You need to compare with the default values to know whether it is modified](badexampleforcustomizedcolumn.gif) +::: + +::: good +![Figure: Good example - A "(customized)" column is an easier way to know if you have changed from the defaults](goodexampleforcustomizedcolumn.gif) +:::