Michael Somoza
Hi I'm a customer!
- Total activity 3309
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 1972
Articles
Recent activity by Michael Somoza-
ExecuteMessageBusinessProcess
Used to call the Business Process defined for the found Route. Property Type Description ScriptID String Identifies the Business Process. Source Route ID String Identifies the Route. Sourc...
-
ExecuteRouteBusinessProcess
Used in conjunction with the GetApplicationRoutes and RetrieveScriptFromIDRoute Actions to call the Business Process defined for the found Route. Property Type Description Script ID String Ide...
-
Exponentiate
Raises the value of an input parameter by the value of another input parameter. Property Type Description Factor1 Number Exponent Number Returns Factor1 at the power of exponent. Ret...
-
ExtractAfter
Returns a new string, based on a sub-string of text after the occurrence of another property. Property Type Description Text String ContainedText String Example ExtractAfter("2003/01/...
-
ExtractBefore
Returns a new string, based on a sub-string of text before the occurrence of another property. Property Type Description Text String ContainedText String Example ExtractBefore("2003/0...
-
ExtractDigits
Extracts all digits from a String value. Property Type Description input String If null, then returns null. Notes This does not include Comma (,), Decimal (.), or Negative Sign (-). This Ac...
-
Concatenate
Links string1 with string2 and returns the result as a concatenated string. Table 1. Input Properties Property Type Description SourceString1 String First string. SourceString2 String Seco...
-
ConcatenateMany
Concatenates all non-null strings using the specified separator and returns a string result. Table 1. Input Properties Property Type Description Separator String If null, then defaults to em...
-
Contains
Returns boolean of true if the text contains the specified string (str) value. Table 1. Input Properties Property Type Description Text String Text to search. ContainsText String Text to se...
-
CreateDateTime
Creates a DateTime. Table 1. Input Properties Property Type Description Year Number The year. MonthOfYear Number The month of the year, from 1 to 12. DayOfMonth Number The day of the mon...