Hi Everybody,
I would like to ask if it is possible to check value of textfiel using evaluator.
In share config custom I have this field defined:
<field id="mlcm:firma_nazev" mandatory="true" label-id="prop.mlcm_firma_nazev"> <control template="/cz/signia/components/form/controls/firmaAutocomplete.ftl"> <control-param name="webscript">/mlensky/firmy</control-param> </control> </field>
I would like to add evaluator for type something like this :
<control-param name="evaluator">evaluator.doclib.action.isFirma</control-param>
Is it possible? What i the right way to do it? Thanks
Evaluators cannot be used at the field level. They are used for actions and modules.
You could probably include the related logic in the field ftl itself.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.