Skip to content

Commit

Permalink
Removed tracking docs, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AhashSritharan committed May 16, 2024
1 parent 667e9dd commit c4f9db7
Show file tree
Hide file tree
Showing 406 changed files with 16 additions and 112,361 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ service-account-credentials.json
**/pubsub-debug.log
**/tsconfig-compile.json
yarn.lock
**/.DS_Store
**/.DS_Store
docs
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![NPM](https://img.shields.io/npm/l/xrm-ex)
![NPM](https://img.shields.io/npm/v/xrm-ex)
![NPM](https://img.shields.io/npm/d18m/xrm-ex)
![GitHub Workflow Status](https://github.com/AhashSritharan/Xrm-Ex/actions/workflows/XrmEx.yml/badge.svg?branch%253Dmain)

[![NPM](https://nodei.co/npm/xrm-ex.png)](https://nodei.co/npm/xrm-ex/)
Expand Down Expand Up @@ -377,15 +378,10 @@ console.log(response);

```js
let response2 = await XrmEx.executeAction(
"theia_TestActionContact",
[
{ Name: "Amount", Type: "Integer", Value: 5 },
{
Name: "Account",
Type: "EntityReference",
Value: fields.Customer.Value[0],
},
],
"theia_TestActionContact",{
Amount: 5,
Account: fields.Customer.Value[0]
},
XrmEx.Form.entityReference
);
console.log(response2);
Expand Down
13 changes: 4 additions & 9 deletions READMEDOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,15 +341,10 @@ console.log(response);

```js
let response2 = await XrmEx.executeAction(
"theia_TestActionContact",
[
{ Name: "Amount", Type: "Integer", Value: 5 },
{
Name: "Account",
Type: "EntityReference",
Value: fields.Customer.Value[0],
},
],
"theia_TestActionContact",{
Amount: 5,
Account: fields.Customer.Value[0]
},
XrmEx.Form.entityReference
);
console.log(response2);
Expand Down
14 changes: 5 additions & 9 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![NPM](https://img.shields.io/npm/l/xrm-ex)
![NPM](https://img.shields.io/npm/v/xrm-ex)
![NPM](https://img.shields.io/npm/d18m/xrm-ex)
![GitHub Workflow Status](https://github.com/AhashSritharan/Xrm-Ex/actions/workflows/XrmEx.yml/badge.svg?branch%253Dmain)

[![NPM](https://nodei.co/npm/xrm-ex.png)](https://nodei.co/npm/xrm-ex/)
Expand Down Expand Up @@ -377,15 +378,10 @@ console.log(response);

```js
let response2 = await XrmEx.executeAction(
"theia_TestActionContact",
[
{ Name: "Amount", Type: "Integer", Value: 5 },
{
Name: "Account",
Type: "EntityReference",
Value: fields.Customer.Value[0],
},
],
"theia_TestActionContact",{
Amount: 5,
Account: fields.Customer.Value[0]
},
XrmEx.Form.entityReference
);
console.log(response2);
Expand Down
1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

134 changes: 0 additions & 134 deletions docs/assets/highlight.css

This file was deleted.

58 changes: 0 additions & 58 deletions docs/assets/main.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/search.js

This file was deleted.

Loading

0 comments on commit c4f9db7

Please sign in to comment.