Question

Update site setting for 200+ sites


Userlevel 3
Badge +7

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


3 replies

Badge +14

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

Badge +14

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__

Userlevel 4
Badge +10

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