def describe(self):
     return util.get_sobject_list('InsightsExternalData/')
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
 def get_list(self):
     return util.get_sobject_list('Students')
 def get_list(self):
     return util.get_sobject_list('Account')
     
 def get_list(self):
     return util.get_sobject_list('Account')
Exemple #6
0
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
Exemple #7
0
 def describe(self):
     return util.get_sobject_list('InsightsExternalData/')