Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

How to mock (OptionSetMetadata)retrieveOptionSetResponse.OptionSetMetadata;?

Posted on by 580

// Access the retrieved OptionSetMetadata.
OptionSetMetadata retrievedOptionSetMetadata =
(OptionSetMetadata)retrieveOptionSetResponse.OptionSetMetadata;

OptionSetMetadata is null . how to mock the above code with out changing the plugin code. 

namespace Microsoft.Xrm.Sdk.Messages
{
//
// Summary:
// Contains the response from the Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest
// class.
[System.Runtime.Serialization.DataContractAttribute(Namespace = "http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class RetrieveOptionSetResponse : OrganizationResponse
{
//
// Summary:
// Initializes a new instance of the Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse
// class.
public RetrieveOptionSetResponse();

//
// Summary:
// Gets the metadata for the global option set.
//
// Returns:
// Type: Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase The metadata for the global
// option set.
public OptionSetMetadataBase OptionSetMetadata { get; }
}
}

OptionSetMetadataBase OptionSetMetadata { get; } this is having only set property and OptionSetMetadataBase  is abstract class.

 

 

*This post is locked for comments

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans