Overview Version History Q & A Rating & Review
Exact Online Premium Extensions Snippets README
Here is an essential collection of code snippets for Exact Online Premium extensions. These snippets are made to help you create your extension in the easiest way possible.
Included are parts that are the basis for various extension features, from high-level extension parts like menu extensions to smaller parts like adding buttons.
Installation
Install this extension from the VSCode Marketplace .
Usage
Search for a snippet
Type a snippet from Extension Snippets section.
As it appears on editor, hit enter.
Snippet for required extension will be available on the editor.
Add necessary attribute values e.g. code, name etc. as per requirement.
Extension Snippets
Entity Extensions
Snippet
Purpose
Extension
Insert default Extension document
ext:entities
An Entities Extension
ext:entities:entity
An Entity Extension
ext:entities:entity:property:string
Entity property string
ext:entities:entity:property:int
Entity property of Type Integer
ext:entities:entity:property:guid
Entity property of Type Guid
ext:entities:entity:property:date
Entity property of Type Date
ext:entities:entity:property:boolean
Entity property of Type boolean
ext:entities:entity:property:double
Entity property of Type double
ext:entities:entity:property:hyperlink
Entity property of Type hyperlink
ext:entities:entity:property:listItem
List Item
Snippet
Purpose
ext:megamenuextensions
Megamenu Extensions
ext:megamenuextension
A quick mega menu extension
ext:megamenu:tab
A megamenu tab
ext:megamenu:tab:section
A megamenu section extension
ext:megamenu:tab:section:subsection
A megamenu subsection extension
ext:megamenu:tab:section:subsection:link
A megamenu subsection link extension
ext:megamenu:tab:subsection:powerbilink
A Powerbi link extension
Generic Extensions
Snippet
Purpose
ext:forbiddenfeaturesets
A Forbiddenfeatureset
ext:mandatoryfeaturesets
A Mandatoryfeatureset
ext:featurecheck
A featurecheck
ext:mandatorylegislation
A mandatory legislation
ext:visibleexpression
A Visible Expression
ext:functionpoint
A functionpoint
ext:permission
A permission extension
ext:documentation
A documentation extension
Snippet
Purpose
ext:quickmenu
A quick menu extension
ext:quickmenu:subsection
A quick menu subsection
ext:quickmenu:subsection:link
A quick menu subsection link
Applications Extensions
Snippet
Purpose
ext:applications
A quick applications extension
ext:application
A quick applications extension
ext:button
A quick button extension
ext:monitor
A quick monitor extension
ext:monitoritem
A quick monitoritem extension
ext:cardsection
A quick cardsection extension
ext:contentsectionrow
A quick contentsectionrow extension
ext:appext:gridpageheader
A gridpage header extension
ext:appext:field:string
A field of type string
ext:appext:field:guid
A field of type guid
ext:appext:field:date
A field of type date
ext:appext:field:hyperlink
A field of type hyperlink
ext:appext:field:double
A field of type double
ext:appext:field:integer
A field of type integer
ext:appext:field:boolean
A field of type boolean
ext:appext:gridcolumn
A grid column extension
Enjoy!