Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorwhite

TODAY

Code Block
system.today (date)

This attribute contains the current date (yyyy-MM-dd) from the runtime environment.

Warning

If you want to update System.User from the sessionScope you should use the ISessionScope.setUser(IUserData user) method. This will update the System.User instance and the underlying ActiveUser object which is stored in the SessionScope which is used in the AQ_StartProject and the AQ_Dashboard_ProjectWidget for sending the ActiveUser to the new session. This however does not mean that the two sessions still use the same underlying object it copies the values to the new session.