PublicAPI.CRM.Objects.SaleType.IsDirty ELMA API Documentation
Check, if there are unsaved changes in the object
 
 
Syntax

public bool IsDirty(
	SaleType obj
)

Parameters

obj
Type: SaleType
System Object. Object. Access path: PublicAPI.CRM.Objects.SaleType

Return Value

Type: Boolean
true, if there are changes
See Also