Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to know table name in client script?

Koji Yanase
Tera Contributor

I'd like to know the current table name in client script to determine whether it is the extended table. "current.getRecordClassName()" can't be used.

Thanks.

1 ACCEPTED SOLUTION

khadija3
Tera Guru

Hello you can use g_form.getTableName() to get the table name

View solution in original post

4 REPLIES 4

khadija3
Tera Guru

Hello you can use g_form.getTableName() to get the table name

Thank you for your answer!

Koji

Trupti6
Tera Expert

Hi 

You can not use current object in client side scripting,

you can use below code,find_real_file.png

Hope this will helpful to you:)

Thanks,

Tripti

Thank you for your reply!

Koji