- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 09:43 PM
Hi can anyone please help me with scenario for
i have created a new field called as ' related project' in change task, i have to pass the value from the change to change tasks .
change has ' related project' and change task has related project field.
how to pass variable value from change to change task?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 12:04 AM
Hi @raj765_32
Try, display business rule. It will work
Please check and Mark Helpful and Correct if it really helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 11:17 PM
Hi @raj765_32
If we create change task from related list of change table then by using default value we can achieve this. In default value set current.change_request.related_project_field name(your related project field backend name)
Please try this and Mark Helpful and Correct if it really helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 11:20 PM
i have written a before business rule and insert and update in change task table and below the code :
its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 12:04 AM
Hi @raj765_32
Try, display business rule. It will work
Please check and Mark Helpful and Correct if it really helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 11:26 PM