As an administrator, you can configure drillback URLs for use in the composable quick action widget. You can extract page and form/action URLs from an application's Context Viewer and browser developer tools, and convert them into the standardized format required for integration.
- In the Quick Actions widget, open the page or form in the application.
- Click the Context Viewer and copy the URL of the page.
For example: {lid://infor.lawson-ghr}?LogicalId={LogicalId}&drillbackURL=/EmployeeSelfService/page/FindACoworkerConsolidated?&menu=EmployeeConsolidated.FindACoworker&csk.portaloverlayautoresize=true
- Optionally, extract the form or action URL by opening Developer tools or by right-clicking the form, selecting Inspect, and copying the form or action URL. This action works directly in the Composable Quick Actions widget.
For example:
- Ask HR Action Sample URL for employee actions:
{lid://infor.lawson-ghr}?LogicalId={LogicalId}&drillbackURL=/EmployeeSelfService/form/CaseTicket(aa.Employee.HROrganization,aa.Employee.Employee).EmployeeAskCase?action=CreateEmployeeCaseTicketAction&csk.portaloverlayautoresize=true &mo=true
- Submit a Corrective Action Sample URL for manager actions:
{lid://infor.lawson-ghr}?LogicalId={LogicalId}&drillbackURL=/ManagerSelfService/form/Discipline(aa.Employee.HROrganization,aa.Employee.Employee).CorrectiveActionManager?action=CreateManager&list=Discipline.DisciplineActiveMgr&mo=true&csk.portaloverlayautoresize=true
- For HR administrator actions:
{lid://infor.lawson-ghr}?LogicalId={LogicalId}&drillbackURL=/Administration/form/Discipline(aa.Employee.HROrganization,aa.Employee.Employee).CorrectiveActionAdmin?action=Create&list=Discipline.DisciplineAdmin&csk.portaloverlayautoresize=true&mo=true
- Convert the extracted URL into the standard format, retaining the business class details and the target form or action.