ManagedForm.RepresentDataChange

Syntax:

RepresentDataChange(<Reference>, <ChangeType>)

Parameters:

<Reference> (required)

Changed value reference or record key.

<ChangeType> (required)

Type: DataChangeType.
Type of the data change performed.

Description:

Reflects data change.
Notifies all the dynamic lists that a change has occurred.
If data were added or changed, the user is notified by a popup window.

Availability:

Thin client, web-client, thick client.
Calling the method executes a server call.

Note:

If data are added or modified, then method call clears the cache at client. In particular, the following are cleared: cache of reference presentations, cache of data after point, cache of quick choice data, cache of restrictions by type. Only data which became invalid is deleted.

    

1C:Enterprise Developer's Community