getModifiedAttributePathsNewEntry script operation

Returns the paths of all attributes in the given location that (1) are present in both the old entry and the new entry from which this EntryChangedData object was created, and (2) contain different data in the old and new entries. It is possible for an attribute to have different attribute paths across the old entry and the new entry, for example because a multi-occurrence sibling has been deleted. In this case, we return the attribute path for the new entry. If LOCATION is not specified or is null, then the comparison is done for global attributes.

Format: ObjectOriented

Type: method

Syntax

String[] EntryChangedData::getModifiedAttributePathsNewEntry([Category location])

Parameters

Type Name Description Is required? Is array?
EntryChangedData operatesOn The EntryChangedData object that contains the entry changes. true false
Category location The locations that are to be checked for values being changed. false false

Return values

Return value: String

Is array: true