• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

SetReadOnly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SetReadOnly

    I saw the new SetReadOnly() option mentioned in the latest build. How do I use it? Is there a *ALL option?

  • #2
    Code:
    SetReadOnly('MY_FIELD':*on); // set to read only
    SetReadOnly('MY_FIELD':*off); // set to not read only
    There is no *ALL option.

    Comment


    • #3
      Thanks for the explanation. A *ALL option would be a great addition.

      Comment


      • #4
        We already have an option to set all fields to read-only via an app variable. So, if you want to do that via the backend, just set the app variable that is linked to "Read Only > All Fields" to true

        Comment

        Working...
        X