How to add 'Active' Field on custom create table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2015 03:14 AM
Hello,
We have created one custom table in the past. That table does not have 'Active' field like we have for other tables like Incident, task or client script etc.
is there any way to add this field now to that table?
Also we are in domain separated environment, so if it is possible to add it? does it have any implications in domain separated environment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2015 09:57 AM
Like it works for client scripts, UI policies etc.
It wont run if active == false
If I add field with name u_active, I don't think it will work or will it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2015 02:41 AM
It is just a flag and it is your custom table . You can use any field to represent inactive tickets... I don't see this being a problem....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2015 08:52 AM
The filters used to be already defined for Active field on several places and those filters will automatically apply on yours new active field too if the back end name of new active field is active (and not u_active).