BankClientImportFormat_RU.setFieldDateValue Method [AX 2012]

Converts a date that is expressed as a string into a date that is based on the date format, and sets up the date on a payment record.

Syntax

protected void setFieldDateValue(
    Common _rec, 
    FieldId _fieldId, 
    str _fldValue)

Run On

Called

Parameters

  • _fldValue
    Type: str
    The date as a string.

See Also

Reference

BankClientImportFormat_RU Class