0
Help with script to change value based on date field.
New Here
,
/t5/acrobat-sdk-discussions/help-with-script-to-change-value-based-on-date-field/td-p/10513668
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/help-with-script-to-change-value-based-on-date-field/m-p/10513669#M12651
May 14, 2019
May 14, 2019
Copy link to clipboard
Copied
Check the JS Console. You have an error in your code and it should report it...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

