Share via


ProjPost.projTransCreate Method [AX 2012]

Allows for extensibility in creating a transaction posting. The method contains no code.

Syntax

public void projTransCreate()

Run On

Server

Remarks

This method is called by the postTrans method before the ledgerTransActionsCreate method when the parmCreateTrans method is true.

See Also

ProjPost Class

ProjPost.postTrans Method

ProjPost.ledgerTransActionsCreate Method