Hi folks,
In reviewing our merge procedures (both business and SQL) I find that our version of LP_CONST_MERGE references a local function called LF_StripCharacters - our database doesn't have this function, so some of our merges are failing.
Does anyone else have a copy/version they'd let me have?
Martin
What is it supposed to do? Can you provide some example of how it's used? That could help figure out if it's a scalar function or table valued, what the parameters are supposed to be, and what the output should look like.