- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2021 02:42 AM
Hi All,
I am creating a new Document Record, when a custom table record gets closed. But I also want to create Document revision record associated to respective Document created. For this I used flow designer that triggers when a document record is created. This is creating new Document revision record, but is not showing any relation with Document record. How to create a document revision record associated to respective document record created.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2021 05:13 AM
Are you attaching attachment on those fields after record creation.
You can write after update business rule on custom table, condition you can include
"field changes"
and then use that script to copy the attachment from custom table to revision table.
In business rule you have to get the revision record sys_id by glide record , i am assuming in your custom table you are storing "Document Revision" record , or storing custom table record in "Document Revision" form ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2021 08:38 AM
Hi
Yes it is on my personal instance.
https://dev77419.service-now.com/
username: admin
password: Cr8@01dec
BR Name: Create Document Record
Custom table name: Creative request form
Flow designer: Document Management.
Yes, we can connect if you are available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2021 10:21 AM
Thank you so much