InformationRegisterRecordManager.<Information register name>.Modified

Syntax:

Modified()

Returned value:

Type: Boolean.
True indicates the object was changed; otherwise it is False.

Description:

Defines whether the object is modified compared with the previously read values.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

The method does not allow you to determine whether the corresponding record was changed by other users.

Example:

If Rate.Modified() Then
    Rate.Write();
EndIf
;


    

1C:Enterprise Developer's Community