Syntax | admGetFieldConfigScheme(name, id) | Package | adm |
Alias |
| Pkg Usage | fieldConfigScheme(name, id) |
Retrieves a specific field configuration scheme.
Parameter name | Type | Required | Description |
---|---|---|---|
name | string | Yes | The name of the scheme. |
id | integer | Yes | The ID of the scheme. |
JFieldConfigurationScheme fcScheme = admGetfieldConfigScheme("Default Field Config Scheme", 11000);
runnerLog("Id: " + fcScheme.id);
runnerLog("Name: " + fcScheme.name);
runnerLog("Description: " + fcScheme.description );
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.