Customizing the Autoname Series

You can create separate autoname series for different types. This section shows you how to create separate autoname series for different ENOVIA types.

  1. Run the following MQL commands.
    Run MQL from the Live Collaboration Server folder or from 3DSpace. For more information, see Installation and Setup | Administrate | 3DEXPERIENCE Platform | 3DSpace | Collaboration and Approvals | Administrative Utilities | Running MQL
  2. Create new Object generator for new auto name series (revision) & Set the following attributes on objects of type eService Object Generator:
    • eService Safety Policy
    • eService Processing Time limit
    • eService Safety Vault
    • eService Retry Count
    • eService Retry Delay
    • eService Name Suffix
    • eService Name Prefix

    For example, MQL>add bus 'eService Object Generator' 'type_CADDrawing' 'M Size' policy 'eService Object Generator' vault 'eService Administration' 'eService Safety Policy' policy_CADDrawing 'eService Processing Time Limit' 60 'eService Safety Vault' vault_eServiceAdministration 'eService Retry Count' 5 'eService Retry Delay' 1000 'eService Name Suffix' '-N' 'eService Name Prefix' 'D-';

  3. Create a Number Generator with same series (revision) and set the attribute eService Next Number on the objects of type eService Number Generator.
    For example, MQL>add bus 'eService Number Generator' 'type_Part' 'M Size' policy 'eService Object Generator' vault 'eService Administration' 'eService Next Number' 0000100;
  4. Connect the object generator created in step 1 and number generator created in step 2.
    For example, MQL>connect bus 'eService Number Generator' 'type_Part' 'M Size' relationship 'eService Number Generator' from 'eService Object Generator' 'type_CADDrawing' 'M Size';

The new autoname series is displayed in the ENOVIA New dialog box when the related CAD type is selected.

The ENOVIA Save options dialog box displays the new autoname series if the relevant CAD type is selected for save to ENOVIA.