< Back

Set-CrmSolutionComponent

Sat Jan 18, 2020 7:24 pm

NAME Set-CrmSolutionComponent



SYNOPSIS

Builds a SolutionComponent object from a single fetch record entry.





SYNTAX

Set-CrmSolutionComponent [[-Record] <PSObject>] [<CommonParameters>]





DESCRIPTION

Builds an object of type SolutionComponent. All properties of the object are set according to

the provided fetchxml entry. The fetch result should contain all SolutionComponent attributes.





PARAMETERS

-Record <PSObject>

Single record entry from fetch for SolutionComponent.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Object of type SolutionComponent.







RELATED LINKS