Skip to end of banner
Go to start of banner

admGetAllFieldConfigSchemes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

We've encountered an issue exporting this macro. Please try exporting this page again later.

Description

Retrieves all field configuration schemes.

Return Type

JFieldConfgurationScheme []

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.

  • No labels