Hi,
I am trying to create a script that is executed when some custom fields of an Asset are edited, but without success so far.
Are there any examples of scripts for assets, that I could start from?
I have used the fowling to test my script:
$RT::Logger->info(" my script is called ");
return 1;
I can execute a similar script for tickets but can't for assets. Any help?