Share via


SysComparableTmpText::newText Method

Creates a record in the SysComparableTmpText table.

Syntax

client server public static SysComparableTmpText newText(
    str _text, 
   [str _heading, 
    int _type, 
    boolean _supportWhiteSpace, 
    boolean _alternatingLines, 
    boolean _isSubNodes, 
    boolean _supportPartialDelete, 
    boolean _supportPartialInsert, 
    boolean _supportCompleteDelete, 
    boolean _supportCompleteInsert])

Run On

Called

Parameters

  • _text
    Type: str
  • _heading
    Type: str
  • _type
    Type: int
  • _supportPartialDelete
    Type: boolean
  • _supportPartialInsert
    Type: boolean
  • _supportCompleteDelete
    Type: boolean
  • _supportCompleteInsert
    Type: boolean

Return Value

Type: SysComparableTmpText Table
A record in the table that contains fields set to the values specified as parameters.

Remarks

The record that is created is used by the comparison functionality in Microsoft Dynamics AX. The SysComparable.comparableTextList method should return a list of these records. Each record contains a comparable text and a set of attributes defining how the text should be visualized and which merging capabilities it supports. The record is never inserted.

See Also

Reference

SysComparableTmpText Table