Radio Buttions field updation is not working

Posted by Sudhakar on 16-Oct-2014 13:15

PFA doc.
Kindly help us.
[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/25/accounting.docx:550:0]

All Replies

Posted by Godfrey Sorita on 16-Oct-2014 13:47

Hi Sudhakar,

Your triggers are not updating because the first if statement will always return false. When the token is parsed in Rollbase, it is treated as string because of the single quotes. Please remove the single quote so that it would be treated as an integer.

Also, the succeeding if statements uses "=". You should use "==" when comparing values in JavaScript.

Regards,

Godfrey

Posted by Sudhakar on 16-Oct-2014 15:04

ohhh  basic thing i forgot.thanks [mention:9c7be15f444c42e4809af5b84a23adff:e9ed411860ed4f2ba0265705b8793d05]

This thread is closed