Skip to content

Provide support for Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute #115

Description

@ksolberg

It would be really useful if I could use classes generated by Early Bould Generator / CrmSvcUtil:

public partial class Contact : Microsoft.Xrm.Sdk.Entity
{
    ...
    [Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("jobtitle")]
    public string JobTitle
    ...

Output: ../contacts?$select=JobTitle

Desired output: ../contacts?$select=jobtitle

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    analysisProblem analysis

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions