Share via


RetailTransactionServiceTransactions::paymentDimension Method [AX 2012]

Method checks for the record in RetailTerminalTable. If the dimension exist for field RetailTerminalTable.Dimensions then paymentDimensionis initialized with RetailTerminalTable.Dimensions; else method checks for the record in RetailStoreTable and if the record exist and the value in RetailStoreTable.dimension then paymentDimension is initialized with RetailStoreTable.dimension.

Syntax

client server public static DimensionDefault paymentDimension(RetailTerminalId _terminalId)

Run On

Called

Parameters

Return Value

Type: DimensionDefault Extended Data Type
paymentDimension

See Also

Reference

RetailTransactionServiceTransactions Class