UX1 allows application users to access any navigation item or view of an application UI through a direct link that is unique for each view. It is possible to create direct links to almost any screen such as:
In this document:
Usage of direct links is based on the following principles.
For example, when you open the UX1 dashboard (Home), in the browser address box you will find the direct link to it.
Anyone who has access to this UX1, can paste the https://b.isv1.aps.demo.org/ccp/v/pa/ccp-dashboard/dashboard URL to their browser address box to switch directly to the UX1 dashboard.
Direct links must comply with the following requirements:
Direct link to the domains view in the platform application whose ID is http://www.parallels.com/ccp-domains looks as follows:
/v/pa/ccp-domains/domains
The servers view in the demo VPS cloud application whose ID is http://aps-standard.org/samples/basic1p is available through this direct link:
/v/aps/samples/basic1p/servers
To view all users:
/v/pa/ccp-users/usersview
To edit a user:
v/pa/ccp-users/viewUser/r/92a4beea-ab07-492b-a893-166941da5d78
To create a user:
/v/pa/ccp-users/addUser
Direct links as defined in the notification demo look as follows:
$notification->link = new \APS\NotificationLink(
"/v/aps/samples/async1pn/servers/", // Main link
"/v/aps/samples/async1pn/server-edit/r/".$this->aps->id, // Link more
"View or edit VPS" // Link more text
);