Gents, 

Sorry for my delayed response. Thank you for your suggestions. Based on your 
feedback, I made the following changes, and the hook is now working as expected.

Thanks a million!

my $taskstate = $taskEntity->GetFieldValue(state)->GetValue();

    $session->OutputDebugString ("Task's state is $taskstate\n");
     
          next if $taskstate eq "Completed";
      


--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to