ProjBADataDetailsFactsHelper.createTextFactwithValue Method [AX 2012]
Creates a text fact object.
public CLRObject createTextFactwithValue(
Name _factName,
str _factValue,
[str _linkUri])
Run On
ServerParameters
- _factName
- Type: Name Extended Data Type
Name of the fact.
- _factValue
- Type: str
Value of the fact.
- _linkUri
- Type: str
Value for the link uri.
Return Value
Type: CLRObject ClassA Microsoft.Dynamics.BusinessAnalyzer.Foundation.BasicDataDetailsTextFactValue object.
Community Additions
ADD
Show: