- Log in to post comments
User bio
404 bio not found
Member since Feb 4, 2016
Posts:
Replies:
do we have to sign up for the session/lunch or just show up.. in either case I plan to be there.
- Log in to post comments
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
-
A Composite Record definition can contain several kinds of elements, including:
-
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.
- Log in to post comments
Certifications & Credly badges:
Followers:
Following:
Stephen has not followed anybody yet.
I tried your first example and entered exactly "How to copy all routines from namespace ABC to namespace XYZ?" and got back
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:
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