Skip to content

Commit

Permalink
Merge pull request #67 from derekfinlinson/master
Browse files Browse the repository at this point in the history
Add Open Record Web API URL to README
  • Loading branch information
rajyraman authored Aug 27, 2018
2 parents c307afb + 8f8f2a0 commit e503d99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
Expand Down Expand Up @@ -106,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)
* [Copy Text to Clipboard by Sindre Sorhus](https://github.com/sindresorhus/copy-text-to-clipboard)

0 comments on commit e503d99

Please sign in to comment.