Refer Data Fabric table to local Servicenow Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
HI Team,
I am trying to use one of my DF table as a reference table of a local servienow table but when I checked in Refereence table list this DF table not showing and I have checked Reference field qualifier it has mentioned below script
javascript: GlideDataFabricEngineService.getInstance().isTableAllowedDataFabricReference(current.name) ? 'name!=sys_choice^EQ' : 'is_df_table=false^ORis_df_tableISEMPTY^name!=sys_choice^EQ';
My understanding some how my local table is not allowed data Fabric refereence & I am not sure where to check & make it allowed. Didn't found much documentation on this.
Would be appreciate if anyone have any idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The GlideDataFabricEngineService belongs to the Workflow Data Fabric Hub and Zero Copy Connectors application suite in ServiceNow.
It is not available in PDI.
This modern capabilities can only be accessed in company/ client environments as it requires active commercial subscription and license procurement before activation.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Thanks for your response. I am aware it is not available in PDI . What ever I mentioned is in actual customer environment where we have DF table & want to use those table as reference table.