EcoResTrackingDimensionGroupFldSetup.allowEditAllowBlankReceipt Method
Indicates whether the IsAllowBlankReceiptEnabled field can be edited for a dimension.
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 boolean allowEditAllowBlankReceipt([EcoResTrackingDimensionGroup _trackingDimensionGroup])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean allowEditAllowBlankReceipt()
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean allowEditAllowBlankReceipt()
Microsoft Dynamics AX 2012 (FPK)
public boolean allowEditAllowBlankReceipt()
Microsoft Dynamics AX 2012 (SYS)
public boolean allowEditAllowBlankReceipt()
Run On
ClientOrServer
Parameters
- _trackingDimensionGroup
Type: EcoResTrackingDimensionGroup Table
Return Value
Type: boolean
true if the field can be edited; otherwise, false.