Forum Post: RE: Trigger wont validate

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
G

Godfrey Sorita

Guest
I was able to reproduce the issue on updateRecord which does not save the value of the picklist fields. The solution is to parse the value into integer so the value will be saved. For example: arr['toRelationship'] = parseInt( currentRecord[0][4] ); or arr['toRelationship'] = {!fromRelationship#id}; I can't reproduce the issue when validating the trigger, though. May I know what version are you using?

Continue reading...
 
Status
Not open for further replies.
Back
Top