Returns running total values of each module. The value starts from 0 and then incremented each time the record is created. This variable supports the formatter. Use Current, Prev and Next function to get values with this variable. For example, ${RunningNo.Total.Current} will return the last running total value and ${RunningNo.Total.Next} will return the last running total value plus one.
Variable | Description |
RunningNo.Total | Returns the value of running total. |
RunningNo.Year | Returns a yearly running total. The value resets annually. |
RunningNo.Month | Returns a monthly running total. The value resets monthly. |
RunningNo.Day | Returns a daily running total. The value resets daily. |
RunningNo.OrgTotal | Returns a running total from all users in the org. |
RunningNo.OrgYear | Returns a yearly running total from all users in the org. The value resets annually. |
RunningNo.OrgMonth | Returns a monthly running total from all users in the org. The value resets monthly. |
RunningNo.OrgDay | Returns a daily running total from all users in the org. The value resets daily. |
Last modified on Jan 23, 2018