Record producer to add new record in any table

Pratik Wakchaur
Kilo Contributor

Suppose I have created one custom table having some fields, but i dont want to give access to user to see or edit other record of that table but user can create only one record for that table. while creating record, user can fill all field that i created for that table. Can it be possible. If yes then how can i do this. is it possible by any other means.

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hi,

You can create record producer for your custom table and can use to create records. To restrict access for users, you may need some ACL's.

Below is the shortcut way to create record producer from your custom table.

1. Open table definition record of your custom table

2. Scroll down to the related links:

 

3.find_real_file.png

 

3.Click on add to Service catalog related link, you will see next form

 find_real_file.png

4. Fill Highlighted fields and move the column names to right side for which you want input from user. 

5. Save the form.

 

Or you can create a record producer by other way as well as given below:

https://docs.servicenow.com/bundle/orlando-it-service-management/page/product/service-catalog-manage...

This will create a record producer which will be available under service Catalog for selected category.

 

Please mark helpful and correct answer if this resolve your issue.

Thanks,

Anil Lande 

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

Anil Lande
Kilo Patron

Hi,

You can create record producer for your custom table and can use to create records. To restrict access for users, you may need some ACL's.

Below is the shortcut way to create record producer from your custom table.

1. Open table definition record of your custom table

2. Scroll down to the related links:

 

3.find_real_file.png

 

3.Click on add to Service catalog related link, you will see next form

 find_real_file.png

4. Fill Highlighted fields and move the column names to right side for which you want input from user. 

5. Save the form.

 

Or you can create a record producer by other way as well as given below:

https://docs.servicenow.com/bundle/orlando-it-service-management/page/product/service-catalog-manage...

This will create a record producer which will be available under service Catalog for selected category.

 

Please mark helpful and correct answer if this resolve your issue.

Thanks,

Anil Lande 

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

Thanks for information