- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 08:58 AM
Hello to all !
I'm looking for the best way to send tasks like Change, HR_Case or Incident,
from a record producer,
with the name of the record producer in the short_description.
For example :
>>>
Nothing found in the wiki,
I'm sure you've did this before, can you give me some advice ?
Thank you !
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2016 09:26 PM
Hi Vincent,
One easy way to achieve this would be:
Create a variable on Record producer(name: short_description), as follows:
Dont forget to add Default value as: javascript:current.cat_item
And you're done.
Now, if you want, you can write a Catalog UI policy to hide the variable 'short_description' containing the name of the Record producer, as:
Thanks,
Deepak.
PS: Hit like, Helpful or Correct depending on the impact of the response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 09:10 AM
In the script area of the record producer, you can add:
current.short_description = 'name of producer goes here'; |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2016 02:42 AM
Thank you Micheal,
I'm precisely looking for a script like this one,
I'd like to get the reference of my task.name to have the same script for every record producer without writing manually its name.
Do you have any advide ?
Vince.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 09:13 AM
Hi Vincent,
When you are creating HR0001082 or any task in this table, do you have any field on the form that specifies that this HR task was created by the record producer, not manually by service desk/Admin/HR team? If yes, then you can create a business rule (after), and use scripting to add the name of record producer using that field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2016 02:44 AM
Thank you Kunpriya !
I have not look after a BR yet.
How can I implement your idea ?
Thank.