This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AutoFill Feature not Working Properly

Former Member
Former Member
Hello everyone,

I have an object which has 5 classes. I added the same properties in two of these classes, but when I tried to select the related class to fill out other properties, it does not work. Our agency confirmed that auto fill is not working for the classes which are under the same object.

I don't want to separate the classes and make each of them objects because I will have to change many created object.

Is there any solution to get this work?

Thanks!
Parents
  • Former Member
    Former Member
    Hi Vineta,

    I think it is not the same problem because you have four different object types. AutoFill should work fine with classes in different object types.

    You may need to edit registry to enable auto fill for all types of properties. I added the registry file content. You just need to change the version of your M-Files and the vault name according to yours. Then, create a reg file with notepad, then just double click.

    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Motive\M-Files[b]11.3.4330.134[/b]\Client\Common[b]VaultName[/b]\AutoFillingOfProperties]
    "AutoFillLookupsOnly"=dword:00000000
    "AskForConfirmation"=dword:00000000
    "Enabled"=dword:00000001

    Hope this will solve your problem.
Reply
  • Former Member
    Former Member
    Hi Vineta,

    I think it is not the same problem because you have four different object types. AutoFill should work fine with classes in different object types.

    You may need to edit registry to enable auto fill for all types of properties. I added the registry file content. You just need to change the version of your M-Files and the vault name according to yours. Then, create a reg file with notepad, then just double click.

    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Motive\M-Files[b]11.3.4330.134[/b]\Client\Common[b]VaultName[/b]\AutoFillingOfProperties]
    "AutoFillLookupsOnly"=dword:00000000
    "AskForConfirmation"=dword:00000000
    "Enabled"=dword:00000001

    Hope this will solve your problem.
Children
No Data