Share via


RetailPeriodicDiscount.startingDate Method

Sets the starting date for the discount.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public RetailStartingDate startingDate(
            boolean _set, 
            RetailPeriodicDiscount _discountOfferTable, 
            RetailStartingDate _startingDate)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public RetailStartingDate startingDate(
            boolean _set, 
            RetailPeriodicDiscount _discountOfferTable, 
            RetailStartingDate _startingDate)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          edit RetailStartingDate startingDate(
            boolean _set, 
            RetailPeriodicDiscount _discountOfferTable, 
            RetailStartingDate _startingDate)

Run On

Called

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether to set the starting date.

Return Value

Type: RetailStartingDate Extended Data Type
The starting date of the discount.

See Also

Reference

RetailPeriodicDiscount Table