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

Help with script to change value based on date field.

New Here ,
May 14, 2019 May 14, 2019

Copy link to clipboard

Copied

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

Views

281

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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