create_asset
Create new IT asset records in ServiceNow by specifying display name, asset tag, model, serial number, assigned user, location, cost, and purchase date.
Instructions
Create a new IT asset record. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | Asset display name | |
| asset_tag | No | Unique asset tag | |
| model_category | No | Category sys_id (Hardware, Software, etc.) | |
| model | No | Model sys_id | |
| serial_number | No | Serial number | |
| assigned_to | No | User sys_id | |
| location | No | Location sys_id | |
| cost | No | Purchase cost | |
| cost_center | No | Cost center sys_id | |
| purchase_date | No | Purchase date (YYYY-MM-DD) |