- Notes
- — internal reference only; not shown to end users
+
+
+
+ {#if show_account_field}
+
+ {/if}
+
+
+ {#if show_for_fields}
+
+
+
+
For ID
+ — random string ID of the parent object
+
+ {#if is_new}
+
+
+ Backend resolves this string to an integer FK on create. Once set, For ID cannot be changed via the UI.
+
+ {:else}
+
+
+ {#if draft_for_id}
+ {draft_for_id}
+ {:else}
+ not set
+ {/if}
+
+
+ For ID is fixed at creation time. To change it, update directly in phpMyAdmin.
+
+ {/if}
+
{/if}
-