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
-
"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
-
So if I use MacApp and iPhone app version than this two fields are useless for me?
-
This is true. Tihs maily is about user rights - The Ninox App is based on a sinlge user concept.
Birger
-
Thanks :)
-
can I make a time capture never editable?
-
can I make a time capture as "now" as never editable?
-
_cu ('Created by') and _cd (Created at') are not editable.
Birger
-
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: MomentsBirger
Content aside
- 6 yrs agoLast active
- 8Replies
- 2821Views