- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 08:26 AM
We have an integration which is working fine but if the ticket is created from record producer by some users it is not working. When we checked the logs we are getting a strange message like invalid table name.
We found there is no issue with roles.
Why it is not working for few users?
Help is highly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 11:16 PM
@chakriy There you go. Using getClassDisplayValue() returns the table name in the user preferred language. Hence try another approach to pass the table name.
Please mark my answer helpful and accept as solution if it helped you 👍✅
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 11:16 PM
@chakriy There you go. Using getClassDisplayValue() returns the table name in the user preferred language. Hence try another approach to pass the table name.
Please mark my answer helpful and accept as solution if it helped you 👍✅
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 01:30 AM
Thank you so much Anvesh
We have hard-coded the table name for now, as this BR is specific to that particular table.
Thanks Again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:33 AM