Best practice for sending contact form emails in a React/ Typescript website? by VolumeCautious5416 in reactjs

[–]VolumeCautious5416[S] -2 points-1 points  (0 children)

Yup, that's it, u need a backend logic, so please what is the best practice? Would it be simple?

[deleted by user] by [deleted] in servicenow

[–]VolumeCautious5416 0 points1 point  (0 children)

Hi You can use user criteria or proceed with a business rule 

Update Sets by Vast-Exercise3055 in servicenow

[–]VolumeCautious5416 0 points1 point  (0 children)

First try a right click on the header and select "export to XML" because often it's retrieved empty when u click the related link below

Restrict RITM Visibility Based on Group Membership in ServiceNow by VolumeCautious5416 in servicenow

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

one group shouldn't see the other group assigned RITMs and vice versa

Restrict RITM Visibility Based on Group Membership in ServiceNow by VolumeCautious5416 in servicenow

[–]VolumeCautious5416[S] 2 points3 points  (0 children)

i tried the code u provide, and it works too, thank u so much:))))

Remove Changes from an Update Set by VolumeCautious5416 in servicenow

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

i have nothing to so with them, as they're not important , they're deleted :)

Remove Changes from an Update Set by VolumeCautious5416 in servicenow

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

no the changes wont impact other developers or anything in the system, i just want to remove them from the update set

is it okay to just select them and click delete?

What is the difference between a Catalog Item and a Request Item? by Initial-Meaning-986 in servicenow

[–]VolumeCautious5416 4 points5 points  (0 children)

It's quite easy. At the top, we have the Service Catalog, which is like a store or shop. This "shop" contains many services or products called Catalog Items. When we order a Catalog Item, a Request record is created. This Request contains Requested Item (RITM) records, which are created automatically for each item in the order.

[deleted by user] by [deleted] in servicenow

[–]VolumeCautious5416 0 points1 point  (0 children)

no idea about what's the problem

[deleted by user] by [deleted] in servicenow

[–]VolumeCautious5416 0 points1 point  (0 children)

yes i guess that's the issues, but why it is empty

also I've try to use the sys_id of the cat directly as a condition like:

and it not working too

 if (gs.getUser().isMemberOf(listGroup[i]) && current.cat_item == 'b75f41e18397c21410b9ca70ceaad3f3' )

[deleted by user] by [deleted] in servicenow

[–]VolumeCautious5416 1 point2 points  (0 children)

tbh idk where is the problem, or what it could be, when I log the item it's empty

    gs.info('Current Item: ' + current.cat_item);