-
In SDx, relate the J5Integration access group to the Planner role. For more information, see Manage the access groups for a role.
-
Link SDx to the relevant j5 application:
-
Search for the relevant method (for example, SOPSShowPermits for permits or SOPSShowShiftlogbook for operations logbook).
-
Select Actions > Update Method.
-
On the Properties tab, set Argument 1 (URL to custom page) to point to the relevant j5 application.
For example:
-
For j5 Control of Work permits: https://j5.domain.com/j5_Hexagon_pages/SpfClientExtensibility/cow_permits/view?logbook_app=ControlOfWork. Where https://j5.domain.com is the URL for your j5 system.
-
For j5 Operations Logbook entries: https://j5.domain.com/j5_Hexagon_pages/SpfClientExtensibility/general_logbook/view. Where https://j5.domain.com is the URL for your j5 system.
-
-
-
Edit the HxGN SDx server Web.config file:
-
Under the appsettings node, add the following:
<add key="FrameOptionsWhiteList" value="https://j5.domain.com"/>
Where https://j5.domain.com is the URL for your j5 system.
-
Under the integraph.webApi node:
-
Edit the cors element so that allowedOrigins includes the URLs required to access j5
-
Set allowCredentials to True.
-
-
-
When the Web.config file is changed, you must restart the web client server for the changes to take effect.
-
If you are using SDx deployed in Smart Cloud, changes to the Web.config file must be done for you by the Smart Cloud Team.