You need to sign in to do that
Don't have an account?
Visualforce, Jquery, Datatables, Remote function - problem with dot notation inside function
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?
data2=row["OpportunityLineItems"][2]["Product2"]["Name"];