/
Enable Replace Function for Dynamic Custom Descriptions

Enable Replace Function for Dynamic Custom Descriptions

In order to be more flexible with custom description the Replace function on the custom description can be used. The replace function has 2 parameters: Replace(StringToReplace, ReplaceWith)
For the second parameter also empty strings are possible.

The replace function can be used to replace a part of the description. As example an account with description "National Accounts" will be set to "National" with the following function:

REPLACE(“Accounts”,””).


REPLACE         = the function

First “”               = The string to replace

,                        = Separator first and second string

Second “”          = Replace With