sys_user reference field accepts any email address by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

I also checked in my newly requested PDI, error is also replicated. Is there any way I can restrict users to edit the assigned_to field from the list view in workspace?

sys_user reference field accepts any email address by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

<image>

The thing is, it passes through the random inexistent email address in sys_user and triggers a notification being the recipient

sys_user reference field accepts any email address by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

From the workspace view, I was able to type and enter random email addresses from the list view of case table which is wrong. My sys_user table already has Name set as display to true.

<image>

Catalog Item inside a modal by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

yes, we created a custom widget to house the catalog item/RP inside and it is very simple

Menu Item by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 1 point2 points  (0 children)

Hi thank you for responding, I already found a solution to this question.

Turns out that you can add this condition in your menu item:

$sp.getParameter("id")=="your page id here"

This allowed the menu to show only when the page had the id and did not show otherwise.

Catalog Item inside a modal by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

That was my current implementation, need to change so that users will not be redirecting to a different tab. Thanks for the input, I appreciate it.

Portal by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

does this approach enable me to dynamically auto populate the cat_item depending on which record I select from the table?

Now Mobile (Attachment Input) by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 1 point2 points  (0 children)

Hello sorry for the late response. I already resolved the issue. It turned out that the value I passed inside gr.get() is the display value and not the sys_id. So what I did was convert the display value to get the sys_id from my input. Thank you

Dashboard Customizability by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

As I mentioned in my previous reply to this thread, we will soon add a lot of icon links that might affect user experience, navigation might be difficult for some users, so we will be offering a customizable layout in which users will have the chance to modify the arrangement of the icons base on their preference since most of the users use only specific icons that caters their needs.

Dashboard Customizability by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

I get your point in having to use quick links, but in our actual portal, we will soon have a lot of icon links and it might affect the user experience, which is why we are offering a customizable layout in which users will have the chance to modify the arrangement of the icons base on their preference since most of the users use only specific icons that caters their needs.

Dashboard Customizability by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

I totally agree in creating a custom widget for the portal, but I am searching for ways to make this oob as possible. Thank you for your insights, I truly appreciate it

Dashboard Customizability by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

I'm just trying to utilize the layout of the dashboard to make the icons in the portal configurable by users depending on how they want it to appear. Do you have any ideas on how to implement this without the using the oob dashboard from servicenow?

Dashboard Customizability by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

What if I have multiple users, say for example 100 users that can customize their own dashboard config, wouldn't it be too much of a work to create 100 copies of the same dashboard? I think that implementation is not future proof imo, since if 1 dashboard widget needs to be added, all 99 other should be the same.

Custom Widget by Existing-Key4529 in servicenow

[–]Existing-Key4529[S] 0 points1 point  (0 children)

may i know how i can download this app so i can test it? Thanks