File Name
Syntax
GetOrgForAssetID( VAL asset_id: STRING ): STRING IS
Parameters
asset_id - is_inventory_id
Returns
Integer
Side Effects
None
Description
This function returns a category record based on the where statement.
Dialog Forms Called
None
File Name
Syntax
R_GetValidOrgAnswerSet( VAL Change_ID: INTEGER ): LIST OF STRING IS
Parameters
Change_ID - a change ID
Returns
List of string
Side Effects
None
Description
This function returns a list of valid organizations for which a change request may have requesting organization. This could become invalid with an organizational change.
Dialog Forms Called
None
File Name
Syntax
R_LoadChangeIDList( REF ChangeIDList: LIST OF INTEGER ) IS
Parameters
ChangeIDList - a list of change IDs
Returns
Nothing
Side Effects
None
Description
This routine loads a list of change IDs excluding only "closed" change requests.
Dialog Forms Called
None
File Name
Syntax
R_LoadModelsByCategory( VAL categoryId: STRING ): LIST OF R_MODEL_REC IS
Parameters
categoryID - Selected category ID
Returns
String
Side Effects
None
Description
This routine retrieves a list of models from the database for a specific category.
Dialog Forms Called
None