- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 11:25 AM
1)Which system properties controls the software model display names??
2) which system property used to configure the list of change fields that are copied from the originating change??
3) what needs to be changed if additional fields needs to be mapped while creating article form post news UI action??
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 09:48 PM
@mahesh_03 Here are the answers to your question.
Question: 1)Which system properties controls the software model display names??
Name of the model. The system property glide.cmdb_model.display_name.shorten controls how software model display names are generated
2.
2) which system property used to configure the list of change fields that are copied from the originating change??
Edit the list of values in List of attributes (comma-separated) that will be copied from the originating change (com.snc.change_request.copy.attributes) to remove or add more attributes.
For example, to prevent the Assigned to attribute from being copied, remove the assigned_to value from the list of attributes in the property text box.
3. what needs to be changed if additional fields needs to be mapped while creating article form post news UI action?
Answe: UI Action Script
Reference: https://quizlet.com/344738933/itsm-implementation-cert-flash-cards/
Please mark this answer helpful and correct if it addresses your questions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 09:48 PM
@mahesh_03 Here are the answers to your question.
Question: 1)Which system properties controls the software model display names??
Name of the model. The system property glide.cmdb_model.display_name.shorten controls how software model display names are generated
2.
2) which system property used to configure the list of change fields that are copied from the originating change??
Edit the list of values in List of attributes (comma-separated) that will be copied from the originating change (com.snc.change_request.copy.attributes) to remove or add more attributes.
For example, to prevent the Assigned to attribute from being copied, remove the assigned_to value from the list of attributes in the property text box.
3. what needs to be changed if additional fields needs to be mapped while creating article form post news UI action?
Answe: UI Action Script
Reference: https://quizlet.com/344738933/itsm-implementation-cert-flash-cards/
Please mark this answer helpful and correct if it addresses your questions.