SalesCommission


Description

Represents a commission instance in the Sales Order Processing module for Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

Key

SalesCommissionKey

N/A

N/A

The sales commission key object that uniquely identifies a sales commission.

SalespersonKey

SalespersonKey

N/A

Empty

The salesperson key object that uniquely identifies a salesperson receiving a commission.

SalesTerritoryKey

SalesTerritoryKey

N/A

Empty

The sales territory key object that uniquely identifies a sales territory.

CommissionPercent

Percent

N/A

0

The salesperson's commission percentage or the percentage of each sale the salesperson will receive.

CommissionAmount

MoneyAmount

N/A

0

The commission amount that the salesperson will be paid. This amount may be a negative number if the extended price and unit price on a sales line are negative amounts.

PercentOfSale

Percent

N/A

0

The percentage of the sale that each salesperson's commissions are calculated on. To split a commission, provide the percentage of the sale that should be attributed to each salesperson on the sales document.

CommissionSaleAmount

MoneyAmount

N/A

N/A

The sales amount on which commissions were paid.

NoncommissionedAmount

MoneyAmount

N/A

N/A

The sales amount on which no commissions were paid for the salesperson.

SalesAmount

MoneyAmount

N/A

N/A

The total sales amount.


Inherits from

BusinessObject


Documentation Feedback