- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 11:50 PM
Hi All,
I created a CI class called mobile device.
However, I not sure where/how to create from so I can input the entry of our existing devices.
I hope you can help me.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 11:57 PM - edited 07-26-2023 12:00 AM
You don't need to create a class for a mobile devices. Look for Handheld Computing Device class it will solve the purpose.
If you do not find the class you will need to install CMDB CI Class Models plugin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 11:57 PM - edited 07-26-2023 12:00 AM
You don't need to create a class for a mobile devices. Look for Handheld Computing Device class it will solve the purpose.
If you do not find the class you will need to install CMDB CI Class Models plugin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 01:26 AM
This is a perfect answer.
Now, how can I delete the one I created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 02:54 AM
On the basic info tab, you will see the actual table name.
1. Navigate to System Definition > Tables.
2. Open the table to delete.
3. [Recommended] Click Delete All Records.
Deleting all records before deleting the table ensures that the business logic is properly executed (for example, reference cascade rules or other delete business rules). If you do not delete all records from the table first, then you must manually fix any other records or tables that are impacted by the table deletion.
4. Click Delete.
5. In the confirmation dialog box, enter delete and click OK.
The table and all items that reference the table are deleted, including:
- Choice list items
- Forms, form sections, lists, and related lists
- Reports and gauges
- Reference fields that reference the table
- Access controls
Mark it helpful if it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 02:40 AM
Hi Pratik,
After installing the necessary plugins, why does the form is no available when I search it?
Thank you.