Expressions in Expressions
Complete reference of built-in expressions in the Expressions of the TIVITY platform.
{DateTime.Now}
Syntax
{DateTime.Now}{DateTime.Now.Date}
Syntax
{DateTime.Now.Date}{DateTime.Now.Add(<Parameters>)}
Syntax
{DateTime.Now.Add(YEARS, 1)}
{DateTime.Now.Add(DAYS, -7)}
{DateTime.Now.Add(HOURS, 12)}Parameters
{NewGuid()}
Syntax
{CurrentUser.<Property>}
Syntax
Properties
{CurrentUser.Groups}
Syntax
{CurrentUser.Roles}
Syntax
{CurrentOffice.Id}
Syntax
{CurrentApplication.Id}
Syntax
{ParentObject.<Property>}
Syntax
{LinkPath["<ClassName>"].<FieldName>}
Syntax
{<FieldName>}
Syntax
{Convert(<Parameters>)}
Syntax
Parameters
{IsCheckedOut()}
Syntax
{CheckedOutBy()}
Syntax
{IsFinalized()}
Syntax
Last updated