Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Client Script how to get table name of self

xiaix
Tera Guru

find_real_file.png

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

g_form.getTableName() will returns the table name.

 

Mark the comment as a correct answer and also helpful if it answers your question.

View solution in original post

2 REPLIES 2

asifnoor
Kilo Patron

g_form.getTableName() will returns the table name.

 

Mark the comment as a correct answer and also helpful if it answers your question.

I knew that.  <slaps forehead>... I was trying to overthink it.  Thanks for the sanity check, asifnoor!