📚 SAP Business One SDK Help

SalesOpportunitiesInterests 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 CountReturns the total rows in the SalesOpportunitiesInterests list.
Public Property InterestIdSets or returns the interest ID.

This is a foreign key to the Interest table (OOIN), which is exposed via the SalesOpportunityInterestsSetupService object.

Field name: IntId.

Public Property PrimaryInterestSets or returns a valid value of BoYesNoEnum type that specifies whether or not the sales opportunity interset is primary.

Field name: Prmry.

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

Field name: Line.

Returns the current available row number (starts from 1).

Field name: Line_ID.

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

Field name: OpportId.

Public Property UserFieldsReturns the UserFields object.

See Also