- After installing Materials Compliance Management and before importing data, execute this MQL command:
transition project_org policy 'Data Holder' project ‘COLLABORATIVE_SPACE_NAME’ organization 'COMPANY_NAME' overwrite; Where: COLLABORATIVE_SPACE_NAME is the name of the collaborative space your users belong toCOMPANY_NAME is your company name the users belong to
Only execute this command after installing Materials Compliance Management. You do not need to run it after importing data. -
After importing data with a different collaborative space and organization than the one assigned to your users, execute this MQL command:
transition project_org policy 'Declaration Level','Battery Information','Material Classification',
'Compliance Application','RRR Recycling Technology','Compliance Definition (Enterprise)','Substance',
'Compliance Type','Substance Classification','Customer Program','Substance Purpose','Data Holder',
'WEEE Classification' project ‘COLLABORATIVE_SPACE_NAME’ organization 'COMPANY_NAME' overwrite; Where: COLLABORATIVE_SPACE_NAME is the name of the collaborative space your users belong toCOMPANY_NAME is your company name the users belong to
You can also create a script that contains the above command and execute the script when needed.
|