Hello,
I want to set the installation date (a dynamic date or date/time field) automatically or at least force the agent to enter it, when the ticket is moved from the state 'ready for installation' to 'done'.
Is this possible without having to write PERL code?
When yes, how can I accomplish this?
Thanks in advance.
Set Installation Date automatically
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Set Installation Date automatically
The timestamp of the article would be, theoretically, the value you seek.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Set Installation Date automatically
No, we want a second timestamp as a dynamic field so you can directly search for it.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Set Installation Date automatically
I can search for state=done and return the timestamp of the article or even within a range if I search for articles. But no, unless you want javascript to check the box on change of state.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Set Installation Date automatically
thanks a lot...