how to check a valid Ci in cmdb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2019 12:09 AM
hi every one can any one have idea on change client script , for how to check a valid ci in cmdb
below is my requirement
Server Name - text box – check if a valid CI in CMDB – mandatory.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2019 12:32 AM
Hello,
Any specific reason you are using text field instead of reference field? If you use reference type field it would auto validate.
If you want text only, then you need to have server call to check CI name in CMDB. You can use onchange client script on CI field and have a glideajax to call script include. In script include you can queryu cmdb table and send response to client script
Thanks,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2019 08:27 PM
hi Ahmmed ,
this is my requirement , can you help me out on this .
Type of Server – drop down list – Windows and Linux – if select windows send to SN-SysMgt Windows Server Admin, if select Linux send to SN-SN-SysMgt Unix Admin - mandatory
Server Name - text box – check if a valid CI in CMDB – mandatory