Skip to main content
mateusc4310
April 16, 2024
Solved

Record type Data Sync ( Certification )

  • April 16, 2024
  • 2 replies
  • 0 views

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?

Best answer by shubhama926776

Hello [mention:ee33fd3635b94060bd390f04e210707d:e9ed411860ed4f2ba0265705b8793d05] 
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)
Salesforce
Database

Options 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

2 replies

shubhama926776
April 16, 2024

Hello [mention:ee33fd3635b94060bd390f04e210707d:e9ed411860ed4f2ba0265705b8793d05] 
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)
Salesforce
Database

Options 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

mateusc4310
April 16, 2024
Thank you for your help !