How to get the table name of a dot walked record in server end through the scripting??

Madhav Rao D V
Tera Expert

Hi All,
I have a requirement of getting the table name of a dot walked record in server end through the scripting. Is there any way to get the table name??.
current.dot-walked.getTableName() retrieves the table name of the current's not the dot-walked.

1 ACCEPTED SOLUTION

Hi,

You can use:

current.dot-walked.sys_class_name;

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @Madhav Rao D V 

try current.dot-walked.getRefRecord().getTableName() 

Maik

Hi,

You can use:

current.dot-walked.sys_class_name;

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande