Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Can not use Embedded list, show "only supported in UI16 and earlier".

Yunfei Chen
Kilo Explorer

Hello all,

I'm learning Now platform and try to create an App. The App has two data table Order and Order Line, and Order Line has a reference field to Order.

There is a embedded list "Order Line -> Order".find_real_file.png

 

But once I put it to the form, it not work.

find_real_file.png

How can I fix this?

1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage

To use embedded list, revert to UI16.

For all user, set system property "glide.ui.polaris.experience" to false.

 

View solution in original post

6 REPLIES 6

Hitoshi Ozawa
Giga Sage

To use embedded list, revert to UI16.

For all user, set system property "glide.ui.polaris.experience" to false.

 

Thank you very much. It worked.

I tried this before but it still show this "not supported" message in form builder so I thought it not the right way. In fact it worked in preview...