Share via


TaxReport770Writer_IT.validateWriteNonPos Method [AX 2012]

Validates if the non-positional field should be written.

Syntax

public boolean validateWriteNonPos(anytype _value, TaxReportFieldFormat_IT _format)

Run On

Called

Parameters

  • _value
    Type: anytype
    The unformatted value of new field.

Return Value

Type: boolean
true, if the _format can be applied to _value and can produce a valid field value.

See Also

Reference

TaxReport770Writer_IT Class