Skip to main content

Hello!  I would like to update this setting (“Use Part Catalog Description...”) at the site level for all sites.  Is there a “right” way to do this without having to manually check this box for every site?

 

Site setting

Thank you in advance for any information.

This is for IFS10, UPD8.

Marty

Hi @MWitczak, If you have access to the database, you can do this using an update query.


When we are updating that check box from the application, it will call the following method.

So you can create a script to update the check box, including this method call.

SITE_DISCOM_INFO_API.MODIFY__


Hi @MWitczak 

looks like you are using an IFS version based on Enterprise Explorer (like App10), right?
if you are familiar with the data migration tool you could also use this to batch update the flag for all parts.

Best regards


Reply