Skip to content

Conversation

Pradeep567iaf
Copy link
Contributor

This UI Page was developed to streamline the update process of the Install Status field for CMDB (Configuration Management Database) items in ServiceNow. Using Jelly XML scripting, the UI Page fetches details for a selected CI item, allows users to modify the Install Status, and save changes back to the CMDB record. Client scripts and script include are used to create a backend logic for fetching configuration item details and client script execute the backend function via GlideAjax api.

This UI Page was developed to streamline the update process of the Install Status field for CMDB (Configuration Management Database) items in ServiceNow. Using Jelly XML scripting, the UI Page fetches details for a selected CI item, allows users to modify the Install Status, and save changes back to the CMDB record.   Client script and Script include als used to fetch  configuration item data and update it to table.
jelly page to user to fetch ci data and update configuration item status
Client script file to glide Ajax the script include to query database table cmdb_ci to fetch ci records and update the ci record status
script include file to create a backend logic to fetch configuration item records and update the status retired , in maintenance, in stock and stolen
@Lacah Lacah self-assigned this Oct 28, 2024
Copy link
Contributor

@Lacah Lacah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grat stuff

@Lacah Lacah merged commit cb27990 into ServiceNowDevProgram:main Oct 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants