PublicAPI.CRM.Objects.Product.LoadOrNull ELMA API Documentation
Load by ID. If not found, null is returned
 
 
Syntax

public Product LoadOrNull(
	long id
)

Return Value

Type: Product
System Object or null
Remarks

How to find an object ID
See Also