Skip to content

File Attributes should be typed as Guid rather than object #26

Description

Currently File Column attributes are being generated as objects, even though they are actually GUIDS.

[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("acme_file")]
public object Acme_File
{
	[System.Diagnostics.DebuggerNonUserCode()]
	get
	{
		return this.GetAttributeValue<object>("acme_file");
	}
}

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions