Advanced dynamic tokens is a new feature in Enterprise Forms 3.7. This feature extends dynamic tokens capability by providing the additional ability to perform complex expression evaluation using built-in function or custom .NET code.
A typical advanced token is contained within double opening ([[) and closing (]]) square brackets. Similar to the standard tokens, advanced tokens also use name space to distinguish between token types.
Advanced tokens currently support two type of name spaces, FUNCTION and CODE.