Script Error

Script Error

The following fails to compile:

  1. fetchedNotices  =  Notices  [Violation_ID == input.ID];
  2. input.Resolution = (fetchedNotices.count()).toString();

Error at line number : 20 
Form 'fetchedNotices' does not exist in this application

If I remove the parentheses that were added by the system and use:

  1. input.Resolution = fetchedNotices.count().toString();

it works just fine.
 
Bruce "Speedy G" Peaslee
The World's Fastest Programmer