- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 04:26 AM
Looking to know how to add to my script on making sure this button only appears on a specific catalog
currently have the following and it works but it shows up on all catalogs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 05:50 AM
try it without the function only with current… directly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 05:55 AM
Can you please mark my solution as Accept, As i helped you to write a condition.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 04:31 AM - edited 07-05-2023 04:34 AM
Hi Joshua,
current.sys_id == "sys_id" // mention the sys_id of specific catalog,
OR
current.name== "name" // mention the name of specific catalog,
Write this script in Condition Field.
Plz mark my Solution as Accept, If you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 04:37 AM
when I add it to the condition the cancel button disappears can you let me know what I am missing
do I need to add it to the script as well or just the condition,
I added it just to the condition but still it is missing I remove the condition and it re-appears
Thoughts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 04:42 AM
Hi Joshua,
Plz Check the Client Box, It will populate a OnClick Field where write cancelTRIM()
and remove the line 1 from script.
Plz mark my Solution as Accept, If you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 04:39 AM
Hello @Joshua Comeau,
write in the condition field the following:
current.sys_id == 'the sys_id of that specific item theat you want'
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards