Skip to main content
Participant
March 5, 2019
Question

Field Notations in Forms

  • March 5, 2019
  • 1 reply
  • 330 views

I have used the Simple field notation: TotalListPrice-Discount. Nothing shows up in the Net Before Tax Field.

I have also tried   event.value=this.getField("TotalListPrice").value-this.getField("Discount").value;   and nothing works.

What am I missing? I do not know anything about Java script.

Thanks

This topic has been closed for replies.

1 reply

Inspiring
March 6, 2019

Duplicate post. Error in field name used in the script to create the field object.