When utilizing an environment variable as a filter value, it is necessary to enclose it in double quotes.
Variable | Description |
---|---|
$Vlocity.UserId | Current user Id |
$Vlocity.true or $Vlocity.TRUE | Boolean TRUE |
$Vlocity.false or $Vlocity.FALSE | Boolean FALSE |
$Vlocity.NULL | Null |
$Vlocity.TODAY | Today’s date |
$Vlocity.TOMORROW | Tomorrow’s date |
$Vlocity.NOW | Current date and time |
$Vlocity.N_DAYS_FROM_NOW:{N} | The date the specified number of days from now |
$Vlocity.N_DAYS_AGO:{N} | The date the specified number of days ago |
$Vlocity.StandardPricebookId | Id of the standard price book |
$Vlocity.DocumentsFolderId | Documents folder Id |
$Vlocity.Percent | Percent character. Useful for escaping % characters in URLs so they aren't mistaken for merge field syntax. |
$Vlocity.CpuTotal | Apex CPU value |
$Vlocity.DMLStatementsTotal | Number of Data Manipulation Language statements |
$Vlocity.DMLRowsTotal | Number of Data Manipulation Language rows |
$Vlocity.HeapSizeTotal | Heap size value |
$Vlocity.QueriesTotal | Number of queries run |
$Vlocity.QueryRowsTotal | Number of query rows fetched |
$Vlocity.SoslQueriesTotal | Number of SOSL queries run |