How do you reset a Profile Card in Web Editor?

How do you reset a Profile Card in Web Editor?

How do you reset a Profile Card in Web Editor?


You can use the Web Form Designer in order to make the changes to the Web Editor Profile Cards or you can simply reset the Web Editor Profile Cards that have been changed and then let the system re-generate them based on the updated Profile Cards from SMARTEAM - Editor.

In order to reset a Web Editor Profile Card you need to run some SQL commands on the database.

Here is an example using the Drawing class:

-----

SELECT CLASS_ID FROM SMARTEAM.TDM_CLASS
WHERE CLASS_NAME='Drawing';
> 101

DELETE FROM SMARTEAM.TDM_CONFIGURATION_SETS
WHERE TDM_KEY='101';

Commit;

-----

After running the SQL command to reset the Web Profile card run an iisreset on the Web Editor server.

Once the Profile Card is viewed in Web Editor then it will automatically re-generate itself.