Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

I am trying to validate two date fields on a custom expense report prior to allowing someone to sign the document digitally.

$
0
0

"WeekEnding" Date/Time Field

"Signature" Signature Field

"Date" Date/Time Field

 

I am inputting this into both the initialize and calculate fields for the Signature object:

 

If(WeekEnding.rawValue != null && Date.rawValue != null){

    this.access="open";

}else{

    this.access="readOnly";

}


Viewing all articles
Browse latest Browse all 5571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>