Hi all,
I need to show on a Table some attributes from a RFC call and some attributes calculated from them (those attributes don't come as result of the RFC call), for example I want to put an image in one column depending if the attribute "deleted_ind" is set or not.
To do this, I tried to add a value attribute to a Node of the controller which is connected to RFC model node, but it's not possible. A message of forbidden appears.
So... I don't know how to join in a View Table, fields from a Model and fields createad at ruttime, or from other source.
What I'm thinking to do is create another node structure and fill it with both sources, model and custom value attributes, but is this the right way?
I'll appreciate any help.
Best Regards,
Diego.