Forum Post: RE: How can we use Dynamic Calculation field

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

Godfrey Sorita

Guest
Hi Jigs, I've noticed a few errors from from your code. Please see my comments below: num3 = rbf_getFieldValue("amount'), - change the first double quote into a single quote. - change the comma into a semi-colon. num2 = rbf_getFieldValue('term'), - In getting the value of picklists or radio buttons, I would suggest using the rbf_getPicklistCode API. - Assign numeric radio button option codes to your 'term' field to make rbf_getPicklistCode work. - Make sure to use the 'replace' action when updating the value of your radio button. If you're using Google Chrome as your browser, press F12 and navigate to the console section. It should display the errors in your current page. Kindly also post the error message from the console ,if any, so I can assist you more effectively on this issue. Regards, Godfrey

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