def describe(self):
     return util.get_sobject_list('InsightsExternalData/')
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
Exemplo n.º 3
0
 def get_list(self):
     return util.get_sobject_list('Students')
Exemplo n.º 4
0
 def get_list(self):
     return util.get_sobject_list('Account')
     
Exemplo n.º 5
0
 def get_list(self):
     return util.get_sobject_list('Account')
Exemplo n.º 6
0
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
Exemplo n.º 7
0
 def describe(self):
     return util.get_sobject_list('InsightsExternalData/')