- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 05:54 AM
Hi Team,
I want to create a Request ITEM but there should not be any order or submit or request button available on display? We just want to suggest users buy themself that ITEM.
but the request method is three drop-down options available. How can I select none ?
Thanks
Ashok
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 01:25 PM
To me personally that is written in a bit of a chaotic way that does not make sense.
If you just want to for some reason have a catalog item out there and prevent users from ordering it, add a Catalog client script (on Submit) to it. And using this client script prevent form submission for that catalog item.
The script can go something like this
function onSubmit() {
//Type appropriate comment here, and begin script below
alert("You cannot order the item!");
return false;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2022 05:59 AM
you can hide button on portal by editing Service portal widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 10:42 AM
I need to hide that button for only one ITEM, Is that possible, Can you please help with settings.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 10:44 AM
What is the business goal for this? Seems rather odd. If you want to just insert a record into a table go for a record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 11:00 AM
Hi,
Our Hardware Asset Management team wants
just had information inside the item when you clicked on it from the catalog - They had no ability to request/order anything
We found that this stopped people for ordering those items under the Non-Standard catalog items as they actually found the item and were then guided away from IT. Although we have a KB in place people tend to look for an item and if it's not there they will go to the Non-Standard item
I would like to raise a request for one of these - do you know if we have the skill set inhouse to do this - not sure if its difficult or not"