Click or drag to resize

CalculatedAttributeExpressionExportToText Method

Exports the values of the CalculatedAttributeExpression to text file format. Returns the exported data as one line.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string ExportToText()

Return Value

Type: String
The data of the object as one line of text export.
See Also