TargetUpdateQuoteClose.QuoteClose Field
Specifies the quote close activity entity.
Syntax
[Visual Basic .NET]
Public Field QuoteClose As quoteclose
[C#]
public quoteclose QuoteClose;
[JScript]
public var QuoteClose : quoteclose;
Remarks
To update fields in a quote close activity, create an instance of the quoteclose class and set the fields that you wish to update. Only those fields that are set will be updated in the database.
See Also