Example
A conversion get hook for an itemCode attribute can contain the following:
o.itemCodeAttribute = toupper$(i.itemCodeImplementation)
return(0) | OK
And the corresponding conversion set hook can contain:
o.itemCodeImplementation = tolower$(i.itemCodeAttribute)
return(0) | OK