Autocapitalisation on products

Hi everyone,
In the Products Name field, the autocapitalisation rules are applied. We use upper case only in this particular field. Is it possible to change our own configuration so autocaps rules don't apply here?

Matt C

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Autocapitalisation on

Sure. Replace the propercase assertion on the product name node with uppercase.

E.g:

<node name="name" path="/name" type="java.lang.String" minCardinality="1">
    <assertion name="uppercase"/>
</node>

-Tim

Autocaps

Thanks Tim.

Done and it works a treat!

Matt C

Syndicate content