Page 1 of 1

New Task Status (Requested/Checklist)

Posted: Sat Feb 18, 2023 2:44 pm
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!

Re: New Task Status (Requested/Checklist)

Posted: Mon Feb 20, 2023 11:28 am
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.

Re: New Task Status (Requested/Checklist)

Posted: Mon Feb 20, 2023 2:00 pm
by lsinn
Thank you!