Web Client Extension Creator |
Previous Next | Direct link to this topic |
WARNING: The Web Client Extension Creator only works on SAP Business One 10 FP2202 and Higher. More information about this requirement here
With the Web Client Extension Creator it is possible via B1 Usability Package to make Extensions for the SAP Business One Web Client. Below is an example of 2 such extensions.
Define a new Extensions In order to create an extensions you need to go to Tools > Web Client Extension Creator
This will open you Extension Overview Screen Out of the box, the Extension Creator comes with a sample extension called "Boyum Cloud Apps" that showcase the system and can be installed with customers running our Cloud Apps.
In order to make an new extension, Press the "New Extension" (or highlight an existing one to edit it). This will open the Extension Editor
Building the Extension Once you have defined your Extension, you can from the overview Build the extension. All you need to do is to is highlight the extension you wish to build and press the "Build Extension" button.
An extension is a .mtar file, so you need to choose what folder you wish to save the extension in. In our case here the output file will look like this
•First part of the filename is the name of the extension with any ascii chars replaced by underscores •Second part is the version number (The version in automatically generated as <year>.<month>.<build>. (<build> is 0 the first time you build the extension, then 1, then 2 if it happens the same year/month))
Deploying The Extension NB: Deployment of extensions are 100% controlled by SAP's Extension Manager. Boyum Solutions offer no support using this tool
Tip: Importing an Extension for the First time and upgrading an existing extension with a higher version is the same process
In order to deploy the Extension you need to do the following
•Go to the SAP Extension Manager by pressing the "Extension Manager" button on the overview screen or go to it via the SLD (Warning: the URL in below screen will be different from yours) •Press the Import Button, choose "Browse" and choose you mtar file you built in previous step, and finally press the "Upload" button •You extension should now appear in the Extensions List •Now go to the "company Assignment Tab" and assign the Extension to the Company you wish to use it in
Once the Extension is assigned you simply need to refresh the Web Client (F5) and your extension tiles should be present under the extension section
Should that not be the case, then check your Sidebar in the client to find them under "Extensions"
From there you can then via the "Edit Home Page" button add them to the home screen
|