Click or drag to resize

SalesOrderFillFiscalSalesNumber Method (User)

Sets the Fiscal Sales Number (FSN). The function checks for connected fiscal printer and fills in the required POS attributes (if they have default values). It is executed only if there is no value for FSN.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool FillFiscalSalesNumber(
	User user
)

Parameters

user
Type: Aloe.EnterpriseOne.Model.Systems.SecurityUser

Return Value

Type: Boolean
True if there are changes to be saved - also - any erorrs
Remarks
You must save the transaction yourself
See Also