Change an Item to an Engineering Item
You can change an item to an engineering item in the following ways:
- Import map: In an import map, map your source data column for updating the
Engineering Item attribute to the following column in the Master Data table:
- Attribute group: Main
- Attribute:Engineered
- Internal Name: ENGINEERED_ITEM_FLAG
- Data Type and Length: VARCHAR2(1)
- Column Value: Yor N
- File-based data import (FBDI): In a file-based data import template, enter your
upload data for updating the Engineering Item attribute in the following column:
- XLSM template: ItemImportTemplate.xlsm
- Worksheet:EGP_SYSTEM_ITEMS_INTERFACE
- Transaction Type: UPDATE
- Column header: EngineeredItemFlag
- Column value: YorN
- Items Version 2 REST resource: In your call to the Items Version 2 REST resource,
specify the value for the EngineeredItemFlag parameter:
- Method:PATCH
- Path:/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}
- Body parameter: EngineeredItemFlag
- Parameter value: trueor false
- Example of JSON request body
(partial):
{ ... "EngineeredItemFlag": true, ... },