former_member621988
Explorer
Member since ‎07-30-2019

User Statistics

  • 30 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Where can i find the documentation for usage of tags and namespaces for backoffice customization? Please suggest me some links.
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" /> ...