Create Software Product
Component definition
This component creates a SoftwareProductResource. If a product already exists that matches product name and company name, SoftwareProductDetails of the existing resource will be returned. No changes will then be made, and 'Description' parameter will be ignored.
Component icon
Definition of component input value or values
The properties on the General tab in the Create New Software Product component are listed and described in the following table:
Input value name | Input value data type | Description | Example format |
---|---|---|---|
Software Product Name | Text | Name of the software product to create | Symantec Endpoint Protection 11 |
Description | Text | A brief description of the software product | Antivirus Software |
Company Name | Text | The name of the company/manufacturer that is associated with the software product | Symantec |
Definition of component output
The result variable is a SoftwareProductDetails object, which is described in the following table:
Field name | Field data type | Description |
---|---|---|
CompanyGuid | Guid | Guid of the CompanyResource associated with the SoftwareProductResource |
Description | Text | A brief description of the SoftwareProductResource |
Guid | Guid | Guid of the SoftwareProductResource |
ItemAttributes | Text | Item attributes of the SoftwareProductResource |
Name | Text | The Name of the SoftwareProductResource |
Prerequisites
This component needs an authentication token to connect to an SMP server. This token can be created by including a "Create SMP Credentials" component upstream of this component.