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 many ways to insert record? and how to insert record in table?

ram2497
Tera Contributor

How many ways to insert record? and how to insert record in table?

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,


There are various ways to create records:

1) Scheduled Jobs

2) Client Script and Script includes.

3) Transforms and Data Sources

4) BR

5) Integrations

6) Web services

7) MID Servers

😎 Events

9) Tables 

 

Thanks,
Ashutosh Munot

View solution in original post

7 REPLIES 7

Bhagya Lakshmi
Mega Guru

Hello,

As for as I know There are 3 ways to insert a record in table.

1. click on New button on list view of table.

2. List edit in list view of table.

3. Through server script.

 

find_real_file.png

 

2.

find_real_file.png

Midhun1
Giga Guru

Hi Ram,

You can create a record using Data Sources as well.

Abdul Fathah
Mega Guru

Hi,

You can create a record through below ways,

  • Click New button on the list view.
  • Create New(if module available in left navigation)
  • Data Source
  • Glide Record Insert
  • Integration
  • Inbound email Actions
  • By using this URL https://<instance url>/<table_name>.do??&sys_id=-1

Thanks,
Abdul Fathah.
---------------------------------------
Please mark Helpful/Answered based on my response

Thanks,
Abdul Fathah
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,


There are various ways to create records:

1) Scheduled Jobs

2) Client Script and Script includes.

3) Transforms and Data Sources

4) BR

5) Integrations

6) Web services

7) MID Servers

😎 Events

9) Tables 

 

Thanks,
Ashutosh Munot