Click or drag to resize

PaymentTransactionSetPosOperator Method

Set the POS operator by using PosLocation and currently logged-in user

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool SetPosOperator(
	string currentUserLogin
)

Parameters

currentUserLogin
Type: SystemString
Login for the current user

Return Value

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