- 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
@Brett Saviano Is there something needed to enable Show Plan. I checked my extensions and none of them say I need updating. Additionally while it is great to have the action to Show Plan for a class query, InterSystems Studio allowed us to select any text-Right Click-Show Plan. This is useful when either you have a Dynamic SQL statement inside of a method or you are using embedded SQL with or without a cursor such as
&SQL(DECLARE Loop CURSOR FOR
SELECT %Id,Super
INTO :tClass,:tSuper
FROM %Dictionary.CompiledClass
WHERE %Id %STARTSWITH :Prefix AND GeneratedBy IS NULL AND COALESCE(Deployed,0)=0
AND (Super not like '%DeepSee.KPIPlugIn')
FOR READ ONLY
)
&SQL(OPEN Loop)
For {
&SQL(FETCH Loop)- Log in to post comments
do we have to sign up for the session/lunch or just show up.. in either case I plan to be there.