RetailProductUpdater.canOverride Method [AX 2012]
Indicates whether the attribute of the product should be set.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
protected boolean canOverride(
boolean _shouldBeSet,
anytype _currentValue,
[anytype _originalValue])
Microsoft Dynamics AX 2012 R2 (SYS)
protected boolean canOverride(
boolean _shouldBeSet,
anytype _currentValue,
[anytype _originalValue])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private boolean canOverride(
boolean _shouldBeSet,
anytype _currentValue,
[anytype _originalValue])
Run On
CalledCommunity Additions
ADD
Show:
Note