4.1.44 Released

This version fixes default number extracting issue for Generic Modem device.

Two new features also added.

  • Nested Setting reader tags supported. For example {:XYZ{:ABC}} will first resolve {:ABC} part and read {:XYZABC} value.
  • Automation Command Button Widget supports Validation expressions. For example if you set validation as {:CURRENTUSER} is Emre button appears enabled only if current user name is Emre.
2 Likes

That second feature is going to open up more functions for what I am doing with TimeTrex. Very nice thank you.

1 Like

I just tested this with a button and it seems to work for visibility but it blacks out the text and is not able to be clicked. It does hide it from users other than specified so that part is working.

Is there a way to Validate current Role as well as Current user? I tried ‘{:CURRENTROLE}’ is ‘Admin’

Try {:CURRENTUSERROLE}

1 Like

Ah yes I really need to stop working on this when I am so tired. I should have known to try that. Thank you.