Share via


ConceptMainAccount_MX.checkMarked Method [AX 2012]

Checks whether the main account is marked for another concept category.

Syntax

public boolean checkMarked(
    RefRecId _mainAccountRecID, 
    RecId _isrConceptRecId, 
    NoYes _noYes)

Run On

Called

Parameters

Return Value

Type: boolean
true if any account is not marked for concept category; otherwise, false.

Remarks

If the main account is already marked for another concept category it will throw a warning message.

See Also

Reference

ConceptMainAccount_MX Class