Populating caller location using default value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2022 04:33 AM
Hi All,
I want to populate the incident caller's location on location field using the default value.
I tried with javascript:gs.getcaller_id().getRecord().getDisplayValue("location"); but it is not working.
Can you please help how can I achieve this ?
Note: Location field created on task table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2022 05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2022 05:53 AM
Hi Musab,
This would be a nice approach, but I think requirement says here to populate location field that is already present on the incident form?
That might be the reason to easily create reports on the incident table, for diff KPIs.
Dot walk approach will still work, but lets say location changes for a user, then incident wouldn't reflect accurate information
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 12:08 AM
That's what I meant, with user's location change, the information on Incident will also change.
Lets say User is in Bangalore at x date, now the user moves to California later, so now the incident location which should say Bangalore regardless of user's current location, instead it will show California, which is incorrect.
This is what will give inaccurate date while reporting.
Hope this makes sense
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 05:42 AM
