logo

New Response

« Return to the main article

You are replying to:

  1. The reason for the scheduled agent not working is the if statement - the string Object needs an equals or compareTo to test equality rather than ==. So:

    (vNotesDocument.getItemValueString("Status").equals("0") )

    should return true.

    Otherwise great App! Has saved me alot of time and headache after some rash promises....keep them coming!

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: