Share via


ProjOnAccTrans.initFromProjForecastOnAcc Method

Initializes the appropriate fields of an actual on-account transaction with the values of corresponding fields of the expected on-account transaction passed in as a parameter.

Syntax

public void initFromProjForecastOnAcc(ProjForecastOnAcc _projForecastOnAcc)

Run On

Called

Parameters

  • _projForecastOnAcc
    Type: ProjForecastOnAcc Table
    The expected on-account transaction used to initialize the actual on-account transaction.

Remarks

Fields initialized are TransDate, Description, Amount, CurrencyID, and Dimension. This method also calls ProjOnAccTrans to initialize project related fields that have the field value of the project associated with the transaction.

See Also

Reference

ProjOnAccTrans Table