URL is too large
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 02:38 AM
Hi All,
Can anyone please help us on the below issue.
We created one business rule to set one table records url in one URL type field called "Data Link" and when an user click on the url it will open new records list view in new tab.
But sometimes when we get more than 50 records url, after click on the url we're getting below error.
Please help us to complete this.
Advance thanks.
Error Image:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 05:54 AM
Sorry, it is cmdb_ci.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 06:22 AM - edited 01-08-2023 06:34 AM
HI Saurabh,
Thanks for the response.
if we stop sending the sys_id's then it will displaying all the cmdb table records.
But as per the requirement, we want to display only the based on the query conditions and returned sys_id's records when user clicks on the url.
Advance thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 07:08 AM
Give me the complete problem statement.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 07:18 AM - edited 01-09-2023 12:08 AM
Hi Saurabh,
Thanks for the response.
We have two tables,
1. if we look at script first we query one table and pushing the sys_id's
2. then we query the second table and added one query as first table sys_id's are not in second table.
3. finally we added for loop , what ever the sys_id's we're getting we're adding those sys_id's to our instance url.
and adding this url to one field.
So when an end user clicks on the link, it will open new tab and displaying the returned sys_id's records.
Example:
if we get only ten sys_id and when we click on that url it's working fine.
but
when we get large sys_id's then we're getting the below error.
Advance thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 12:11 AM
Hi @RaghavSh @Community Alums
Could you please help us the above mentioned issue.
Advance thanks.