0

New function in Table properties

Hi, 

In table propertier I have two new fields, and I don't know how to use it.

"Redable if", and "Is it possible if".

I can't find it in manual. 

Can you send me description of new functions?

8 replies

null
    • Birger_H
    • 5 yrs ago
    • Reported - view

    "Readable if" and "Writable if" can take formluas to restrict read and wirte access based on the current logged in user. You can i.e. say that only the user that genereated the record can edit it with ("Writable if")

    –––

    user() = 'Created by'

    –––

    Birger

    • tomek
    • 5 yrs ago
    • Reported - view

    So if I use MacApp and iPhone app version than this two fields are useless for me?

    • Birger_H
    • 5 yrs ago
    • Reported - view

    This is true. Tihs maily is about user rights - The Ninox App is based on a sinlge user concept.

    Birger

    • tomek
    • 5 yrs ago
    • Reported - view

    Thanks :)

    • jayarajmb2004_gmailcom
    • 5 yrs ago
    • Reported - view

    can I make a time capture never editable?

    • jayarajmb2004_gmailcom
    • 5 yrs ago
    • Reported - view

    can I make a time capture  as "now" as never editable?

    • Birger_H
    • 5 yrs ago
    • Reported - view

    _cu ('Created by') and _cd (Created at') are not editable.

    Birger

    • Birger_H
    • 5 yrs ago
    • Reported - view

    Say you have a Time/Date field 'Moment'.
    With some trigger you fill it with now().

    Create a formula field ('My Moment') to display this field. The formula is

    –––
    Moment
    –––

    Set the visibilty of these fields like this:

    Moments -> visible if: Moments = null
    My Moments -> visible if: Moments

    Birger

Content aside

  • 5 yrs agoLast active
  • 8Replies
  • 2816Views