List layouts and fields for specified file. Option to limit to match by field name.
Sample Input:
Example 1:
cfLayoutLister( "Contacts"; 1; "Name*"; ""; "")
Example 2:
cfLayoutLister( "Contacts"; 1; "Name*"; "x"; "Layouts where name field exists:")
Sample Output:
Example 1
Data Entry
city
groupID
kp_CustomerID
nameFirst
State
street
ZIP
List View
city
Contacts_SameGroup::city
Contacts_SameGroup::nameFirst
kp_CustomerID
nameFirst
Example 2
Layouts where name field exists:
Data Entry
List View
Description:
List layouts and fields. You may specify file or leave blank for current file. You may specify field name and only layouts containing this field will be returned; together with the list of all fields on that layout. If you enter any value in "onlyLayouts" then the field list is not returned, only layout names. Some degree of "wild card" support is provided. So you could enter "Items::*" and all layouts showing related fields such as Line Items::Qty, Line Items::Price; PO Items::Qty etc will be returned. Requires Quicksort custom function but that part can be easily removed.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
Find the closest locations by zip code using FileMaker. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here