Versions Compared

Key

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

...

and as an input file, "updateoptions.txt", that has the following contents:

Code Block
PARENT1
 Child3
 Child2
 CHILD1
Parent2
 Child5
Parent3
 NewChild

Example 1.1. - Updating a Cascading Select Custom Field - Delete missing input options, rename existing input options

...

The resulted field options will now be:

Code Block
PARENT1
 CHILD1
 Child2
 Child3
Parent2
 Child5
Parent3
 NewChild

Example 1 - Updating a Cascading Select Custom Field

...

and as an input file, "updateoptions.txt", that has the following contents:

Code Block
PARENT1
 Child3
 Child2
 CHILD1
Parent2
 Child5
Parent3
 NewChild
Code Block
Option 1
 Child option 1
 Child option 2
Option 2

 Child option 3
 Child option 4

...