Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Help with script to change value based on date field.

New Here ,
May 14, 2019 May 14, 2019

var tot1 = this.getField("60Pg1Sum").value
var date60 = this.getfield("60DaysReady").value

if (date60 == "") event.value="666";
else event.value=tot1;

Altered title to make it more readable - edited by: Malcolm Thomson

TOPICS
Acrobat SDK and JavaScript , Windows
407
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 14, 2019 May 14, 2019
LATEST

Check the JS Console. You have an error in your code and it should report it...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines