Renaming Programs

To rename a program:

  1. Select File, Rename.

  2. In the Rename dialog box, make sure that App Engine Program appears as the definition type.

  3. In the box that contains your search results, click the program that you want to rename.

  4. Click Rename.

  5. Place the cursor in the box that appears around the highlighted program name.

  6. Enter a new name for the program.

  7. Click Rename again and respond appropriately in the Confirm Rename dialog box.

    Note:

    The system automatically modifies all static references in other programs to the renamed program. For instance, if you call the renamed program from another Application Engine program, the Call Section action in the calling program is modified to reflect the new program name. All sections and steps are saved under the new name. Only one occurrence of a program name can exist for a given database.

    Note:

    If the renamed program is called in a dynamic Do action, then the reference is not modified automatically. You should manually check and modify any embedded references to the new program name in CallAppEngine or other PeopleCode functions.