- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2024 09:52 AM
whenever I post any text from the "additional comments" field of the sc_task table, then it should be reflected (will be posted automatically) in another table field which is "additional comments" of the sc_req_item table.
and the same thing will occur in reverse like
whenever I post any text from the "additional comments" field of the sc_req_item table, then it should be reflected (will be posted automatically) in another table field which is "additional comments" of the sc_task table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2024 09:57 AM
Here is the solution !
You need to create a business rule on both tables copying additional comments vice versa.
I hope this helps ...
āļø Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2024 09:57 AM
Here is the solution !
You need to create a business rule on both tables copying additional comments vice versa.
I hope this helps ...
āļø Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2024 10:21 AM
@Sohail Khilji Thank you very much for this, it is very helpful.