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 the example below, the National Accounts will only be set to National.

 

 REPLACE(“Accounts”,””)

 

REPLACE         = the function

First “”               = The string to replace

,                        = Separator first and second string

Second “”          = Replace With