Skip to content

KVSFCYEDOrderLines#

Procedures#

GetRecordsChanged() : Boolean#

Summary: Returns whether any records have been changed in the E+D Order Lines page. This function provides a way to check if modifications have been made to production order lines, enabling calling code to determine if refresh or update operations are needed. The flag is set during insert, modify, or delete operations on the lines.

procedure GetRecordsChanged(): Boolean

Returns: True if records have been changed (inserted, modified, or deleted); otherwise false.