Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xrm-ex

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xrm-ex - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

package.json
{
"name": "xrm-ex",
"version": "2.2.0",
"version": "2.3.0",
"description": "Xrm-Ex is a JavaScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -544,2 +544,3 @@ /// <reference types="xrm" />

protected _customFilters: any;
private viewId;
constructor(attribute: string);

@@ -608,2 +609,3 @@ getIsPartyList(): boolean;

/**
* @deprecated Use {@link LookupField.addCustomView} instead, which provides more flexible filtering capabilities and better performance
* Adds an additional custom filter to the lookup, with the "AND" filter operator.

@@ -625,2 +627,17 @@ * @param entityLogicalName (Optional) The logical name of the entity.

/**
* Adds a custom view to filter the lookup using FetchXML
* Only works for one table at a time, cannot add views for multiple tables at the same time
* @param fetchXml The complete FetchXML query including filtering conditions
* @returns The LookupField instance for method chaining
*/
addCustomView(fetchXml: string): this;
/**
* Extracts entity name from fetchXml
*/
private extractEntityFromFetchXml;
/**
* Generates layoutXml based on fetchXml attributes
*/
private generateLayoutXml;
/**
* Removes all filters set on the current lookup attribute by using addPreFilterToLookup or addPreFilterToLookupAdvanced

@@ -627,0 +644,0 @@ */

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc