CONTEXT("AppVersion")

 

 

CONTEXT("AppVersion") RETURNS "03.000023"

 

Would love to be able to add a 'current_version' column in a change log table where we could add what version of the app the user created/edited/deleted the record from.

This would be super helpful for supplying additional information for understanding bugs in actively supported apps that have live users. 

We would be able to retroactively flag which users are on stale version by a variation(not exactly this) of:

 

AND(
[log_created] > MAX(versions[datetime_version_saved]),
[log_version] < MAX(versions[version_number])
)

 

 

 

Status Open
0 0 7