---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# IDResult - Global

# IDResult - Global {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The IDResult script include is a container class for the result of a CI Identifier.

Use with any server-side discovery script.

## IDResult - IDResult(Boolean explore, String sysID) {#ariaid-title2}

Creates an instance of the IDResult class.
{#r_IDR-IDResult_B_S__table_cym_1z3_rt__entry__3}

| Name | Type | Description |
|-|-|-|
| explore | Boolean | Set to true if the CI should be explored; otherwise, false. |
| sysID | String | An existing CI's sys_id, or null if no existing CI could be found. |
[Table 1. Parameters]

{#r_IDR-IDResult_B_S__table_cym_1z3_rt}

