Skip to content

MobileCRM.ObservableObject

rescocrm edited this page Sep 27, 2021 · 4 revisions

MobileCRM.ObservableObject Object

Represents a generic object which is monitoring the changes of its properties.

Properties

Property Type Description

Methods

Method Description
constructor Constructs an instance of MobileCRM.ObservableObject object.
addProp Creates a new observable property for this object
getChanged Creates a clone of this object containing all properties that were changed since object construction.
runCallback Invokes callback passing this instance of ObservableObject as argument.
setTypedValue [v8.0] Sets the explicitly typed value for specified property.
Clone this wiki locally