Deprecated Functions
2 min
Certain functions are deprecated. Expressions with these functions work; however, you cannot edit them and you cannot add new expressions with these functions. Those that give you a warning during use are marked with an asterisk *.
The deprecated functions are:
- AsJSON
- AsXML
- AuditHistoryDescription
- CurrentGlobalCurrency - Use DefaultCurrencySymbol instead.
- CurrentSecurityGroup
- CurrentUserInfo1
- CurrentUserName - Use CurrentLoginId or CurrentUserDisplayName .
- DateAdd* - Use AddYears, AddQuarters, AddMonths, AddWeeks, AddDays, AddHours, AddMinutes, or AddSeconds.
- DateDiff* - Use DateDiffSQL.
- DateOrTimeFromElement - Use DateTime with JSONPathValue.
- DatePart* - Use LocalYear, LocalQuarter, LocalMonth, LocalWeek, LocalDay, LocalHour, LocalMinute, or LocalSecond.
- EmptyString* - Use "" instead.
- EndOfNextYear* - Use EndOfYear(1).
- EndOfThisMonth* - Use EndOfMonth(0).
- EndOfThisYear* - Use EndOfYear(0).
- FindArray - Use JSONPathArray.
- FindElement - Use XPathElement.
- FindElementCollection - Use XPathElement.
- FindElementwithAttribute - Use XPathElement.
- FindObject - Use JSONPathValue.
- FirstChild - Use XPathElement.
- FormatDateTime - Use FormatDate.
- GetActionVariable
- HasChildElements - Use XPathElement.
- HashMACText - Replaced by HashMACString.
- HashText - Replaced by HashString.
- HashTrimmedText
- HOPCalcDuration* - Use DiffWorkingSeconds.
- HOPCalcTargetDate* - Use AddWorkingSeconds.
- Last365Days* - Use BeginningOfDay(-365).
- Last3Months* - Use BeginningOfMonth(-3).
- Last90Days* - Use BeginningOfDay(-90).
- LastChild - Use XPathElement.
- LastDays* - Use BeginningOfDay.
- LastSevenDays* - Use BeginningOfDay(-7).
- LastThirtyDays* - Use BeginningOfDay(-30).
- LastWeeks* - Use BeginningOfWeek.
- LastWord - Replaced by FirstRegexMatch
- LastYears* - Use BeginningOfYear.
- Left - Replaced by Substring0
- LogicalFromElement - Use Boolean with JSONPathValue.
- LogicalFromElementFromXML - Use Boolean with XPathValue
- NextDays* - Use BeginningOfDay.
- NumberFromElement - Use Number with JSONPathValue.
- NumberFromElementForXML - Use Number with XPathValue.
- NumericEmpty* - Use null.
- RemoveCarriageReturns - Replaced by ReplaceRegex
- RemoveLineBreaks - Replaced by ReplaceRegex
- Right - Replaced by Substring0.
- SearchHierarchy - Use FindAncestor.
- SearchList
- StartOfNextYear* - Use BeginningOfYear(1).
- StartOfPreviousMonth* - Use BeginningOfMonth(-1).
- StartOfThisMonth* - Use BeginningOfMonth(0).
- StartOfThisYear* - Use BeginningOfYear(0).
- StringFromAttributeForXML - Use XPathValue.
- StringFromElement - Use JSONPathValue.
- StringFromElementForXML - Use XPathValue.
- TextAfter - Use StringAfter.
- TextBefore - Use StringBefore.
- TextToLogical - Replaced by Boolean function or logical comparison.
- TextToNumber - Replaced by Number.
- ToClientTime* - Use ToLocal.
- Today* - Use BeginningOfDay.
- Tomorrow* - Use BeginningOfDay(1).
- TrimEnd - Replaced by ReplaceRegex.
- TrimStart - Replaced by ReplaceRegex.
- UserPresence
- Yesterday* - Use BeginningOfDay(-1).
