Create a transient object
Create a transient object by using the CreateSessionObject method.
Examples
Example 1:
The client sends:
The engine returns:
The app overview is created and the handle is 2.
The app overview contains the list of:
- app objects, for example, sheets; refers to "qAppObjectListDef"
- dimensions; refers to "qDimensionListDef"
- measures; refers to "qMeasureListDef"
qAppObjectListDef, qDimensionListDef and qMeasureListDef are dynamic properties inside a dynamic structure (they are part of the property qProp) and can be omitted. If qMeasureListDef is omitted in the app overview, the list of measures is not shown in the app overview.
Example 2:
The client sends:
The engine returns:
The transient object is created and the handle is 2.
Example 3:
1. Create the sheet SH01.
The client sends:
The engine returns:
The sheet SH01 is created.
2. Create the transient sheet SH02. This sheet should be linked to the sheet SH01. Therefore, the property qExtendsId is set to SH01 for the sheet SH02.
The client sends:
The engine returns:
The transient sheet SH02 is created. This sheet is linked to the sheet SH01 and has the handle 3.
3. Get the layout of the sheet SH02.
The client sends:
The engine returns:
The sheet SH02 has the same properties as the sheet SH01.