Global::pmfTableHasChanged Method [AX 2012]

Check if any field value of a record has changed

Syntax

client server public static boolean pmfTableHasChanged(Common _common)

Run On

Called

Parameters

Return Value

Type: boolean
true, if any field value has changed false otherwise

Remarks

All fields, that have base types less than 7 will be checked; all other fields will NOT be checked.

See Also

Reference

Global Class