Search Results for

    Show / Hide Table of Contents

    Class RankDate

    Specifies a Rank and when it was obtained.

    Inheritance
    System.Object
    RankDate
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class RankDate : Object
    Remarks

    This information is read from CRM_CommissionAssociateValues_COV.

    Constructors

    RankDate()

    Declaration
    public RankDate()

    Properties

    CommissionPeriodId

    Declaration
    public int CommissionPeriodId { get; set; }
    Property Value
    Type Description
    System.Int32

    Period that this rank was obtained in.

    Remarks

    This value refers to a period's record number found in CRM_CommissionPeriods

    Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    The date this Rank was recorded.

    Rank

    Declaration
    public int Rank { get; set; }
    Property Value
    Type Description
    System.Int32

    The Rank achieved.

    Remarks

    This value matches RankId found in CRM_Ranks (Column RankId not recordnumber) and defined in the comp plan.

    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX