New Task Status (Requested/Checklist)

Discussions related to custom development with Select.
Post Reply
lsinn
Posts: 4
Joined: Wed Jul 03, 2019 2:08 pm

New Task Status (Requested/Checklist)

Post by lsinn »

Is there a way to add a new task status? We would like to add a "Rejected" status and proceeded to do this in our DEV environment by adding it to the zref.TaskStatusType table on the database, and after restarting the DEV midtier the change did not become effective. Are there other steps to take in order to do this ? Thank you!
Attachments
Capture.JPG
Capture.JPG (52.59 KiB) Viewed 2867 times
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: New Task Status (Requested/Checklist)

Post by BobRichards »

Sorry but you cannot add items to this list nor should you alter this list.

The values in it reflect the values of the C# enumeration "TaskStatusType" defined in Select code. You can look up this enum in the SDK help file. The values are in the zref table only to facilitate reports looking up the values. Please do not alter this table.
Bob Richards, Senior Software Developer, SoftPro
lsinn
Posts: 4
Joined: Wed Jul 03, 2019 2:08 pm

Re: New Task Status (Requested/Checklist)

Post by lsinn »

Thank you!
Post Reply