Skip to main content
hi, i am new in salesforce. I want to know that how we can write triggers in android studio. As i am already done with soql with android studio. Please help me out in this. 
1 件の回答
  1. 2017年1月23日 9:05
    You can't write Salesforce triggers in android - triggers reside in the Salesforce database and are executed when an action occurs in the database (e.g. insert/update of a record). You are able to execute SOQL via the API, but not triggers directly.
0/9000