Disable field form on training mode
Hi,
Is there any way (maybe a tag in the fieldLayoutConfig.xml) to disable a field on training mode (not the complete form, just a field from it)?
For the actions we have :
<Action>
<VisibilityRule class="dtv.pos.shared.visibilityrules.NoAvailableInTrainingModeRule" />
</Action>
For Web Servie we have:
MaybeTrainingModeScope
Is there anything similar for the fields of forms?
Thanks, Best Regards