ProductTypeIsFixedAsset Property |
True when assets are acquired or retired when products from this type are purchased or sold. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsFixedAsset { get; set; }
Public Property IsFixedAsset As Boolean
Get
Set
public:
property bool IsFixedAsset {
bool get ();
void set (bool value);
}
member IsFixedAsset : bool with get, set
Property Value
Type:
Boolean
See Also