With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.
With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.
With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.
With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.
第1题:
With which level in IBM Maximo Asset Management V6.2 are Purchase Contracts associated? ()
第2题:
Enterprise Asset Management packages offer a wide range of capabilities. Which three areas of capability are covered by IBM Maximo Asset Management solutions?()
第3题:
At which level do Commodity Codes exist within IBM Maximo Asset Management V6.2? ()
第4题:
The IBM Maximo Asset Management V6.2 administrator creates a new Start Center with updated Key Performance Indicators. Which application must be used to associate the Start Center to users? ()
第5题:
What is a rotating item?()
第6题:
A rotating item is an individual item that is defined with a common item number. An item is designated as rotating because one wants to be able to create individual asset records by using the information (Classification, Specification,and Item Assembly Structure) contained on the item record.
A rotating item is a set of items that are defined with a specific code. An item is designated as rotating because one does not want to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item record.
A rotating item is a set of kits that are defined with a specific description and GL. An item is designated as rotating because one has the single cost to manage prefers to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the assembly record.
A rotating item is an individual item that is defined with a common item number and can be a spare part. An item is designated as rotating because one wants to be able to create multiple asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item set records.
第7题:
With IBM Maximo Asset Management V6.2 (IMAM), item records are created in the Item Master application, and storeroom records are created in the Storerooms application, but inventory is managed in the Inventory application.
With IMAM, item records are created in the Storerooms application, and storeroom records are created in the Inventory application, but inventory is managed in the Inventory application.
With IMAM, item records are created in the Inventory application, and storeroom records are created in the Item Master application, and inventory is managed in the Item Master application.
With IMAM, item records are created in the Inventory application, and storeroom records are created in the Storerooms application, but inventory is managed in the Item Master application.
第8题:
The IBM Maximo Asset Management V6.2 (IMAM) administrator can use the Reorder Items action in the Inventory application to reorder all the Service Items required.
The IMAM administrator can create a purchase order (PO) for all the Service Items required and use the Issue on Receipt check box for PO Lines related to Service Items.
The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder all items or services and are issued without being received into inventory.
The IMAM administrator can use the Reorder Direct Issue Items and Services action in the Service Item application to reorder items or services that are listed on approved work orders and are issued without being received into inventory.
第9题:
Asset
Location
Storeroom
Rotating Asset
第10题:
from an approved Lease, Rental, Master, or Purchase contract
from a Purchase Requisitions Create PO action, create the approved Purchase Order
from a Purchase Requisition, a Request for Quotation, a Master Contract, or a reorder process
from a Purchase Requisition, a Request for Quotation, a Purchase Contract, or a reorder process
第11题:
Distribute the line item cost among all lines.
Distribute the line item cost among all direct issue lines.
Distribute the line item cost among multiple GL accounts.
Distribute the purchase order cost among multiple GL accounts.
第12题:
Set level
Site level
System level
Organization level
第13题:
Which statement about windows and blocks is true?()
第14题:
In IBM Maximo Asset Management V6.2, what does the Purchase Orders applications Distribute Costs action do?()
第15题:
In order to use the item records at the site level, to what must the item be added? ()
第16题:
How can Service Items be reordered?()
第17题:
What must be created before populating the Tools application? ()
第18题:
Transaction management is block-oriented rather than window-oriented.
Forms automatically navigates to an item located in an activated window.
A window may contain multiple blocks, but each block can only span one window.
A window can contain multiple canvases, and an item can be located on multiple canvases.
第19题:
The Receipt of Services and Materials are processed in the Receiving application.
Services are rendered and Materials are received in the Purchase Order application.
Receipts of Services and Materials are systematically processed in IMAM transitionally.
Services are rendered and Materials are received using the Issues and Transfer application.
第20题:
Set Level
System Level
Database Level
Organization Level
第21题:
It is created as a nondisplay item.
The Lock Record property is set to Yes.
It cannot be referenced in item level triggers.
It is placed on the canvas with the highest sequence number.
第22题:
Item Sets
Item Master Owner
Vendors for the Items
Storeroom assignment
第23题:
Users
People
Organizations
Security Groups
第24题:
DECLARE GLOBAL TEMPORARY TABLE tracker AS (SELECT item_no, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS ON DISCONNECT DROP TABLE
DECLARE GLOBAL TEMPORARY TABLE tracker AS (SELECT item_no, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS
CREATE TABLE systmp.tracker AS (SELECT item_num, item_name FROM items) WITH NO DATA ON COMMIT PRESERVE ROWS
CREATE TABLE tracker AS (SELECT item_num, item_name FROM items) ON COMMIT PRESERVE ROWS ON DISCONNECT DROP TABLE