aaron_tekton
10/30/2019, 3:04 PMUserID: runtime.getCurrentUser().id
which allows me to get the User ID by just typing _Ext.UserID
instead of runtime.getCurrentUser().id
. I do this for a number of things and it’s purely a quality-of-life improvement. The error is stating that my runtime
module isn’t available when it’s creating the return object.