getRelatedCapsByAddress

Version

1.4

Parameters

Parameter Type Description
ats string Four level application type. Must contain 3 slash (/) characters. Do not add spaces before or after slashes. You can use the asterisk (*) as a wildcard to match all entries for a given level.

Returns

Returns all records having the same address as the current record and whose record type matches ats, as an array of record ID objects. If the function does not find any related records, the function does not return any value.

Notes

The function matches addresses by Street # (start), Street Name, Street Direction, and Street Suffix. The function does not include the current record in the returned array. Retrieve records do not have to be a parent or child of the current record.