Function Names

An internal function can be a maximum of 42 characters and should be formatted as Ixxxxxx_a, where:

  • I = An internal function

  • xxxxxx = The source file name

  • a = The function description

    Function descriptions can be up to 32 characters in length, and must not contain spaces. Be as descriptive as possible and capitalize the first letter of each word, such as ValidateTransactionCurrencyCode. When possible use the major table name or purpose of the function.

An example of a Function Name is I4100040_CompareDate

Note: Do not use an underscore after I.