| 
        
                Use the 3DEXPERIENCE platform tools to create all the needed users. Each user is represented in the data by
                    a person object. 
            
                Start an MQL session. For more information, see Running MQL. 
            To set the context for the MQL session, run this command:set context user creator;
                 To create a group,
                    run this command: 
                
                     add group <NAME> description <DESCRIPTION> assign person <PERSON_NAME>; Where:  
                            <NAME>is the name of the group<DESCRIPTION>indicates the purpose of the
                                group<PERSON_NAME>is the name of a person you
                                want to add to the group. Include an assign person <PERSON_NAME>;clause for
                        each person you want to include in the group. For example:
                         add group "Trade Show Support"
   description “Personnel for Trade Show Support”
   assign person elsie 
   assign person mark
   assign person richard
   assign person jenine; For more information, see the MQL
                 Command Reference: group Command. To add users to
                        the group after it is created, use the modify groupcommand.
                Register the new groups with Collaboration and Approvals using the registration wizard. For more information, see Registering Your Own Administrative Objects. 
            
                Create or open the text file to contain customized string resources. For more
                    information, see Editing Properties Using MQL. 
            
                Add the group name: 
                
                     #Group properties
emxFramework.Group.<GROUPNAME>=<DISPLAYNAME>
                Repeat steps 6-7 for each language to enter equivalent string resources for the
                    strings defined in step 2. 
            
                When finished updating the text file with all string resources you want to
                    modify, including the ones shown here, use the text file to modify the page
                    objects. For more information, see Editing Properties Using MQL. 
            
                Redeploy the application if an exploded .war file is not being used. 
            
                Restart the 3DSpace server and application servers. 
            
 |