2022

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Effective Release Date: January 10, 2017

Release Notes:

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 )

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") + "'")

Minor Fixes 

  • MSCRM RMI Bug fix.
  • No labels