Hi ,
How do i access the current user, date and time in 'source code' schema?
Regards,
Anitha Premkumar
Like
2 comments
16:11 Sep 19, 2019
In C#
UserConnection.CurrentUser.Id
UserConnection.CurrentUser.ContactId
UserConnection.CurrentUser.AccountId
UserConnection.CurrentUser.GetCurrentDateTime()
In JS
this.Terrasoft.SysValue.CURRENT_USER_TIMEZONE_OFFSET
Show all comments