- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 01:02 AM
Hi Community,
Good DAY!
Actually I am stuck in a requirement,
there is a catalog item name "select incident". have a variable that is reference to incident table, but i need to show short description of incident record instead of number here,
Thanks In Advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 01:51 AM
Hello @rah dev ,
If it is the only requirement where you want to display the value of description selection upon the incident. Then you can set the display value of description field to true from incident table properties. Attaching the screenshot for your reference.
Now, select the incident number from the incident number field in the catalog item.
You can see the description value is coming upon selection of incident.
Please mark my answer as accepted solution and give thumbs up, if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 01:32 AM - edited 09-12-2024 01:33 AM
Hi @rah dev
You can make the short description field Display as true in dictionary entry.
On the Incident table, search for short description field and make the Display as true as shown below :
Please note that this will be system wide change.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 02:46 AM
AWS Application Migration Service (MGN) is an automated tool that simplifies and speeds up the process of migrating applications to AWS. It allows companies to migrate physical, virtual, or cloud servers to AWS without compatibility issues or downtime.
MGN replicates your servers to AWS and then automatically converts and launches them when you’re ready. This helps you save costs, improve productivity,enhance resilience, and take advantage of AWS services for modernization.
Cloud migration offers significant business value in several key areas
1. Cost Efficiency: Cut down on upfront investments and operational costs by paying for resources based on actual usage.
2. Scalability: Easily scale resources up or down to meet changing business needs, ensuring consistent performance and avoiding over-provisioning.
3. Innovation: Experiment with new technologies and services readily available in the cloud to foster innovation and drive business growth.
4. Security: Leverage robust security measures and compliance features offered by cloud providers to enhance data protection and meet regulatory requirements.
5. Business Continuity: Ensure uninterrupted operations and data availability with efficient disaster recovery solutions provided by cloud platforms.
6. Agile Deployment: Accelerate the deployment of new applications and services, reducing time-to-market and enabling rapid response to market demands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 01:33 AM
In reference field, you see the value of dictionary item for that reference table where display attribute is set as true.
In your case, display value is set as number field[OOTB setting] at task table(parent). If you want to change display value setting for incident table, you can override it keeping in mind it will effect globally for incident table.
Refer this for more details:https://www.servicenow.com/community/next-experience-forum/display-value-at-reference-field/m-p/2785...
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 01:38 AM - edited 09-12-2024 01:39 AM
Hello @rah dev ,
As you are using the reference field that is directly referencing the incident table. So, that is not a good approach to bring the description in the same field because you will be customizing the out of the box functionality. So, you can create one more variable call short_description and use the autopilot field to bring the description of the selected incident. Attaching the screenshot for your reference.
Create an snother short_description variable.
To auto populate the short description based on the incident.
Please mark my answer as accepted solution and give thumbs up, if it helps you.