예제 #1
0
 def __init__(self, **kwargs):
     #This is how the subject is created:
     self.subject_components = kwargs['subject_components']
     #This is the state of the Salesforce task:
     self.task_status = kwargs["task_status"]
     self.searched_records, self.saved_users = {}, {}
     Salesforce.__init__(self, **kwargs)
     self.owner_id = self.get_ownerid_from_assigned_to_name(kwargs["assigned_to"])