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
Syntaxpublic bool FillFiscalSalesNumber(
User user
)
Public Function FillFiscalSalesNumber (
user As User
) As Boolean
public:
bool FillFiscalSalesNumber(
User^ user
)
member FillFiscalSalesNumber :
user : User -> bool
Parameters
- user
- Type: Aloe.EnterpriseOne.Model.Systems.SecurityUser
Return Value
Type:
BooleanTrue if there are changes to be saved - also - any erorrs
Remarks
You must save the transaction yourself
See Also