Catalog Item or Record Producer

N_Y_1014
Tera Contributor

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.

1 ACCEPTED SOLUTION

manjusha_
Kilo Sage

@N_Y_1014 

 

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

View solution in original post

2 REPLIES 2

manjusha_
Kilo Sage

@N_Y_1014 

 

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

N_Y_1014
Tera Contributor

Thank you for your response.

I would like to use Record Producer to accomplish the requirement.