I have a VO called XXPickSlipVO it’s read only VO and there is no attribute10 is exists in the VO at all, but when i am trying to run the page and click Go button to execute this VO query to get the data on the region. this error is raised.
JBO-25058: Definition Attribute10 of type Attribute not found in XXPickSlipVO
This is what I have tried:
1- Remove the VO from AM and returned back again.
2- Changing the binding style to be positional instead of name
3- delete the whole Application module and recreate it again
all above attempts is failed to solve the problem. pls if anybody have a solution for this strange error, i will be very appreciated.
Hello Ovilia,
Such an error could happen because other regions or items are using the same attribute10. Still, when deleting the VO or removing it from the application module, it won’t change the dependencies automatically. The solution is to find the region that utilizing this VO and delete the whole region and recreate it again. It will solve your problem.
regards.