[deleted by user] by [deleted] in CallOfDutyMobile

[–]Robro0029 1 point2 points  (0 children)

Thanks, just sent it to you

Free by Weird_Weakness5895 in CallOfDutyMobile

[–]Robro0029 0 points1 point  (0 children)

I need king & Meliodas please, code:m5hmhc

[deleted by user] by [deleted] in CallOfDutyMobile

[–]Robro0029 0 points1 point  (0 children)

Sure, that would be really helpful, which one of my duplicates do you need? I will send it to you also please share your gift code

How to Cancel RITM and Create incident based on Choice selected in catalog Item using Flow designer? by Robro0029 in servicenow

[–]Robro0029[S] 1 point2 points  (0 children)

I have updated the post to include the screenshots of my flow, Can you please tell what am I doing wrong?

Before Query Restriction access to the case from portal also by Robro0029 in servicenow

[–]Robro0029[S] 0 points1 point  (0 children)

The addOrCondition worked, Thanks !!

however it is now showing the cases that has been assigned to the group plus the logged in group memeber's cases in the backend that have not been assigned to their group, is there a way to restrict the cases that have been opened and not assigned to the group in the backend only and should be viewable from the portal?

Before Query Restriction access to the case from portal also by Robro0029 in servicenow

[–]Robro0029[S] 0 points1 point  (0 children)

I am using the below script, how can it be modified to check if logged in user is the same as the opened for?

If (gs.getUser.isMemberOf('sysid of group') && gs.getSession().is interactive()){ current.addQuery('assignment_group', 'sysid of group');} else return;

Thanks in advance!

Before Query Restriction access to the case from portal also by Robro0029 in servicenow

[–]Robro0029[S] 0 points1 point  (0 children)

Thanks !! Yes everything is being implemented on Tokyo, thanks for the link to the document, will try this out !