function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andreas GerogiannisAndreas Gerogiannis 

Visualforce, Jquery, Datatables, Remote function - problem with dot notation inside function

User-added image

I am trying to use jQuery, Datatables and Visualforce on a page. My data4 variable can't be calculated  . All other works excellent (including data3 variable).

Note that you need to approach differently the salesforce field in and out of the function.

Any ideas how to extend the dot notation inside the function?
Best Answer chosen by Andreas Gerogiannis
Andreas GerogiannisAndreas Gerogiannis
Finally found it myself .. you include every part of the notation on brackets... 
data2=row["OpportunityLineItems"][2]["Product2"]["Name"];