Set view on SCTASK form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 05:38 AM
Hello. For the SCTASK form, I have a view called Supply Order. If the Short Description for the SCTASK begins with "Supply Order request" then I would like the SCTASK to open in the Supply Order view. Is there a way that this can be set? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 06:44 AM
You need to create View Rule and set the table to sc_task and set the Conditions accordingly e.g. short_description STARTWITH Supply Order request
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 07:24 AM - edited 08-21-2024 07:25 AM
Hello @Tom Lapkowicz,
Try this using UI script/ view rule.
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 08:30 AM
Hi @Tom Lapkowicz,
Create a View Rule on sc_task table and set the condition "short_descriptionSTARTSWITHSupply Order request".
If you found my reply useful, please mark it as Solution and Helpful. This will help me and the community.
Thanks and Regards,
Ehab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 05:57 AM
I attempted to create a View Rule. For items where the Short Description starts with "Supply Order request" it is opening them up in the Supply Order view (as expected/desired). However, for items where the Short Description does not start with "Supply Order request" it is still opening them in the Supply Order view. Any ideas what I am doing wrong? I have attached screenshots of the View and the View Rule. Thank you.