Hello Team, I'm studying for the Associate Developer Certification and I came across with this question:
You need to create a record type with data sync enabled. What are the supported Data Sources?
A. Web Services, Salesforce, Database.
B. Web Services, Process Reports, Database.
C. Salesforce, Process Models, Database.
In my opinion, both A and C are right answers according with what I read in the docs. Does anyone know if there is a right option and why?
Discussion posts and replies are publicly visible
Hello mateusc4310 The correct answer is A. Web Services, Salesforce, Database.The supported data sources for creating an Appian record type with data sync enabled are:Web Services (e.g. REST API, SOAP)SalesforceDatabaseOptions B and C are incorrect because they mention "Process Reports" and "Process Models" as data sources, which are not supported for data sync in Appian record types.https://docs.appian.com/suite/help/24.1/configure-record-data-source.html#sync-record-data-source
Thank you for your help !