We've encountered an issue exporting this macro. Please try exporting this page again later.
Description
Retrieves all field configuration schemes.
Return Type
Example
JFieldConfigurationScheme [] allFcSchemes = admGetAllFieldConfigurationSchemes(); for(JFieldConfigurationScheme fcs in allFcSchemes) { runnerLog("Id: " + fcs.id); runnerLog("Name: " + fcs.name); }
See also
Filter by label
There are no items with the selected labels at this time.