- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 03:33 AM
Hello.
I am trying to create a functionality to create departmental applications as records from the portal to a table according to the requirements and then approve them in the workflow.
Initially I tried to use catalog item, but I am having a hard time because the table where the application records are created is a custom table.
Is there any way to create a catalog item as a custom table record?
Also, is it ok to use a record producer when using a custom table even if the application form requires approval?
Thank you in advance for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 03:39 AM
To create a record in custom table you have to use record producer .
To trigger approvals you can use flow designer
Catalog items are used to create records in RITM table
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful based on the Impact
Thanks,
Manjusha Bangale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 03:39 AM
To create a record in custom table you have to use record producer .
To trigger approvals you can use flow designer
Catalog items are used to create records in RITM table
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful based on the Impact
Thanks,
Manjusha Bangale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 05:05 PM
Thank you for your response.
I would like to use Record Producer to accomplish the requirement.