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? -->
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.
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.