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.
client server public static DimensionDefault paymentDimension(RetailTerminalId _terminalId)
Run On
CalledParameters
- _terminalId
- Type: RetailTerminalId Extended Data Type
ID of the RetailTerminalTable.TerminalId field.
Show: