Bhargav3000 commited on
Commit
a13554b
·
verified ·
1 Parent(s): bb43805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,5 +75,5 @@ def save_salesforce_files(custom_object_api_name):
75
 
76
  if __name__ == "__main__":
77
  # Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
78
- custom_object_api_name = 'MyCustomer__c'
79
  save_salesforce_files(custom_object_api_name)
 
75
 
76
  if __name__ == "__main__":
77
  # Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
78
+ custom_object_api_name = 'CustomerInfo__c'
79
  save_salesforce_files(custom_object_api_name)