-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new instance scan check to check for hints for field. (#164)
* Adding new instance scan check to find duplicate names for update sets * Update README.md * New check to validate if fields have hint. --------- Co-authored-by: admin <[email protected]> Co-authored-by: Laszlo <[email protected]> Co-authored-by: Astrid Sapphire <[email protected]>
- Loading branch information
1 parent
8c57a83
commit 04f4514
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ZxSMaYqpl9pnshBDUJXNxd1Rokl_u8HcysRfwGusYrrj1ELNlQnrWVagO5RWsJa_SXgxaC7NOAC7JeAmr2Yh_2cjbsJc0p1LLuV4FenYljd6t0myBjtd6JL8iAxD-HJNVj7UOo1PeeBCudWYR9GIfV44li7iLWbgfFg1mKWQJVByfPK1YMckO3QxnBjGUnYqj39KWBF0jxyAs3QDC0GEXEpF67dg85r00xTjWQg2iWP-L_m9oA0Nkp_4EZ47lhQs463j8kXaBKHzxQW-jFofVlJyJb3LwoX9BxV4SE4tfEViNdCjxFhxAKDuCqLJzTUvIbeoz8V3b-xSl_K8cEFwtzFmdQ6-wBLWhluYEBFsLiSp_lLyW-mWCsDPJg5h6MtbGTKfZta6LcbJwm89M_IhiUfBlg9KMzbZzJ1Q44nr-nHDANM9H1fNzy9thDr-OAsbVTCahF5NhofxI7mDqnesJAbzVslzWULRpie4mUVljWpe3_z6dlTdRYPpdF0suX6D0HI-rNd7ZiZXvMbhNHBmaLSiDVRgeWj7R-YBEsUSUWHGinybIv8TQXYnIqjipFvFHIXQ2kiQVFEfeOxhHRMg2Ox4QfQ01rWWrwWL8cZpH5PHoy-FVzpzujsqC9OS5MHFdPT7n-NTNeCp34xU3dMV40tJODCzC32V79N2FCLH4Pw | ||
SIimSwi8LzQnS5LhIIj-XdO-QaCcGn5Jyh8x1APgrXnqe99bHWEBglL1nTfJZWg4wZI-vci2WX4Ql-BPSNvOfWNJomzFs5_KJLah3CO14TDx5LI-8ckrPGChk_NrqE5i-E6qPCLObgWT6otMr0x7fJVc9IAPsYbLorckDuKOp9kFnOc8y9jTdOr4Xo_8UiC0Kcb7bqEWj6gIQdSmSwj9Jp79FgGRVPM1BiTwSPzNm2JLqDthMfIbTDrJ6KXiVanCWUVjgGfI-_y0BmY8PzsLr3rvrBLPTfWCuekMhpb5herR-M3zm2a2z5cUyUvPdq7tvCB9AK3zfVLfh79MpQ1KaKa4chuy4oXECtf6m8xrIoOsBG8GHBg6tQKZo6bVGCW0wpHmOTYxK-RZo9fnnj02XQ11IzpqiQARQ-tq8mnTh4KNdoii8tAPmgycuSXT_LSINvSQweonzdlWhre9Wuq9e34I8tNtcYfwPUMwX14qrWxYE0kicR8j1ymk0q_HhZVXbkAFle4D8qoYPBJGm0C4UiYZsi2OwhVFFvHwLf6fBxC80GpEC6n_x7piCpx1N-oWGeD3ZBBl-e8OLP2jnp3uOmELb9_Vx9VFX7SbXi4Sk1zW-q-0-CXDarOb1ClVrbnWVBWEuxzxBcfWDRnfcoA4AIe-Pmo5FekB_9szCaMRdqE |
41 changes: 41 additions & 0 deletions
41
...67c41b9abc10ce0f62c3b24bcbaa/update/scan_table_check_cf0d6b87c3951610eb11ba2ed4013162.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><record_update table="scan_table_check"> | ||
<scan_table_check action="INSERT_OR_UPDATE"> | ||
<active>true</active> | ||
<advanced>false</advanced> | ||
<category>user_experience</category> | ||
<conditions table="sys_documentation">hintISEMPTY^EQ<item endquery="false" field="hint" goto="false" newquery="false" operator="ISEMPTY" or="false" value=""/> | ||
<item endquery="true" field="" goto="false" newquery="false" operator="=" or="false" value=""/> | ||
</conditions> | ||
<description>Having hit for a field will provide additional information for users and it will provide better user experence</description> | ||
<documentation_url/> | ||
<finding_type>scan_finding</finding_type> | ||
<name>Check for fields without hints</name> | ||
<priority>4</priority> | ||
<resolution_details>- Update the hint for the field</resolution_details> | ||
<run_condition/> | ||
<score_max>100</score_max> | ||
<score_min>0</score_min> | ||
<score_scale>1</score_scale> | ||
<script><![CDATA[(function (engine) { | ||
// Add your code here | ||
})(engine);]]></script> | ||
<short_description>Provide hints for fields for better user experence</short_description> | ||
<sys_class_name>scan_table_check</sys_class_name> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2024-10-22 04:54:46</sys_created_on> | ||
<sys_id>cf0d6b87c3951610eb11ba2ed4013162</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_name>Check for fields without hints</sys_name> | ||
<sys_package display_value="Example Instance Checks" source="x_appe_exa_checks">ca8467c41b9abc10ce0f62c3b24bcbaa</sys_package> | ||
<sys_policy/> | ||
<sys_scope display_value="Example Instance Checks">ca8467c41b9abc10ce0f62c3b24bcbaa</sys_scope> | ||
<sys_update_name>scan_table_check_cf0d6b87c3951610eb11ba2ed4013162</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2024-10-22 04:54:46</sys_updated_on> | ||
<table>sys_documentation</table> | ||
<use_manifest>false</use_manifest> | ||
</scan_table_check> | ||
<sys_translated_text action="delete_multiple" query="documentkey=cf0d6b87c3951610eb11ba2ed4013162"/> | ||
</record_update> |