Share via


ProjPostCostTransCost.projTransUpdate Method [AX 2012]

Executes when a transaction posting is created.

Syntax

public void projTransUpdate()

Run On

Server

Remarks

This method allows for extensibility in creating a transaction posting. It contains no code.

This method is called by the postTrans method after the ledgerTransActionsCreate method when the parmUpdateTrans method returns true.

See Also

Reference

ProjPostCostTransCost Class