ProjBADataDetailsFactsHelper.createNumericFactWithValue Method [AX 2012]
Creates a numeric fact object.
public CLRObject createNumericFactWithValue(
Name _factName,
real _factValue,
[str _numericTypeStr])
Run On
ServerParameters
- _factName
- Type: Name Extended Data Type
Name of the fact.
- _factValue
- Type: real
Value of the fact.
- _numericTypeStr
- Type: str
Type of the numeric fact based on Microsoft.Dynamics.BusinessAnalyzer.Foundation.NumericType enumeration.
Return Value
Type: CLRObject ClassA Microsoft.Dynamics.BusinessAnalyzer.Foundation.BasicDataDetailsNameValuesFact object.
Community Additions
ADD
Show: