on 2023 Jul 10 5:59 AM
Request clarification before answering.
Hello,
It would be useful if ECTR added tabs on mask for Smart folder. 🙂
ECTR ver:1.1.6.1 ECTR PATCH: 1.1.6.4
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The search in a smartlist is done by macro and the macro defines which mask is used because only macro "knows" what to do with what parameters entered in the search mask.
I'm not sure if you want to go this way, but you can do following:
edit your customize\config\default.txt and add this lines:
#disable standard status help service
service.plm.gui.browser.components.services.StandardObjectExtensionService.disabled = true
#class with characteristic DOKST
plm.cls.help.class.name = SEARCH_HELP
#default 017
#plm.cls.help.class.type = ...
With this lines, the standard search help service for status and for authgrp is disabled.
Instead of this, ECTR will try to use class characteristic DOKST of the class SEARCH_HELP with type 017 to get values.
So now you have to create a characteristic named DOKST, list all status you want as possible values in this characteristic, then you have to create class named SEARCH_HELP and add characteristic DOKST to this class.
From now on, after restarting ECTR, ECTR will use the value list of this characteristic on F4 in document status field. But not only in your smartlist, folder - add document will use this list too.
User | Count |
---|---|
95 | |
16 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.