XrmContext icon indicating copy to clipboard operation
XrmContext copied to clipboard

Tool to generate early-bound .NET classes and enumerations for MS Dynamics 365/CRM server-side coding.

Results 9 XrmContext issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** XrmContext generates API models that depend on the OrganizationService and Entity base-classes. This is fine for Plugins / Workflows. However,...

enhancement

Great product I expect. Shame the guides are not even 5% as good as Microsoft CrmSvCUtil. Click here for more details? How to run XrmContext? I have no idea. Setup...

documentation

**Description** I encountered an issue when using a password that contained the character **"**. One workaround was to replace **"** with **& quot;**. Another workaround was to create a new...

bug

I assume that XrmContext retrieve all the metadata from API. I would like to be able to extract that separately and serialize it to a file format. 1) What is...

enhancement
discovery

XrmContext currently supports intersections entities where an interface is generated containing the intersected attributes of two entities. However, nested intersection is not currently possible. Say you have 3 entities: `A`,...

enhancement
backlog
discovery

We have a few cases where we are writing QueryExpression due to being able to use the continuation token / page cookie to retrieve the data in batches over more...

enhancement
discovery

somthing like [Early Bound Generator](https://github.com/daryllabar/DLaB.Xrm.XrmToolBoxTools/wiki/Early-Bound-Generator) has.

enhancement
backlog

**The Problem** Currently we need to write explicit code to handle updating only changed attributes on an entity. Some developers do it, others take the easy way out and doesn't....

enhancement