Print

FieldValueChanged

Check if value of specified changed compared to value in database.

Syntax

FieldValueChanged("fieldName");

Function arguments

  • fieldName – (String) Name of the case field to check.

Return value

This function returns Boolean.
This function always returns true

Examples

Example 1:
If value in field Ammount changes then system display specified message.

if(FieldValueChanged("Ammount"))
{
ShowMessage(2,"Ammount value changes!");
}
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?