Assembly Properties Cell Data
- Last UpdatedNov 06, 2025
- 2 minute read
The first part of the Parts List report is the assembly data. The data for this is held by the first SYTM in the supplied example template. The structure is shown below.
|
The SYTM owns a series of TEXP elements which are used by the application to determine the attribute names and values that will be output. When the Label Library is displayed the text elements will be visible, making it easy to access and modify them. |
|
The system finds the relevant SYTM by using a search rule as defined by the configuration file setting asmblyAttRule, which in the example is set to "WITH SPPURPOSE EQ 'ASMBLY'". The configuration file and it settings are discussed later in this document.
Each TEXP element owned by the SYTM holds the necessary data in the following attributes;
|
Btext 'Project Name’ |
This is the attribute description |
|
Etext 'PROJECT^NAME’ |
This is the attribute from which to extract the value.The only valid entries are Draft project codes and any element attribute |
The valid project codes are as follows
|
PROJECT^NUMBER |
Project number |
|
PROJECT^NAME |
Project name |
|
PROJECT^DESCRIPTION |
Project description |
|
PROJECT^MESSAGE |
Project message |
|
PROJECT^CODE |
Project code |
The system utilizes the object ASSYPARTSLIST which in turn has a method .getAsmblyAtts(DBREF,STRING), which uses the LALB and the configuration file rule to collect the SYTM elements and hence the TEXP elements.
Note:
That the data will be reported in the same order as the order of the TEXP elements
in the database.


