I have an action in share-cnfig-custm.xml file for which i need combination of two evaluators. Can anyone tell me is there any possibility to use two(more than one) evaluators for the same action defined in share-config file.
Certainly you can use more than one evaluators. Based on their order they will be evaluated. Also there are evaluator(evaluator.doclib.action.chainedMatchAll and evaluator.doclib.action.chainedMatchOne) based on which you can decide you want AND or OR condition between them.