Hi,
I need some help to understand how I would go about “mapping” source data row to visually transformed data row.
I do understand that getSourceDataAtRow does not participate in data transformation and that getDataAtRow does.
The problem I am experiencing is that getDataAtRow returns the visually transformed object whereas getSoureDataAtRow returns the complete object. The object that I am displaying hides various relational columns which are not important to the user, but they are important to us when we perform a POST.
So, how can I go about “mapping” the “getDataAtRow” object to the “getSourceDataAtRow” object?