- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 03:12 AM
Hi,
On the Demand form i have a field called Business Case which is field of type HTML for that i need to autopopulate few values which i already added in the Default Value and it is working fine.
Now in some cases Demands get created from IDEA whenever idea is Accepted Demand auto created in the IDEA form we have a field called Description which is mapped to Business Case field. So when the Demand is created from IDEA now Business Case Default Values is overridden with the content from the Description field.
Now i want to have the Default values as usuall and add the Description value coming from IDEA should also need to populated
Ex:
IDEA -> Description -> This is test Description
On Demand i need to set as:
This is test Description
Specificatoin:
Justificaiton:
Can anyone please help me how to acheive this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 04:00 AM
You can update in BR written on Idea tabel where Demand is created. You have to add below code:
Yuu can change the values as per your requirement.
demand.setValue('business_case',"<p>Specificatoin:</p><p> </p><p>Justificaiton: </p>");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 03:32 AM
Upender,
Can we create a BR on Demand itself because we dont want to update the OOB script.
can you please suggest with sample script on Demand table itself
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 04:00 AM
You can update in BR written on Idea tabel where Demand is created. You have to add below code:
Yuu can change the values as per your requirement.
demand.setValue('business_case',"<p>Specificatoin:</p><p> </p><p>Justificaiton: </p>");