Set-ASBacklogRequestMatch

AdminStudio 2024 R2 SP1 | 28.01 | AdminStudio PowerShell Cmdlets

Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition and with Workflow Manager.

Use the Set-ASBacklogRequestMatch cmdlet to set the matched package from catalog and package Feed for specified Backlog request.

Examples

Set-ASBacklogRequestMatch -PackageRequestId 7 -CatalogPackageId 42 -PackageFeedId 9

 

Set-ASBacklogRequestMatch -PackageRequestId 7 -clearmatch

Parameters

The Set-ASBacklogRequestMatch cmdlet includes the following parameters:

Set-ASBacklogRequestMatch Parameters

Parameter

Description

PackageRequestId

(Required) The Id of the Backlog request.

CatalogPackageId

The Catalog Package Id from the list of matching package entries from the Catalog with the specified product details.

PackageFeedId

The Package Feed Id from the list of matching package entries from the Package Feed Module with the specified product details.

ClearMatch

Clears the matching records.

If you select ClearMatch along with PackageRequestId, it clears the matching records of Package Feed and Catalog, and then updates the appropriate status.

Note:Use either CatalogPackageId or PackageFeedId as a mandatory parameter along PackageRequestId.

Return Values

A success or failure message is returned.