From 9684b567839fb19d3f2b4567dbec34c9dda95963 Mon Sep 17 00:00:00 2001 From: Derek Finlinson Date: Wed, 22 Aug 2018 08:06:48 -0600 Subject: [PATCH 1/4] Add open record web api url to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 285f193..aaed3a5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Action | What it does **Changed Fields** | Highlights fields in the form that have been changed, but not saved yet. **Record URL** | Displays the current record URL in a dialog. The URL can be copied from the dialog and dismissed. **Record Id** | Displays the current record Id in a dialog. The Id can be copied from the dialog and dismissed. +**Open Record Web API URL** | Opens the current record's Web API URL in a new window. **Refresh All subgrids** | Refreshes all the subgrids on the current form. It does not refresh the associated views. **Minimum values** | This is intended for use on a new record. It fills out minimum values for all required fields. Only the following field types are filled out automatically: Memo, String, Boolean, DateTime, Decimal, Double, Integer, Money and OptionSet. **Show Optionset values** | Updates all the OptionSet fields on the current form to show text as well the the value of the OptionSet. From 690c5cf1c16343a2f1edce84e5ca011413ac2dd5 Mon Sep 17 00:00:00 2001 From: Derek Finlinson Date: Wed, 22 Aug 2018 08:08:43 -0600 Subject: [PATCH 2/4] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaed3a5..06c4c7a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Action | What it does **Changed Fields** | Highlights fields in the form that have been changed, but not saved yet. **Record URL** | Displays the current record URL in a dialog. The URL can be copied from the dialog and dismissed. **Record Id** | Displays the current record Id in a dialog. The Id can be copied from the dialog and dismissed. -**Open Record Web API URL** | Opens the current record's Web API URL in a new window. +**Open Record Web API URL** | Opens the current records Web API URL in a new window. **Refresh All subgrids** | Refreshes all the subgrids on the current form. It does not refresh the associated views. **Minimum values** | This is intended for use on a new record. It fills out minimum values for all required fields. Only the following field types are filled out automatically: Memo, String, Boolean, DateTime, Decimal, Double, Integer, Money and OptionSet. **Show Optionset values** | Updates all the OptionSet fields on the current form to show text as well the the value of the OptionSet. From b1aacadaef68a472e4fa544bd1517cbc6966650d Mon Sep 17 00:00:00 2001 From: Natraj Yegnaraman Date: Mon, 27 Aug 2018 11:08:44 +1000 Subject: [PATCH 3/4] Update functionality name for WebAPI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06c4c7a..7666e19 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Action | What it does **Changed Fields** | Highlights fields in the form that have been changed, but not saved yet. **Record URL** | Displays the current record URL in a dialog. The URL can be copied from the dialog and dismissed. **Record Id** | Displays the current record Id in a dialog. The Id can be copied from the dialog and dismissed. -**Open Record Web API URL** | Opens the current records Web API URL in a new window. +**Open Record in Web API** | Opens the current records Web API URL in a new window. **Refresh All subgrids** | Refreshes all the subgrids on the current form. It does not refresh the associated views. **Minimum values** | This is intended for use on a new record. It fills out minimum values for all required fields. Only the following field types are filled out automatically: Memo, String, Boolean, DateTime, Decimal, Double, Integer, Money and OptionSet. **Show Optionset values** | Updates all the OptionSet fields on the current form to show text as well the the value of the OptionSet. @@ -107,4 +107,4 @@ if(process.env.NODE_ENV === 'development'){ * [Rocket Icon by Jerry Low](https://www.iconfinder.com/jerrylow) * [Chrome extension kickstart yo generator by HaNdTrix](https://github.com/HaNdTriX/generator-chrome-extension-kickstart) * [Unicode.org Emoji list v5](https://unicode.org/emoji/charts/full-emoji-list.html) -* [Copy Text to Clipboard by Sindre Sorhus](https://github.com/sindresorhus/copy-text-to-clipboard) \ No newline at end of file +* [Copy Text to Clipboard by Sindre Sorhus](https://github.com/sindresorhus/copy-text-to-clipboard) From 8f8f2a003fcf66860f6ec5f14299be5d0159642d Mon Sep 17 00:00:00 2001 From: Natraj Yegnaraman Date: Mon, 27 Aug 2018 11:10:10 +1000 Subject: [PATCH 4/4] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7666e19..e966658 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Action | What it does **Changed Fields** | Highlights fields in the form that have been changed, but not saved yet. **Record URL** | Displays the current record URL in a dialog. The URL can be copied from the dialog and dismissed. **Record Id** | Displays the current record Id in a dialog. The Id can be copied from the dialog and dismissed. -**Open Record in Web API** | Opens the current records Web API URL in a new window. +**Open Record in Web API** | Opens the current record in a new tab with Web API URL. **Refresh All subgrids** | Refreshes all the subgrids on the current form. It does not refresh the associated views. **Minimum values** | This is intended for use on a new record. It fills out minimum values for all required fields. Only the following field types are filled out automatically: Memo, String, Boolean, DateTime, Decimal, Double, Integer, Money and OptionSet. **Show Optionset values** | Updates all the OptionSet fields on the current form to show text as well the the value of the OptionSet.