by Shawn Hardy | Aug 5, 2022
Description:Each of these functions can be used in workflows or formula fields to capture any available object as a string. Use: GetHiddenRuntimeParameter function’s sole purpose is to pass one or more variables from one custom action to a another. This is extremely...
by Shawn Hardy | Aug 5, 2022
Description: This function can be defined as the function that returns an object that is currently being processed Use: This is a very useful and common function – it is often used in emails, error messages, or validation rules to inform the current user of the name...
by Shawn Hardy | Aug 5, 2022
Description: This function is used to catch and prevent runtime errors in your formulas. Use: The Catch function is great to use when creating numerical formulas.
by Shawn Hardy | Aug 5, 2022
Description: This function is used to identify if the specified user is a member of the selected group or profile within the system. Use: The IsMemberOf() function is good for preforming business actions (or preventing them) based on group or profile...