How to create visual cues in M-Files Desktop UI

Hi,

Can anyone send examples of where the Desktop UI has been customized to show a visual cue when a metadata field throws an exception to predefined rules? e.g. if a user enters a value over a set limit (which is allowed), the colour of the metadata card changes colour or some other cue that gives a warning to the user?

Today the customer is just using conditional formatting in an excel spreadsheet which he likes.

Cheers

Parents
  • You could have a small piece of code which, when the value is over the limit, sets a lookup property to a value of "warning", or something.  You can put an icon on the value list item if you want.  You can also drive metadata-card-configuration rules from it.

    The missing piece is that you'd need a piece of code to set the value, unless something like property calculator could do it.  That's not my area of expertise though, so maybe someone else could comment on that...

Reply
  • You could have a small piece of code which, when the value is over the limit, sets a lookup property to a value of "warning", or something.  You can put an icon on the value list item if you want.  You can also drive metadata-card-configuration rules from it.

    The missing piece is that you'd need a piece of code to set the value, unless something like property calculator could do it.  That's not my area of expertise though, so maybe someone else could comment on that...

Children