diff --git a/docs/commands/create-entity-selection.md b/docs/commands/create-entity-selection.md
index 9de5b62d8f5a08..7f25038fd76e68 100644
--- a/docs/commands/create-entity-selection.md
+++ b/docs/commands/create-entity-selection.md
@@ -42,4 +42,12 @@ $employees:=Create entity selection([Employee])
#### See also
-[USE ENTITY SELECTION](use-entity-selection.md)
[`dataClass.newSelection()`](../API/DataClassClass.md#newselection)
\ No newline at end of file
+[USE ENTITY SELECTION](use-entity-selection.md)
[`dataClass.newSelection()`](../API/DataClassClass.md#newselection)
+
+#### Properties
+
+| | |
+| --- | --- |
+| Command number | 1512 |
+| Thread safe | ✓ |
+
diff --git a/docs/commands/dialog.md b/docs/commands/dialog.md
index a10d0fa8517df1..38e366fd037314 100644
--- a/docs/commands/dialog.md
+++ b/docs/commands/dialog.md
@@ -171,4 +171,12 @@ After a call to **DIALOG**, if the dialog is accepted, OK is set to 1; if it is
[CALL FORM](../commands-legacy/call-form.md)
[CANCEL](../commands-legacy/cancel.md)
[Form](form.md)
-[Open window](../commands-legacy/open-window.md)
\ No newline at end of file
+[Open window](../commands-legacy/open-window.md)
+
+#### Properties
+
+| | |
+| --- | --- |
+| Command number | 40 |
+| Thread safe | ✗ |
+| Modifies variables | OK, error |