Field case conversion?

If you need help on how to use the program
Post Reply
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

Field case conversion?

Post by daws0n »

I would like to convert a custom field I've made from mixed case to lower case across my catalog.

Is this possible to do this via scripting?

Thanks
daws0n
Posts: 53
Joined: 2005-02-04 13:53:18

Re: Field case conversion?

Post by daws0n »

Ok looks like I've found a solution

setCustomField('CustomUrl', AnsiLowerCase(GetCustomField('CustomUrl')))
Post Reply