- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021 04:37 AM
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.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021 06:22 AM
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.
3.Click on add to Service catalog related link, you will see next form
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:
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
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021 06:22 AM
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.
3.Click on add to Service catalog related link, you will see next form
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:
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
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021 07:50 AM
Thanks for information