The Zurich release has arrived! Interested in new features and functionalities? Click here for more

how to delete submited record producer without damaging location table

Noura Alkhudair
Tera Contributor

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

3 REPLIES 3

Mohammad Nayeem
Tera Expert

 

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.

palanikumar
Giga Sage

Hi,

You will not see any impact to the table.

Thank you,

Palani

Thank you,
Palani

H_9
Giga Guru

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.

Thanks. 🙂