Logging in or Accessing Records Using URLs

You can log into Neurons for ITSM by clicking a URL that has been sent to you by email, by pasting the link in the address field of a browser, or by clicking a link that has been embedded in your company web page. You can also log in the same way, by clicking URLs that take you to your authentication or identity provider page, and then log into Neurons for ITSM from there.

URLs not only take you to the Neurons for ITSM login page, but they can also log you in with a specified role, and take you to a specified business object workspace and even a specified record in that business object workspace.

You can also embed a URL in your intranet to access Neurons for ITSM with or without authentication. Refer to Setting Up Anonymous Login.

Logging In Using URLs with Authentication

Accessing FAQs and Knowledge Articles

Self-Service Portal URLs

Additional Examples

Logging In Using URLs with Authentication

After you have configured authentication providers in Neurons for ITSM, users can log into Neurons for ITSM in various ways. Refer to Working with ADFS/SAML.

Accessing FAQs and Knowledge Articles

The following are the direct URL expressions for accessing FAQs and knowledge articles.

Accessing a Knowledge Article Using an Anonymous Login

Listing All Knowledge Articles of a Specific Category or Sub-Category

Direct Links to Service Requests

All Incidents Where Customer is Admin

All Incidents Where Owner is Admin

Incident with IncidentNumber=10001

All Incidents with VIP Set to True or False

With OpenRecord Option - Search with RecID

Accessing a Knowledge Article Using an Anonymous Login

For a knowledge article:

https://tenant_URL/Login.aspx?
Scope=SelfService
&Role=testanonymous
&CommandId=ShowKnowledgeArticle
&Id=$RecId

For example:

https://tenant_URL/Login.aspx?
Scope=SelfService
&Role=testanonymous
&CommandId=ShowKnowledgeArticle
&Id=A5407509EC9747E6BA1CC754E079B1D5

For an FAQ:

https://tenant_URL/Login.aspx?
Scope=ObjectWorkspace
&Role=testanonymous
&CommandId=Search
&ObjectType=FAQ%23
&CommandData=RecID,%3D,0,$RecId,string,AND|#

For example:

https://tenant_URL/Login.aspx?

Scope=ObjectWorkspace
&Role=testanonymous
&CommandId=Search
&ObjectType=FAQ%23
&CommandData=RecID,%3D,0,203F2655F6A8403D8160C49C01709073,string,AND|#

Listing All Knowledge Articles of a Specific Category or Sub-Category

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowKnowledgeCategory
&CategoryId=CategoryRecId
&SubCategoryId=SubCategoryRecId
&AppFrame=true|false

Direct Links to Service Requests

Use the following code to create a new service request:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService &CommandId=New

&Tab=ServiceCatalog

&Template=<OfferingRecID>

Use the following code to navigate to the Service Catalog workspace:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService &CommandId=Open &Tab=ServiceCatalog

Use the following code to navigate to the search page:

https://tenant_URL/Login.aspx?
Scope=SelfService
&Role=SelfService &CommandId=Open &Tab=Search

Use the following code to navigate to the search page and perform a search using a passed-in string:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService &CommandId=Search &Tab=Search &SearchString=SearchString

Use the following code to navigate to the Knowledge workspace.

https://tenant_URL/Login.aspx?
Scope=SelfService
&Role=SelfService
&CommandId=Open &Tab=Knowledge

Use the following code to navigate to the Knowledge workspace and perform a search using a passed-in string:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService &CommandId=Open &Tab=Knowledge &SearchString=SearchString

Use the following code to navigate to the Knowledge workspace and open a knowledge article:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=Open &Tab=Knowledge
&ItemId=ItemRecID

Use the following code to navigate to a business object workspace:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=New
&Tab=ObjectRef

Use the following code to navigate to a business object workspace and open a record:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=Open
&Tab=ObjectRef
&ItemId=ItemRecID

Use the following code to navigate to a business object workspace and create a record:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=New
&Tab=ObjectRef
&Template=TemplateRecID

All Incidents Where Customer is Admin

 

https://tenant_URL/Login.aspx?

Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=LoginId,%3D,0,Admin,string,AND|

All Incidents Where Owner is Admin

 

https://tenant_URL/Login.aspx?

Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=Owner,%3D,0,Admin,string,AND|#1349251100591

Incident with IncidentNumber=10001

 

https://tenant_URL/Login.aspx?
Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=IncidentNumber,%3D,0,10001,string,AND|#

All Incidents with VIP Set to True or False

Boolean value has to be 1 or 0 passed

VIP is true:

https://tenant_URL/Login.aspx?
Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=IsVIP,%3D,0,1,Boolean,AND|

VIP is false:

https://tenant_URL/Login.aspx?
Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=IsVIP,%3D,0,0,Boolean,AND|

Incident with CreatedDateTime Greater Than 1/1/12

 

https://tenant_URL/Login.aspx?

Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=CreatedDateTime,%3E,0,1/1/2012,date,AND|

With OpenRecord Option - Search with RecID

 

https://tenant_URL/Login.aspx?
Scope=ObjectWorkspace
&CommandId=LoadRecord
&ObjectType=Incident%23
&CommandData=RecId, 2A33CC809D96404F84B25A7780FD8F3A

 

https://tenant_URL/Login.aspx?

Role=role
&Scope=ObjectWorkspace
&CommandId=LoadRecord
&ObjectType=Change%23
&CommandData=RecId%2c7A0217065C074AC58195846CEF80F1A8

Self-Service Portal URLs

Self-Service Portal: Create a New Issue

Self-Service Portal: Create a New Service Request

Self-Service Portal: Create a New External Request

Self-Service Portal: Load a Service Request Draft

Self-Service Portal: Navigate to the Service Catalog Workspace

Self-Service Portal: Navigate to the Service Catalog Workspace and Show All Service Requests

Self-Service Portal: Navigate to the Search Page

Self-Service Portal: Navigate to the Search Page and Perform Search Using a Passed-In String

Self-Service Portal: Navigate to the Knowledge Workspace

Self-Service Portal: Navigate to the Knowledge Workspace and Show All Knowledge Articles

Self-Service Portal: Navigate to the Knowledge Workspace and Perform a Search Using a Passed-In String

Self-Service Portal: Navigate to the Knowledge Workspace and Open a Knowledge Article

Self-Service Portal: Navigate to the Knowledge Workspace and Open a specific Knowledge Article with Category and Sub-Category

Self-Service Portal: Navigate to the My Items Workspace

Self-Service Portal: Navigate to the My Items Workspace and Open a Record

Self-Service Portal: Navigate to a Business Object Workspace

Self-Service Portal: Navigate to a Business Object Workspace and Open a Record

Self-Service Portal: Navigate to a Business Object Workspace and Create a Record

Self-Service Portal: Create a New Issue

 

https://tenant_URL/Login.aspx?
Role=SelfService
&Scope=SelfService
&CommandId=NewIssue

Self-Service Portal: Create a New Service Request

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=New
&Tab=ServiceCatalog
&Template=OfferingRecID

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=NewServiceRequest
&Tab=ServiceCatalog
&Template=OfferingRecID

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=NewServiceRequestByOfferingId
&Tab=ServiceCatalog
&Template=OfferingRecID

Self-Service Portal: Create a New External Request

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=NewExternalRequest
&Tab=ServiceCatalog
&Template=OfferingRecID

Self-Service Portal: Load a Service Request Draft

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=LoadServiceRequestDraft
&Tab=ServiceCatalog
&Template=OfferingRecID

Self-Service Portal: Navigate to the Service Catalog Workspace

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=Open
&Tab=ServiceCatalog

Self-Service Portal: Navigate to the Service Catalog Workspace and Show All Service Requests

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowAll
&Tab=ServiceCatalog

Self-Service Portal: Navigate to the Search Page

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=Open
&Tab=Search

Self-Service Portal: Navigate to the Search Page and Perform Search Using a Passed-In String

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=Search
&Tab=Search
&SearchString=SearchString

Self-Service Portal: Navigate to the Knowledge Workspace

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=Open
&Tab=Knowledge

Self-Service Portal: Navigate to the Knowledge Workspace and Show All Knowledge Articles

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowAll
&Tab=Knowledge

Self-Service Portal: Navigate to the Knowledge Workspace and Perform a Search Using a Passed-In String

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=Open
&Tab=Knowledge
&SearchString=SearchString

Self-Service Portal: Navigate to the Knowledge Workspace and Open a Knowledge Article

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=Open
&Tab=Knowledge
&ItemId=ItemRecID

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowArticle
&Tab=Knowledge
&ItemId=ItemRecID

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowArticle
&Tab=Knowledge
&Id=ItemRecID

Self-Service Portal: Navigate to the Knowledge Workspace and Open a specific Knowledge Article with Category and Sub-Category

Example 1:

https://tenant_URL/Login.aspx?

Scope=SelfServiceMobile

&role=SelfServiceMobile

&CommandId=ssmknowledge

&categoryid=ItemRecID

Example 2:

https://tenant_URL/Login.aspx?

Scope=SelfServiceMobile

&role=SelfServiceMobile

&CommandId=ssmknowledge

&categoryquery=backup

Example 3:

https://tenant_URL/Login.aspx?

Scope=SelfServiceMobile

&role=SelfServiceMobile

&CommandId=ssmknowledge

&subcategoryquery=Login

Example 4:

https://tenant_URL/Login.aspx?

Scope=SelfServiceMobile

&role=SelfServiceMobile

&CommandId=ssmknowledge

&subcategoryid=ItemRecID

Self-Service Portal: Navigate to the My Items Workspace

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowAll
&Tab=MyItems

 

Self-Service Portal: Navigate to the My Items Workspace and Open a Record

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowArticle
&Tab=MyItems
&ItemId=ItemRecID

 

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService
&CommandId=ShowArticle
&Tab=MyItems
&Id=ItemRecID

Self-Service Portal: Navigate to a Business Object Workspace

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=New
&Tab=ObjectRef

Self-Service Portal: Navigate to a Business Object Workspace and Open a Record

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=Open
&Tab=ObjectRef
&ItemId=ItemRecID

Self-Service Portal: Navigate to a Business Object Workspace and Create a Record

 

https://tenant_URL/Login.aspx?
Scope=SelfService

&Role=SelfService
&CommandId=New
&Tab=[ObjectRef#|SearchTag]
[&Template=TemplateRecId]

Note that the Tab parameter can accept two types of values: either ObjectRef or SearchTag. The ObjectRef value is the name of the business object with # at the end. However, you cannot use the # character as it is a predefined character so replace it with its URL-encoded entity of %23.

The following is an example:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService

&CommandId=New

&Tab=FAQ%23

To create a new FAQ, use the following:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService

&CommandId=New

&Tab=FAQ%23

To create a new custom business object record under the Self Service role using a predefined template action, use the following:

https://tenant_URL/Login.aspx?

Scope=SelfService

&Role=SelfService

&CommandId=New

&Tab=_CustomObject%23

&Template=603E24AB-68EE-4D75-A275-551C702BF002

Additional Examples

Search for all Published Announcements

Open Incident 10450

Log In as a Service Desk Analyst and Open Incident 10450

Log In as a Service Desk Manager and Open Incidents with Priority Equal to 5

Log in as a Service Desk Manager and Open Incidents with Priority Not Equal to 5

Find Incidents with Active Status

Open a Task

Log In as a Service Desk Analyst and Search for Task 10946

Log In as a Service Desk Analyst and Open Task 11291 by its RecID

Log In as a Service Desk Analyst and Search for Task 11291 by Searching for its Parent ID 15577

Use the Next Direct Links to Access Task Entries

Search for all Published Announcements

 

https://tenant_URL/Login.aspx?
Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Announcement%23
&CommandData=Status,%3D,0,Published,string,AND|#

Open Incident 10450

 

https://tenant_URL/Login.aspx?
Scope=ObjectWorkspace
&CommandId=LoadRecord
&ObjectType=Incident%23
&CommandData=RecId%2c2941423B6DD74476AC81159E103BCC49

Log In as a Service Desk Analyst and Open Incident 10450

 

https://tenant_URL/Login.aspx?
Scope=ObjectWorkspace
&Role=ServiceDeskAnalyst
&CommandId=LoadRecord
&ObjectType=Incident%23
&CommandData=RecId%2c2941423B6DD74476AC81159E103BCC49

Log In as a Service Desk Manager and Open Incidents with Priority Equal to 5

 

https://tenant_URL/Login.aspx?
Role=ServiceDeskManager
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=Priority,%3D,0,5,string,AND|#

Log in as a Service Desk Manager and Open Incidents with Priority Not Equal to 5

 

https://tenant_URL/Login.aspx?
Role=ServiceDeskManager
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=Priority,%21%3D,0,5,string,AND|#

Find Incidents with Active Status

 

https://tenant_URL/Login.aspx?
role=ServiceDeskManager
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Incident%23
&CommandData=Status,%3D,0,Active,string,AND|#

Open a Task

 

https://tenant_URL/Login.aspx?
Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Task%23Assignment
&CommandData=AssignmentID,%3D,0,10946,string,AND|#

Log In as a Service Desk Analyst and Search for Task 10946

 

https://tenant_URL/Login.aspx?
role=ServiceDeskAnalyst
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Task%23Assignment
&CommandData=AssignmentID,%3D,0,10946,string,AND|#

Log In as a Service Desk Analyst and Open Task 11291 by its RecID

 

https://tenant_URL/Login.aspx?
role=ServiceDeskAnalyst
&Scope=ObjectWorkspace
&CommandId=LoadRecord
&ObjectType=Task%23Assignment
&CommandData=RecId%2c76C4321537DE46A194F5C226EC2D83F6

Log In as a Service Desk Analyst and Search for Task 11291 by Searching for its Parent ID 15577

 

https://tenant_URL/Login.aspx?
Role=ServiceDeskAnalyst
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Task%23Assignment
&CommandData=ParentObjectDisplayID,%3D,0,15576,string,AND|#

Use the Next Direct Links to Access Task Entries

Task is an assignment:

https://tenant_URL/Login.aspx?
Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Task%23Assignment
&CommandData=AssignmentID%2c%3d%2c0%2c%24%2810496%29%2cstring%2cAND|#

For example:

https://tenant_URL/Login.aspx?
Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Task%23Assignment
&CommandData=AssignmentID,%3D,0,10946,string,AND|#

Task is a work order (which represents the external task and is only accessible to administrators):

https://tenant_URL/Login.aspx?
Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Task%23WorkOrder
&CommandData=WorkOrderID%2c%3d%2c0%2c%24%2810496%29%2cstring%2cAND|#

Task is computer provisioning:

https://tenant_URL/Login.aspx?

Role=role
&Scope=ObjectWorkspace
&CommandId=Search
&ObjectType=Task%23ComputerProvisioning
&CommandData=ProvisionRequestID%2c%3d%2c0%2c%24%281025%29%2cstring%2cAND|#