I am using K2 5.4
I have an advanced smartobject, SMO_1, that does at lot of complicated stuff and ends up with a nice list of courses (ID and name).
I have an sql table with some data, one of the fields in the table is the ID of a course.
I would like to show a list of the data from the sql table, but show the name of the course instead of the ID.
How can I do this?
I assume I need to make a composite smartobject, SMO_2, where I get the data from the sql table, and then “join” with the data from SMO_1 on the ID-field, using a service method link.
But I can’t find a way to call SMO_1 from SMO_2.
Is it possible to do this, and if so how?