Show / Hide Table of Contents

Interface ISaleInfo3

Interface providing information about a sale with extra and udef fields in custom fields info

Inherited Members
ISaleInfo2.PublishActiveDate
ISaleInfo2.Source
ISaleInfo2.HasGuide
ISaleInfo2.HasStakeHolders
ISaleInfo2.Earning
ISaleInfo2.EarningPercent
ISaleInfo2.Cost
ISaleInfo2.SaleText
ISaleInfo2.Registered
ISaleInfo2.AssociateId
ISaleInfo2.CreatedAssociate
ISaleInfo.GetUserDefinedDecimal(int)
ISaleInfo.GetUserDefinedInt(int)
ISaleInfo.GetUserDefinedString(int)
ISaleInfo.GetUserDefinedDecimal(string)
ISaleInfo.GetUserDefinedInt(string)
ISaleInfo.GetUserDefinedString(string)
ISaleInfo.SaleId
ISaleInfo.Associate
ISaleInfo.Number
ISaleInfo.Title
ISaleInfo.Amount
ISaleInfo.Currency
ISaleInfo.PublishStartDate
ISaleInfo.PublishEndDate
ISaleInfo.Type
ISaleInfo.Stage
ISaleInfo.Credited
ISaleInfo.Competitor
ISaleInfo.Probability
ISaleInfo.NextDueDate
ISaleInfo.Reason
ISaleInfo.SaleDate
ISaleInfo.Status
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface ISaleInfo3 : ISaleInfo2, ISaleInfo

Properties

CustomFields

UDef fields and extra field values encoded as strings: "x_foo" = "[I:123]", "SuperOffice:1" = "[F:34.56]"

Declaration
Dictionary<string, string> CustomFields { get; }
Property Value
Type Description
Dictionary<string, string>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top