Bootstrap

Query Builder

  • Fix – Drill Through did not respect output custom widths when set.
  • Add – Expression can now reference the current product dictionary directly via tags instead of the Dictionary Functions.   E.g.  {*Dictionary.Code.XXXXX}    This is useful for localization depending on the users sign in language.   Defaults to English if dictionary transaction does not exist for that language.  Existing dictionary functions are as follows

LanguageProduct( “ProductCode”, “DictionaryKey”)
LanguageAppDict( “DictionaryKey”)

Studio

  • Add – On Startup command select ‘&WithNoLock’, 1 to globally set all queries to use SQL WITH (NOLOCK) to avoid waits and timeouts on tables that are locked by long running updates.
  • Add – Field Hide Condition now supports all Expression functions like Val()  IIF() etc.  Previously only comparison operators worked.
  • Fix – Folders under Extension Datamodel Tables could not be deleted after reopening as it was no longer flagged as part of the extension.

Site Setup

  • Fix – Writeback table level security did not work when applied to Active Directory Groups and the user come in under one of those group.

Web Channel

  • Add – Form Designer Links