Skip to Content
0
Former Member
Feb 05, 2016 at 11:53 AM

Adding check on item relation in backoffice create wizard

545 Views

I want to put not null check on item relation in backoffice create wizard for an item. However adding following visibility check doesn't work particularly for item relations . It works for item attributes. < wz:done visible="newItemInstance.relation != null "> <wz:save property="newItemInstance"/> </ wz:done>

Is there any other way to do this?