/
admAppendProjectToCustomFieldConfigurationScheme
admAppendProjectToCustomFieldConfigurationScheme
Description
Appends a project to an existing Configuration Scheme of a Custom field for a given project. The given project should already have a configuration. The project key to be appended should not belong to any config for that field.
Parameters
Return Type
Boolean (true/false)
Returns 'true' if the project was added to the list of projects in the field configuration that already contains the existingProjectKey.
Example
The following line of code will add (append) project "PRJ2" to the custom field configuration for the "CF_CASCADE" field that contains the "PRJ1" project key.
admAppendProjectToCustomFieldConfigurationScheme("CF_CASCADE", "PRJ1", "PRJ2", true);
See also
, multiple selections available,
Related content
admAppendFieldConfigDefaultITMapping
admAppendFieldConfigDefaultITMapping
More like this
admAppendFieldConfigITMapping
admAppendFieldConfigITMapping
More like this
admAssignDefaultFieldConfigSchemeToProject
admAssignDefaultFieldConfigSchemeToProject
More like this
admGetFieldConfigurationScheme
admGetFieldConfigurationScheme
More like this
admAssignFieldConfigSchemeToProject
admAssignFieldConfigSchemeToProject
More like this
admSetFieldConfigurationScheme
admSetFieldConfigurationScheme
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.