在实施MAXIMO中,尤其是客户化开发的新应用,快速查找功能不好用,解决方式:
update maxattribute set primarykeycolseq=2 where objectname='ObjectName' and attributename='Keyname'
update maxattributecfg set primarykeycolseq=2 where objectname='ObjectName' and attributename='Keyname' ;