how to delete submited record producer without damaging location table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 12:41 AM
I have submitted a record producer that is linked to a table , if I delete the record producer will it harm the table? if yes is there a way to remove it saftely, thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 02:31 AM - edited ‎10-17-2022 02:43 AM
When Record Producer is deleted, the related variables, Catalog Client Scripts and Catalog UI Policies will not be deleted, but they lose the association. So variable data exists, but the client side functionalities (read-only/mandatory/etc..) on the variables will be lost on the target table (form).
If you have not displayed the Record Producer variables on the target form, then you can ignore the concern mentioned above. You just have to handle the related stuff (variables, client scripts, etc..) as they will lose association with the Record Producer. Also "sc_item_produced_record" table loses association of tickets to its Record Producer.
You may want to consider making the Record Producer inactive if it serves your purpose, instead of deleting it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 02:39 AM
Hi,
You will not see any impact to the table.
Thank you,
Palani
Palani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 02:46 AM
No, There is no impact on the table.
If you dont want to use the record producer then simply just set the record producer as Active=False.