- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 08:37 AM
Hey Developers,
I want to set a string under Additional comments on Incident form when Contact type = Event & state is resolved.
I tried below script but no luck
Please suggest.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 09:34 AM
I just tried this in my PDI.
It worked until I put the state value condition.
Can u plz help with that?
I removed string also from 6 still no luck
if(type=='phone'|| state==6).
It just worked.
I used && now.
But in my actual instance. I need it on OnChange.
Plz help with that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2022 05:38 AM
cheers mate!!
Close the thread by marking the most appropriate answer so that anyone else in the similar situation can refer to this thread.