How to push data from one form to another form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2016 04:05 AM
I am new to service now, creating an application here. I want to Push data from Form A to Form B. I can see only set fields in workflows to set the field in same form. How can I push the same data to another form?
Thanks,
Neha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 05:24 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2017 08:50 PM
Hi Chuck
I am also new to Servicenow envirnoment, .Your comment make me bit confident .
Need one help can you please tell me how to use client script to achieve the same

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 05:59 AM
Tushar,
This is not a good use for client scripts - copying data from one record to another. That's where you want do the code on the server side where you have access to the database directly.
If you can elaborate on what your requirement or use case is, I would be happy to comment on an appropriate solution. You may also want to consider posting your question in a new thread so that others can view and add their input as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 07:43 PM
Thanks alot.
My thought was as I push event is triggering after some one submitting data at client side. So I think it will be a good if we write a client script.
Thanks for the input that if we have any database event we should write it on server script for better performance .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 09:51 PM