Need to create an approval on purchase order table related list by using workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2023 07:21 AM
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 02:54 AM
@rahul kumar10 found the issue
in relationship just keep any one query only
current.addQuery('document_id', parent.getUniqueValue());
or
current.addQuery('sysapproval',parent.getUniqueValue());
If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala
Bharath Chintala
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2023 04:57 AM
Still facing the same issue .