0

time limited data entry for new record?!

For me it would be superb if we could give a team member rights to add data when empty and give them a 15 min timer to correct it when nesacerry(specially when the record is created)

In the karate club that we have all blackbelts should be able to add data, but when is already filled in then they would need to contact a trusted member(like a chief instructor)

setting rights is already possible, but a timelimited option like this would give us much more freedom.

is something like this possible?

2 replies

null
    • Mconneen
    • 4 yrs ago
    • Reported - view

    Hmm.. without thinking too hard.. You could use a formula field in the writable if.. and compare the _cd (created on) to the current time.. If less than 15 mintues.. return true (writable) ... else false. 

     

    Double check your desired platform (Web, iPad, Mac .. etc) .. 

    • Victor_Horbowiec
    • 4 yrs ago
    • Reported - view

    Hi Mconneen,

    Thanks for the help. it took me some time but i wrote it like this and it seems to work!

    if _cd + time(0, 15) < now() then
    false
    else
    true or userHasRole("admin")
    end

Content aside

  • 4 yrs agoLast active
  • 2Replies
  • 799Views