Share via


InventMov_Purch.canUserCreateAssetAcquisition Method [AX 2012]

Checks whether the user can create an asset acquisition transaction.

Syntax

protected boolean canUserCreateAssetAcquisition()

Run On

Called

Return Value

Type: boolean
true if the user can create an asset acquisition transaction; otherwise, false.

Remarks

A user can create an asset acquisition if the following criteria are met:

  • The AssetAllowAcqPostingPO value of the AssetParamters table is set to true.

  • The user is a member of a group that can post asset transactions.

See Also

Reference

InventMov_Purch Class