not able to map fields in catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2018 05:53 PM
i created a category in catalog > created a catalog item
i have a drop down in catalog item wherein user can select any person he is raising that request for, however the problem is that there is no map to option in catalog item, so not able to map that reference field ( referencing to sys_user) to requested for.
Can someone please help here ?
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2018 08:17 PM
Hi Uma,
I suppose you are creating Variables under the Catalog Item. Whilst, creating new Variable, you will have to choose type as Reference and You will have to choose the field type as Reference and also in Type Specification give Reference table value as 'sys_user'.
Below are screenshot and let me know in case of any issues.
On Catalog Item form-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2018 09:13 PM
Hi,
The Map To field is visible when catalog item is of type Record Producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2018 09:17 PM
You can add the Run Script under the Workflow, were you can write below code:
current.requested_for = current.varaiables.varaiable_name;
OR
on RITM you can wite OnBefore Business rule on Insert:
current.u_requested_for = current.variables.varaiable_name;
Thanks
Shashikant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2018 09:17 PM