• Ismail Akbulut
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies

Hello All,

 

I am using the Hyrbid Development with Mobile Components for Visualforce. I created two custom objects (object 1, object 2), whereas object 2 has a master child relationship to object 1, i.e. related list on object 1.

 

Object 1 is being used in the menu panel. When I select a object 1 item it shows details of object 1 in the content area. However i also would like to show the related list below the details area.

 

Does anybody know how to do that?

 

Thanks

Ismail

Hello All,

 

I am followed the instructions of the Salesforce Touch Platform book that was handed out at Dreamforce in order to create a hybrid android application.

When I am import the ContactExplorer project eclipse complaint that SalesforceDroidGapActivity cannot be resolved. So I added salesforcesdk to my build path. However I am getting different errors:

 

- for Salesforcesdk ==> type org.apache.cordova.DroidDap cannot be resolved. In order to solve this I added cordova-1.8.1..Then I got following error message: R cannot be resolved to a variable    SalesforceRImpl.java    /ContactExplorer/src/com/salesforce/samples/contactexplorer    line 43    Java Problem.

 

Can anybody help?

 

Thanks

Ismail