You use Microsoft Visual Studio to compile the add-ins
and create an executable.
Before you begin
The source code for the add-ins is included in the files that
you downloaded from
GitHub.
Procedure
-
In Microsoft Visual Studio, select .
-
Select the AcceleratorIOTCloud.sln file that you downloaded and saved in iotcloud/cx/projects, then click Open.
-
Select .
-
From the Active solution configuration pull-down menu, select Release.
-
Click Close.
-
In the Solution Explorer, expand the Accelerator.IOTCloud.Client project folder.
-
Under the Accelerator.IOTCloud.Client folder, expand the References folder.
-
Under References, select System.Web.Helpers.
-
In the Properties window, change the
value for the Copy Local property to True.
-
Select to compile the add-ins.
If the build process completes successfully, you will
see Build succeeded in the status bar.
Results
The add-ins are created in the iotcloud/cx/projects/Accelerator.IOTCloud.Client/bin/Release folder.
What to do next
Next you import the add-ins into Oracle Service Cloud.