2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
*Effective Release Date:* {color:#ff0000}{*}January 10, 2017{*}{color}

*Release Notes:*
{toc}

h2. FAST_TLOOKUP Added To Standard Functions

In this release we have added a new function to the list of existing standard function i.e. FAST_TLOOKUP . The Syntax for the function is as follows . 

*{+}Syntax{+}* :

FAST_TLOOKUP("SELECT field1 FROM table1 WHERE field2 =  {fName}")
FAST_TLOOKUP("SELECT
field1 FROM table1 WHERE field2 = '" + VALUE("fName") + "'") New Syntax Supported FAST_TLOOKUP("SELECT field1 FROM table1 WHERE field2 = {fName}")
The FAST_TLOOKUP is also backward compatible with TLOOKUP function which means you can use the function FAST_TLOOKUP like shown in below

FAST_TLOOKUP("SELECT field1 FROM table1 WHERE field2 = '" + VALUE("fName") + "'")

h2. Minor Fixes 

* MSCRM RMI Bug fix.