- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2015 01:29 AM
Hi Tony,
I did follow all the steps defined above.
Here is the query I am using:
select * from OPENQUERY(SERVICENOW,'select [label],element,dependent_value,[hint],language,cast(sequence as int),sys_id,value from sys_choice order by [label] asc')
I am getting correct data for only 'label' column. All other columns show up as NULL, though they have data in them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2015 01:35 AM
Hi Tony,
I created a ACL on column 'element' and I was able to pull data for that column. Will try to create ACLs for other columns as well and see if it works. But not sure why I have to create at column level when I already have one at table level.
Thanks,
Hemant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2015 02:06 AM
Hi Hemant,
Good news!
You can OK all the fields at the same time with a sys_choice.*
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2015 02:21 AM
Thanks Tony. sys_choice.* works well..
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2015 03:28 AM
Hi Hemant,
Excellent news!
All good now? If not, can you update with further questions.
If yes consider marking the question as answered, and marking replies as helpful as appropriate.
Best Regards
Tony