Business Rules – Adding & Configuring Overview App Admins can define and configure Rules to incorporate business logic in their Shibumi solutions. Rules are a set...
References List Overview The expression language includes intelligent typeahead to ensure that the references included in your expression are syntactically correct. Note:...
Templates When referencing a template, use the template API name. The template API name is displayed directly below the template name...
Attributes Overview When referencing an attribute, use the attribute API name (Attribute_API_Name__c). The Data panel on a template displays the list...
Metrics Metrics in Shibumi contain a collection of data sets (e.g., Actual, Target, Variance) and an array of time periods. An...
Roles Overview When referencing Roles, use the Role API Name. App Admins can find the Role API Name on the Roles...
CHILD The reference to CHILD is a legacy compatibility reference that is used in aggregation functions. It will automatically be included...
Operators Overview To add, subtract, multiply, and delete, use standard mathematical operators (+, -, *, /). E.g., OPEX__m.actual__d * .20 Total_Budget__c...
Functions List The table below provides a quick reference list of all functions. Function Description addDays(date, integer) provides the ability to add...
addDays() The addDays() function provides the ability to add or subtract days from a date. Syntax addDays(date, integer) Argument Description date (required) An...