Xpath of a custom table | Community
Skip to main content
New Participant
August 2, 2019
Solved

Xpath of a custom table

  • August 2, 2019
  • 1 reply
  • 1907 views

Hello,

How can I determine what the xpath of an extended table is?

I have extended my seed table and I am trying to reference the new table via xpath... I tried the name of the table but I am wondering if it follows this format? -->

custom_nms_seedMember 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

The xpath is from the join element of the primary table, assuming that's where you're referencing it from, e.g. nms:seedMember/extendedTableLinkName/@id. If you're accessing it directly, it's just cus:extendedTableName/@id.

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
August 5, 2019

Hi,

The xpath is from the join element of the primary table, assuming that's where you're referencing it from, e.g. nms:seedMember/extendedTableLinkName/@id. If you're accessing it directly, it's just cus:extendedTableName/@id.

Thanks,

-Jon