i have created a new itemtype fooditem extending product type as below:
<itemtype code="FoodItem" extends="Product">
<description>food items</description>
<attributes>
<attribute type="java.lang.Integer...
what is the purpose of localizable in relations. I have checked an answer in the forum but not able to get the exact functionality. is it possible to explain it with an example. Help me on this.
i have to implement the following: create table prac( a varchar(20), b varchar(20), c varchar(20), constraint ab unique (a,b), constraint ac unique (a,c));using items.xml. how can i do that?
I have created two different yempty extensions named 'letsTravel' and 'examResult'. examResult-items looks like this:
<itemtype code="Result" autocreate="true" generate="true">
<deployment table="Results" typecode="10005" />
...