I want to add shost descprtion data in descprtion
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 03:23 AM
I want to use business rules in which when we save the incident as a result short description data should copy into Description data .
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 03:47 PM
have you tried anything?
You can make use of before insert BR on your table.
Get the value of the fields using current object something like below:
current.field_name; // in your case it will be current.short_description
Let me know if you stuck anywhere
Thanks,
Murthy
Murthy