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

metadatacard lookup field

Former Member
Former Member
Hi, when a document is added to M-Files, the meta data card pops up.
When selecting a value from a property list (like contacts), a new empty property box  will be added to the card right underneath the previous filled value.
Can I disable this default behaviour through metadatacard configuration? In some cases, only one value is required.
Parents
  • I found out that there's an undocumented metadata card configuration behavior which should help here: you need to add [tt]"AutoEmptyLine": false[/tt] to the property behavior via the Advanced tab (this option is not available in the graphical configuration UI).

    Example:

    "Behavior": {
    "Properties": [
    {
    "Property": "1079",
    "AutoEmptyLine": false
    }
    ]
    }


    As this is an undocumented feature I'm not sure when this was added so if you are running an older version of M-Files this option might not be available.
Reply
  • I found out that there's an undocumented metadata card configuration behavior which should help here: you need to add [tt]"AutoEmptyLine": false[/tt] to the property behavior via the Advanced tab (this option is not available in the graphical configuration UI).

    Example:

    "Behavior": {
    "Properties": [
    {
    "Property": "1079",
    "AutoEmptyLine": false
    }
    ]
    }


    As this is an undocumented feature I'm not sure when this was added so if you are running an older version of M-Files this option might not be available.
Children
No Data