You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the class ZPM.Analytics.Event which is used to track the events done for a module, ie
install
install
uninstall
download
etc
I would like to see the following added
/// The username of the person that performed the action
Property Username As %String [ SqlComputeCode = {set {*}=$Username}, SqlComputed, SqlComputeOnChange = %%INSERT ];
so as to be able to track who is performing the actions.
Our practice is to
standup our own private repo/registry
Provide username and password commonly based on customer names, although not exclusively customer names, they are sometimes personal names
Use the data in ZPM_Analytics.Event to determine who has performed what actions. It's not clear that fields like
city
country
region
are ever populated and fields like
-GUID
-IP
provide little any meaningful insight
Adding this single property declaration should be completely safe and transparent to users.
The text was updated successfully, but these errors were encountered:
In the class ZPM.Analytics.Event which is used to track the events done for a module, ie
install
install
uninstall
download
etc
I would like to see the following added
/// The username of the person that performed the action
Property Username As %String [ SqlComputeCode = {set {*}=$Username}, SqlComputed, SqlComputeOnChange = %%INSERT ];
so as to be able to track who is performing the actions.
Our practice is to
standup our own private repo/registry
Provide username and password commonly based on customer names, although not exclusively customer names, they are sometimes personal names
Use the data in ZPM_Analytics.Event to determine who has performed what actions. It's not clear that fields like
city
country
region
are ever populated and fields like
-GUID
-IP
provide little any meaningful insight
Adding this single property declaration should be completely safe and transparent to users.
The text was updated successfully, but these errors were encountered: