1

I am new to ofbiz, I am using in form.xml but when I use with same it is giving errors.

my code is:

 <entity-and entity-name="AssetAuthor" list="allAuthors">
   <field-map field-name="assetRefId" from-field="assetRefId" />        
 </entity-and>

when I do same with doesn't works. please help.

Aman Nagarkoti
  • 198
  • 1
  • 12

1 Answers1

0

when you are using

<entity-one></entity-one>

you need to pass primary-key of the table.In your case there would be a composite primary key,so you have to pass all keys in field-map tag.

Dinesh Pun
  • 28
  • 6