RE: Open Item Card in "View" mode by default
Honestly, this is not a very efficient solution.
The customer just wants to avoid accidental modification of data, so they simply want to open the page in a non Editable mode by default, and if needed, just switch to edit mode.
Using a trigger in the OnOpenPage to do "CurrPage.Editable(false);" has a few problems:
1. When you open the page, you cannot switch to edit mode.
2. When you create a new record, you cannot fill in all the fields.
Something way simpler is needed. A way to set the default mode, without limiting switching from one mode to another, and obviously, without affecting the behaviour of record creation.