| Exam Name: | Appian Associate Developer | ||
| Exam Code: | ACD101 Dumps | ||
| Vendor: | Appian | Certification: | Associate Developer |
| Questions: | 121 Q&A's | Shared By: | rosabella |
You have a record action that should only be visible to certain users under conditions specified by an expression.
How should you configure this?
You need to create a record type with data sync enabled.
What are the supported data sources?
You need to create a record type of only active Products using an existing database table: PRODUCT.
The PRODUCT table consists of the following columns:
• ID(INT(11))
• NAME (VARCHAR(255))
• DESCRIPTION (VARCHAR(1000))
• IS_ACTIVE (BIT)
• CREATED_BY (VARCHAR(255))
• CREATED_ON (TIMESTAMP)
• MODIFIED_BY (VARCHAR(255))
• MODIFIED_ON (TIMESTAMP)
What is a valid way to create this record type?
What is the impact of reordering fields in a record type backed by a database table?