Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.6.3.

Syntax

admUpdateCustomFieldOptions(fieldName, pathToFile, charset, actionForOldFieldValues, actionForExistingFieldValues, projectKeys, issueTypes, useDefaultScheme, reorder, updateExistingOptionsValues, applyActionsOnParentOptions)

...

The resulted field options will now be:

PARENT1 CHILD1
Code Block
Parent3
 NewChild

But in the database, the values will be

Code Block
Parent1(disabled)
 Child1(disabled)
 Child2(disabled)
 Child3
Parent2(disabled)
 Child4
 Child5
Parent3
 NewChild

Option "Parent2 - Child4" is going to be removed, because the actionForOldFieldValues parameter is "DELETE".

...