Refer Data Fabric table to local Servicenow Table

DebasishB020792
Mega Contributor

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.

 

 

2 REPLIES 2

Tanushree Maiti
Tera Patron

Hi @DebasishB020792 

 

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.

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

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.