SpecTransManager.delete Method [AX 2012]

Deletes the SpecTrans record from the database.

Syntax

public void delete(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

Remarks

This method replaces the deleteRef method on the Specification class.

See Also

Reference

SpecTransManager Class