• Tarun Kumar 1902
  • NEWBIE
  • 30 Points
  • Member since 2014

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
Here am writing the parent -child query ...account parent and Entitlement is child...why it is not working..

select id,name,(select Entitlement.name,Entitlement.Status from entitlement) from account



Help me in this ...thanks in advance...
HI All,

Please help regarding my requirement to convert a CSV file into Sobject Dynamically.
For e.g. If csv File contains Account Details or Account records, then convert the records to Account object records. 

Thanks
HI All,

Please help me as for my requirement i want to convert the CSV file into Sobject Dynamically


Thanks
 
Here am writing the parent -child query ...account parent and Entitlement is child...why it is not working..

select id,name,(select Entitlement.name,Entitlement.Status from entitlement) from account



Help me in this ...thanks in advance...