< Back

Set-ProvDyn365Entity

Sun Jan 19, 2020 5:39 pm

NAME Set-ProvDyn365Entity



SYNOPSIS





SYNTAX

Set-ProvDyn365Entity -AuthContext <object> -Body <object> -EntityName <string> -Id <Guid> [-APIVersion <string>]

[-IncludeFormattedValue <SwitchParameter>] [-PreventUpdate <SwitchParameter>] [-SelectSection <string>]

[<CommonParameters>]



Set-ProvDyn365Entity -AlternateKey <string> -AuthContext <object> -Body <object> -EntityName <string> [-APIVersion

<string>] [-IncludeFormattedValue <SwitchParameter>] [-PreventUpdate <SwitchParameter>] [-SelectSection <string>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-AuthContext <object>

The Authentication context generated by Get-ProvAzureAuthContext



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-EntityName <string>

The logical name of the entity in Dynamics365/ProvanceITSM. This value is case sensitive !



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Id <Guid>

The GUID(id) of the entity generated by Dynamics365/ProvanceITSM.



Required? true

Position? named

Default value 00000000-0000-0000-0000-000000000000

Accept pipeline input? false

Accept wildcard characters? false



-AlternateKey <string>

The Alternate Key of the entity in Dynamics365/ProvanceITSM.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Body <object>

A hashtable of key/value pairs to define the properties fritten to field. See examples on how to generate

those.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SelectSection <string>

The output filter for the entities, defined by a field name array, i.e. "name,address1". (PS: the id of the

entity will always be returned) When you select more than one value put the values inside quotes and seperate

them by commas.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-IncludeFormattedValue <SwitchParameter>





Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-PreventUpdate <SwitchParameter>

A switch parameter to prevent the cmdlet to update an existing entity.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-APIVersion <string>

The Web-API Version used to query. Default is 'v9.0'".



Required? false

Position? named

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

System.Guid







RELATED LINKS