[rt-users] Asset for RT 1.0.2 and rt-crontool
Alex Vandiver
alexmv at bestpractical.com
Mon Mar 2 13:03:46 EST 2015
On Mon, 2 Mar 2015 19:46:36 +0300 "Andrey K" <ak7 at rambler.ru> wrote:
> Is it possible to use rt-crontool to change a status of an asset depend on it's custom field?
> I'd like to create "Expiration data" custom field to change status of assets if data expired.
Assets doesn't have support for triggered actions (scrips) yet. You
can override the AddCustomFieldValue method on RT::Asset to accomplish
this manually.
- Alex
More information about the rt-users
mailing list