Message Boards

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
assets
Answer
7/10/13 8:30 AM
Hello,
I have struggled with assets for a few days.
I managed to ceate a table, crud interface , all ok.

When I do a simple copy and paste from the asset example, I keep getting an error saying "Cannot find COTER_ALERTNAME" object where
COTER is the entity name, and ALERTNAME is the name of the field in which the asset is attached.

 Does anyone have any issues with this? I even tried to build the example XML and it didn't work, but the WAR file did.

RE: assets
Answer
7/15/13 11:12 AM as a reply to Gary Bootchma.
Hi Gary,

Can you attach your XML?

BTW, probably it may be caused by setting your entities as uppercase, but not sure.

Did you say building the sample XML doesn't  work?

RE: assets
Answer
7/17/13 9:48 AM as a reply to Juan G..
Hello Juan,
Thanks for your response.
I managed to work out the problem, I had the asset field names the same as the field names  in the rest of the crud, i didnt realise had to be different.

thanks again.