Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Dynatic content block for dot walk field

Wendy Kuo
Tera Contributor

Hi, 

Is it possible to create dynamic content block, for a field that I need to dot walk to. For example, m2m_kb_task is the table I use for the report. But the field, u_subject, which I need to create content block on is on kb_knowledge table that I need to dot walk to from m2m_kb_task table. As I have only done the content block for a field from the direct table, never via dot walk, so I am unsure of how to go about setting one up

 

1 REPLY 1

RobL-NIH
Kilo Contributor

I am working on the same situation.  Would love to see someone post an answer.   This is the code that is not working just trying to show the table dot walk:

 filter_message.filter = "x_nuvo_eam_verification_data.x_nuvo_eam_facilities_devices.nameCONTAINS"+ searchTerm;
Not sure how to cite or include the dot walk table