Hello Everyone,
I'm trying to develop some extensions modules to Achievo (to which I'm very
new) and I was hoping someone could help me with a problem I'm having.
In one of my classes I have an attribute atkManyToOneRelation referencing
"organization.organization" - so this attribute holds the id of an
organization. And I want in the preUpdate() method of my class to do some
processing based on some attributes of the referenced organization.
My question is: what is the correct method, using the Achievo API, for
"loading" that specific organization from the database, so I can see its
details (e.g. name, address etc.)?