AddComment
Zastosowanie
Dodaje komentarz do aktualnej sprawy.
Składnia
AddComment("commentMessage")
Argumenty
- commentMessage – (String) The comment text to be added.
Zwracana wartość
This function returns Boolean.
This function always returns true
Elementy powiązane
Przykłady
Przykład 1:
This will add comment that will also include value of string stored in [Customer] field.
AddComment( "Customer "+[Customer]+ " notified" );