EP6: IsManuallySet()

EP6: IsManuallySet()

Description: This function returns TRUE if specific Clarizen calculated fields have been overwritten by a direct update, otherwise return FALSE. Use: IsManuallySet() is available as a filter in reports and will apply to auto-calculated fields, such as; start date, due...
EP6: IsManuallySet()

EP7: If()

Description: This function is used when you want to give Clarizen a conditional command, wherein you are essentially telling Clarizen “If this is true, do X, but otherwise do Y” Use: This is useful because most of the things we want to do in Clarizen are based on a...
EP6: IsManuallySet()

EP8: CurrentUser()

Description: This function references to the Current User within the object, or in other words it is the person or default user running the action on the object/ Module. Use:This is useful/important because you can create Business rules directed to the current person...
EP6: IsManuallySet()

EP9: GetRuntimeParameter() vs GetHiddenRuntimeParameter()

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...
EP6: IsManuallySet()

EP10: CurrentObject()

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...