 |
SalesTargetItemSalesTeamID Property |
Unique identifier used to specify Sales team.Set Sales team ID to -1 if it doesn't associate to any sale team.
Created in Epic SDK 2014.
Namespace:
ASI.TAM.API.Data.UI.Account.Common
Assembly:
ASI.TAM.API.Data.UI.Account.Common (in ASI.TAM.API.Data.UI.Account.Common.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> SalesTeamID { get; set; }
Public Property SalesTeamID As Nullable(Of Integer)
Get
Set
Dim instance As SalesTargetItem
Dim value As Nullable(Of Integer)
value = instance.SalesTeamID
instance.SalesTeamID = value
Property Value
Type:
NullableInt32
SalesTeamID As Integer?.
Remarks Note |
---|
- Name - SalesTeamID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
|
See Also