< Back

New-ProvDyn365EntityAssociation

Sun Jan 19, 2020 5:39 pm

NAME New-ProvDyn365EntityAssociation



SYNOPSIS





SYNTAX

New-ProvDyn365EntityAssociation [-RelationshipName] <string> [-PrimaryEntityName] <string> [-PrimaryEntityId]

<Guid> [-RelatedEntityName] <string> [-RelatedEntityId] <Guid> -AuthContext <object> [-APIVersion <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



-RelationshipName <string>

The logical name of the relationship between the primary and the related entity. Use Dynamics 365

Customization page to find possible relationships.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PrimaryEntityName <string>

The logical name of the primary (source) entity in Dynamics365/ProvanceITSM you want to build the relationship

with. This value is case sensitive !



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PrimaryEntityId <Guid>

The id of the primary (source) entity in Dynamics365/ProvanceITSM you want to build the relationship with.



Required? true

Position? 3

Default value 00000000-0000-0000-0000-000000000000

Accept pipeline input? false

Accept wildcard characters? false



-RelatedEntityName <string>

The logical name of the related (target) entity in Dynamics365/ProvanceITSM you want to build the relationship

with. This value is case sensitive !



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RelatedEntityId <Guid>

The id of the related (target) entity in Dynamics365/ProvanceITSM you want to build the relationship with.



Required? true

Position? 5

Default value 00000000-0000-0000-0000-000000000000

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





RELATED LINKS