File Name
Syntax
GetConnectionRec ( VAL inv_id: INTEGER)
Parameters
inv_id - is_inventory ID
conid - list of connection_ids
Returns
List of Inv_ConnectionRec
Side Effects
None
Description
This procedure is used to return the list of inventory connection records associated with a particular asset, and the validated list of connections.
Dialog Forms Called
None
File Name
Syntax
GetContractIDs ( VAL inv_id: INTEGER)
Parameters
inv_id - is_inventory ID
Returns
list of contract IDs
Side Effects
None
Description
This procedure is used to return the list of contract IDs associated with a particular asset.
Dialog Forms Called
None
File Name
Syntax
GetContractRec ( VAL inv_id: INTEGER)
Parameters
inv_id - is_inventory ID
contractid - list of contract_ids
Returns
List of InvContractRec
Side Effects
None
Description
This procedure is used to return the list of inventory people records associated with a particular asset, and the validated list of people.
Dialog Forms Called
None
File Name
Syntax
GetInvConnection(REF conList: LIST OF Inv_ConnectionRec, VAL is_inventory_id: INTEGER)
Parameters
conlist - list of connections associated with list of assets
invlist - IDs of assets
Returns
Nothing
Side Effects
None
Description
This function is used to retrieve a list of connections associated with the assets specified.
Dialog Forms Called
None
File Name
Syntax
GetInvContracts(REF kList: LIST OF InvContractRec, VAL is_inventory_id: INTEGER)
Parameters
klist - list of contracts associated with list of assets
invlist - IDs of assets
Returns
Nothing
Side Effects
None
Description
This function is used to retrieve a list of contracts associated with the assets specified.
Dialog Forms Called
None
File Name
Syntax
GetInvPeople(REF peopleList: LIST OF Inv_PeopleRec, VAL is_inventory_id: INTEGER)
Parameters
peoplelist - list of people associated with list of assets
invlist - IDs of assets
Returns
Nothing
Side Effects
None
Description
This function is used to retrieve a list of people associated with the assets specified.
Dialog Forms Called
None
File Name
Syntax
GetPeopleIDs ( VAL inv_id: INTEGER)
Parameters
inv_id - is_inventory ID
Returns
List of integers
Side Effects
None
Description
This procedure is used to return the list of people IDs associated with a particular asset.
Dialog Forms Called
None
File Name
Syntax
GetUserRec ( VAL inv_id: INTEGER)
Parameters
inv_id - is_inventory ID
peopleid - list of people_ids
Returns
List of Inv_PeopleRec
Side Effects
None
Description
This procedure is used to return the list of inventory people records associated with a particular asset, and the validated list of people.
Dialog Forms Called
None