MyChat Scripts: function mKanbanGetStageNameByID — get the stage name by its ID
Get the Kanban board stage name by its ID.
Syntax
function mKanbanGetStageNameByID(const iStageID: integer): string;
Parameters and return values
Parameter |
Type |
Value |
iStageID |
integer |
project stage ID, number. |
Function result
Project stage name, text string. If the stage number is incorrect, the function returns an empty string.