Skip to main content
Participant
March 5, 2019
Answered

Field Notations

  • March 5, 2019
  • 1 reply
  • 491 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.
Correct answer try67

That means you didn't enter the correct field name. Make sure you enter

spaces and upper/lower-case letters exactly as they appear in the Fields

List.

Stick with the custom calculation script, though. It's the better option.

1 reply

try67
Community Expert
Community Expert
March 5, 2019

Either one should have worked... Are there any error messages in the JS Console (Ctrl+J)?

escherAuthor
Participant
March 5, 2019

Hi,

I have:

TypeError: f is null

1051:byteCodeTool

and

TypeError: getField(…) is null

1:Field:Calculate

I have no idea what this means. What do I need to do?

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 5, 2019

That means you didn't enter the correct field name. Make sure you enter

spaces and upper/lower-case letters exactly as they appear in the Fields

List.

Stick with the custom calculation script, though. It's the better option.