Trying to update Long Text field from a string in Groovy scripting
Summary:
We have a long text field on the Activity Object.
We want to set this field in Groovy scripting.
We get the error
Cannot assign value of type java.lang.String to variable of type oracle.jbo.domain.ClobDomain
we have tried various approaches without success...
**** Code sample *****
def hash = 'this is the hash string'
Hash_c = hash
**** Error *****
Cannot assign value of type java.lang.String to variable of type oracle.jbo.domain.ClobDomain
Tagged:
0