Creating custom validation script
hi all,
looking code following:
want create custom validation script complete calculation if multiple fields (in case, entire column) have been filled in. otherwise, return "missing data".
only calculate if: fields complete
if not: return "missing data"
any great.
thanks
you should use custom calculation script instead. didn't calculation want perform is, won't suggest specific code, can value of each of input fields strings using valueasstring field property. if none equal empty string, go ahead calculation , assign value of field result.
More discussions in JavaScript
adobe
Comments
Post a Comment