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.

How to create table using Background Script?

kpathak1803
Tera Contributor

How to create table using Background Script? 

Please do let me know.
Thank you!

2 ACCEPTED SOLUTIONS

J Siva
Kilo Patron
Kilo Patron

Hi @kpathak1803 
May I know why you're trying to create a table using a script? Table creation involves a series of dependent actions, such as defining fields, generating artifacts, and more.
Regards,
Siva

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@kpathak1803 

But why?

I won't recommend this as it doesn't fit in best practice.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

4 REPLIES 4

G Ponsekar
Giga Guru

Hi @kpathak1803 ,

 

Please check = https://www.servicenow.com/community/developer-forum/can-i-create-a-custom-table-via-a-script/m-p/18....

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

 

Thanks, GP

J Siva
Kilo Patron
Kilo Patron

Hi @kpathak1803 
May I know why you're trying to create a table using a script? Table creation involves a series of dependent actions, such as defining fields, generating artifacts, and more.
Regards,
Siva

Ankur Bawiskar
Tera Patron
Tera Patron

@kpathak1803 

But why?

I won't recommend this as it doesn't fit in best practice.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ct111
Tera Sage

Something similar has been attempted in below THREAD.

 

LINK

 

Please check , i hope this helps