RetailCheckList_RetailStoreSetup.find Method [AX 2012]
Finds the record in RetailStoreSetupCheckListStatus table.
Syntax
public boolean find(IdentifierName _name, [ClassDescription _description])
Run On
Client
Parameters
- _name
Type: IdentifierName Extended Data Type
The given value for name.
- _description
Type: ClassDescription Extended Data Type
The given value for description.
Return Value
Type: boolean
true if the record is found in the table RetailStoreSetupCheckListStatus;otherwise false.