PaymentTransactionSetPosOperatorForCurrentUser 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
Syntaxpublic bool SetPosOperatorForCurrentUser()
Public Function SetPosOperatorForCurrentUser As Boolean
public:
bool SetPosOperatorForCurrentUser()
member SetPosOperatorForCurrentUser : unit -> bool
Return Value
Type:
BooleanTrue if there are changes to be saved - also - any erorrs
Remarks
You must save the transaction yourself
See Also