I was trying to create a custom BOD and implement it in ION, but when I try to publish my BOD using ShowAndPublishSyncBOD, no BOD is triggered in ION OneView for visualization.
I enabled the following events in Interface Definitions:
- Sync (Can be Published = True)
- Show (Can Be Published = True)
After that, I generated the Interface Implementations with the following protected methods:
After all these configurations, I generated the BII implementation for LN.
I used the session bobod1100m000 to register the implementation of my BOD.
However, even when executing the ShowAndPublishSyncBOD method, the BOD is not displayed in OneView in ION.
Am I doing something wrong? Is there any missing configuration?
My current code in the DAL of a table: