User bio
404 bio not found
Member since Feb 4, 2016
Posts:
Replies:

I tried your first example and entered exactly "How to copy all routines from namespace ABC to namespace XYZ?" and got back 

https://docs.intersystems.com/iris20261/csp/docbook/DocBook.UI.Page.cls…).

2. **Import routines into namespace XYZ**:
- Switch to namespace XYZ in the Management Portal.
- On the Routines page, click the Import button to open the Import Routines wizard.
- Choose the file where you exported the routines and select or clear options for compiling imported items as needed.
- Start the import process. Ensure to specify any compile flags if necessary [[1]](https://docs.intersystems.com/iris20261/csp/docbook/DocBook.UI.Page.cls…).

This process allows you to transfer routines between namespaces using the import/export mechanism. After importation, remember to compile the routines in the new namespace to make them executable.">

To copy all routines from namespace ABC to namespace XYZ, you need to export the routines from the source namespace and then import them into the target namespace using the Management Portal. Here are the steps:

  1. Export routines from namespace ABC:
    • Navigate to the Management Portal and go to the Routines page (System Explorer > Routines).
    • Select all routines you want to export by checking their boxes.
    • Click the Export button to open the Export Routines wizard.
    • Specify the file name and location for the export file. Ensure you select the appropriate options, such as exporting the routines in XML format, if required [1].
  2. Import routines into namespace XYZ:
    • Switch to namespace XYZ in the Management Portal.
    • On the Routines page, click the Import button to open the Import Routines wizard.
    • Choose the file where you exported the routines and select or clear options for compiling imported items as needed.
    • Start the import process. Ensure to specify any compile flags if necessary [1].

This process allows you to transfer routines between namespaces using the import/export mechanism. After importation, remember to compile the routines in the new namespace to make them executable.

Assistant says:

Sources

Using the Routines Page > Introduction to the Routines Page

seems reasonable... maybe I'm not understanding your issue

do we have to sign up for the session/lunch or just show up.. in either case I plan to be there.

The Whole Record/Composite View is controled by Composite Record Definition  which controls 

  • which fields are used to make the Whole Record
  • how the data is populated for each field using 

The composite Record Definition includes the method 

classmethod displayResults(nobjArray, meta, metaStatic)

 

which you may find useful to change the meta data/field labels of your choice.  While this isnt formal localization you may find you can accompilsh your goal in this method.

Certifications & Credly badges:
Followers:
Following:
Stephen has not followed anybody yet.