Hello,
for a new ION implementation I need to use read and write operations into an SQL database for specific BODs (through EC).
in general this is working completely fine, but when it comes to the BOD nouns Acknowledge/Get/Show/Process I do not have them available as selectable BODs in the DB connection point.
e.g. Acknowledge it is possible to write to the database, but i could not select it this document type for a "read from DB" operation.
vice-versa Process is possible to read, but not to write to DB.
Show and Get is not selectable at all for both read and write DB.
the BODs are standard BODs delivered by Infor and Nouns are available in the Schema Catalog.
the necessary BODs are working fine with a File-ConnectionPoint.
Does anybody have an idea if there is a reason for that behaviour resp. if there is an alternative way to do that (with DB connection point)?
thanks