Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

    <entity entity-name="AddressLine" package-name="org.ofbiz.party.postal ">
    	<field name="AddressLineID" type="id"></field>
    	<field name="AddressLineText" type="long-varchar"></field>
    	<field name="AddressLineType" type="short-varchar">
    		<description>Unit, apt, street address ruralbox, pox box</description>
    	</field>
    	<field name="LinePosition" type="value">
    		<description>postion line in making one complex line</description>
    	</field>
    	<field name="LineNumber" type="value">
    		<description>may have multiple line entries for one finished line</description>
    	</field>
    </entity>
 
  • No labels