Object Event Handler Error
Content
Hello all,
I am sorry for the spam but I am trying to update an object event handler to do a very small modification on the code but when I try to test the script I get the error in the attached image about a mismatch of the version in the header and the version that the code uses inside the script.
Any help will be highly appreciated!
Thank you in advance,
Christina
Code Snippet
<?php /* * CPMObjectEventHandler: test_chris * Package: RN * Objects: Incident * Actions: Update * Version: 1.2 */ use \RightNow\Connect\v1_2 as RNCPHP; use \RightNow\CPM\v1 as RNCPM; class test_chris implements RNCPM\ObjectEventHandler { public static function apply( $run_mode, $action, $obj, $n_cycles )
0