📚 SAP Business One SDK Help

SalesOpportunitiesCompetition Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method DeleteDeletes the current line.

Returns a result value that indicates success or failure.

Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CompetitionSets or returns the Competitors Id.

This is a foreign key to the Competitors table (OCMT), which is exposed via the SalesOpportunityCompetitorSetup object.

Field name: CompetId.

Public Property CountReturns the total number of rows in the SalesOpportunitiesCompetition list.
Public Property DetailsSets or returns the details for the sales opportunity competition.

Field name: Details.

Length: 50 characters.

Public Property RowNoReturns the current available row number (starts from 1).

Field name: Line.

Public Property SequenceNoReturns the sales opportunity unique ID (primary key).

Field name: OpportId.

Public Property ThreatLevelThe threat level for a sales opportunity competitor.

Field name: ThreatLevl.

Public Property UserFieldsReturns the UserFields object.
Public Property WonOrLostSets or returns a valid value that determines whether the company won or lost the sales opportunity.

Field name: Won.

Length: 1 character.

See Also