Dave Jagoda
Results
2
comments of
Dave Jagoda
How about this: ``` for field in sf.Contact.describe()['fields']: print('{}\t{}'.format(field['name'], field['soapType'])) ``` Sample output (edited for brevity): ``` Id tns:ID IsDeleted xsd:boolean MasterRecordId tns:ID AccountId tns:ID LastName xsd:string FirstName xsd:string Salutation...
I don't see your changes, are they perhaps still in only in your local copy?