ITEMPROP Function

This function checks a memo field for PropertyID and returns the associated value if found.

ITEMPROP("ObjectType",<"ObjectID">,"PropertyID")

Where

ObjectType is "D", "A", "M", or "0"-"9" inclusive, depending if you are checking a document, account, map number, or group number respectively.

ObjectID is an optional argument to specify the document, account, map, or group to check. If this argument is not entered, the current record is used.

PropertyID is the value to search for.

Related Topics