- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 05:15 AM
how to copy variable field on catalog task form to another field ?
i need to copy select from select a peripheral to the asset field , is it to use business rule ?
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 07:50 AM
Hi @chercm ,
Can you please try the below in your business rule:
current.u_asset = current.request_item.variables.item_requested;
If you find my response helpful, please consider marking it as the 'Accepted Solution' and giving it a 'Helpful' rating. Your feedback not only supports the community but also encourages me to continue providing valuable assistance.
Thanks,
Amitoj Wadhera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 10:48 AM - edited 06-02-2024 10:49 AM
Hello @chercm
Please refer link might be help you :https://www.servicenow.com/community/itsm-forum/copy-catalog-item-variable-field-value-to-the-field-... .
If my answer is helpful please mark it as helpful or correct!!
Pratima.k