Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Xpath of a custom table

Avatar

Level 2

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!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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