This project makes some small improvements to the properties dialog, which is available with every item within Innovator. The ability to quickly view the ID of an item was removed and replaced with the 'Copy ID' button. A hover action has been added to that button to quickly preview the GUID.
Additionally, there is a new button on the properties dialog, which generates a QR Code which links directly to the selected item. From here you can copy or download the generated QR Code to use however you see fit. You are able to right click to copy to clipboard or save the image to your client machine. To generate QR Codes we utilize a third party library called QRCode.js, and can be found here.
Release | Notes |
---|---|
v1.0 | Initial Release |
Project | Aras |
---|---|
v1.0 | 11.0 SP15, 12.0 Beta, 12.0 SP0 |
Always back up your code tree and database before applying an import package or code tree patch!
client/javascript/IncludeNamespaceConfig.xml
<file src="https://github.com/ArasLabs/updated-properties-dialog/raw/master/qrcode.js"/>
within the <ArasModules>
tag.<file src="https://github.com/ArasLabs/updated-properties-dialog/raw/master/qrcode.js"/>
within the <ArasModulesWithoutCore>
tag.Copy ID
button to see the exposed GUID of that item.git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com.
Created by AJ Sebastian, Aras Labs.
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.