diff --git a/bc_obps/common/fixtures/dashboard/administration/external.json b/bc_obps/common/fixtures/dashboard/administration/external.json
index 9ce91f6fae..542867c6f1 100644
--- a/bc_obps/common/fixtures/dashboard/administration/external.json
+++ b/bc_obps/common/fixtures/dashboard/administration/external.json
@@ -75,6 +75,20 @@
}
]
},
+ {
+ "title": "Report transfer of operation or facility",
+ "icon": "Layers",
+ "content": "Report a transfer in control, ownership or direction of your operation or facility(s).",
+ "href": "/administration/transfers",
+ "conditions": [
+ {
+ "api": "registration/user-operators/current/operator",
+ "field": "error",
+ "operator": "notExists",
+ "value": true
+ }
+ ]
+ },
{
"title": "Contacts",
"icon": "Users",
diff --git a/bc_obps/common/fixtures/dashboard/bciers/external.json b/bc_obps/common/fixtures/dashboard/bciers/external.json
index d5ea838a5c..8b33ea2013 100644
--- a/bc_obps/common/fixtures/dashboard/bciers/external.json
+++ b/bc_obps/common/fixtures/dashboard/bciers/external.json
@@ -73,6 +73,18 @@
}
]
},
+ {
+ "title": "Report transfer of operation or facility",
+ "href": "/administration/transfers",
+ "conditions": [
+ {
+ "api": "registration/user-operators/current/operator",
+ "field": "error",
+ "operator": "notExists",
+ "value": true
+ }
+ ]
+ },
{
"title": "Contacts",
"href": "/administration/contacts",
diff --git a/bciers/apps/administration/app/bceidbusiness/industry_user/transfers/page.tsx b/bciers/apps/administration/app/bceidbusiness/industry_user/transfers/page.tsx
new file mode 100644
index 0000000000..1ebd558d6e
--- /dev/null
+++ b/bciers/apps/administration/app/bceidbusiness/industry_user/transfers/page.tsx
@@ -0,0 +1,13 @@
+// 🚩 flagging that for shared routes between roles, "Page" code is a component for code maintainability
+
+import { Suspense } from "react";
+import Loading from "@bciers/components/loading/SkeletonForm";
+import ExternalTransferPage from "@/administration/app/components/transfers/ExternalTransferPage";
+
+export default async function Page() {
+ return (
+
+ For questions reach out to{" "} + + GHGRegulator@gov.bc.ca + +
+