OrganizationServiceContextExtensions.CopySystemForm Method (OrganizationServiceContext, Entity, Guid)

 

Applies To: Dynamics CRM 2015

Creates a new entity form that is based on an existing entity form. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static Guid CopySystemForm(
    this OrganizationServiceContext context,
    Entity target,
    Guid sourceId
)
public:
[ExtensionAttribute]
static Guid CopySystemForm(
    OrganizationServiceContext^ context,
    Entity^ target,
    Guid sourceId
)
static member CopySystemForm : 
        context:OrganizationServiceContext *
        target:Entity *
        sourceId:Guid -> Guid
<ExtensionAttribute>
Public Shared Function CopySystemForm (
    context As OrganizationServiceContext,
    target As Entity,
    sourceId As Guid
) As Guid

Parameters

  • sourceId
    Type: System.Guid

    The ID value of the form to copy.

Return Value

Type: System.Guid

Returns a Guid, the ID value of the system form that the original was copied to..

Remarks

This is a method wrapper for the CopySystemFormRequest and CopySystemFormResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright