Upgrade Notes - Web Software Only

×

Customers utilizing the web software will need to immediately run the following query after publishing 20.0 to their production site:

select * from bdwebcategories wc where wc.code like '%/'

Any webcategories that are returned from this query will need to be fixed by removing the trailing slash from the Code. Our software does not do this automatically because there is the potential of breaking a currently working url if this fix is done before this build is running in production.