- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 05:18 PM
Assign a laptop to Beth Anglin (cmdb_ci_computer.list). Create a field on the incident table called computer which is a reference field. When we choose the caller, the computer should be auto-populated. Create another field called manager, which should also be populated when the Caller is changed.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 04:19 AM
Create an onChange Client Script when Caller changes. The script should use getReference
or GlideAjax to call a Script Include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2023 04:19 AM
Create an onChange Client Script when Caller changes. The script should use getReference
or GlideAjax to call a Script Include