In addition to initiating the process model, what other permission is required to execute the Write to Data Store Entity smart service?
A. Viewer permission to the data store
B. Viewer permission to a constant that points to the data store entity
C. Admin permission to the CDT
D. Editor permission to the record
You need to ensure that your interface is readable on different devices. How is this most commonly checked?
A. Download Appian on each device and test.
B. Use your web browser to change sizing.
C. Click on the different preview options in the Interface Designer.
D. Wrap SAIL code in a!isPageWidtht().
A record type is using a process as its data source. Which statement is true?
A. Archived process instances are accessible with process-backed records.
B. The record has access to current values of process variables within process instances.
C. Process-backed records derive information from a data store entity.
D. Process-backed records can only access process variable values when a process instance completes.
What is the most accurate reason to use a related record type?
A. Related record types automatically update when dependent table structures are changed
B. Related record types allow you to easily write to a data source
C. Related record types allow you to easily query data from multiple unrelated tables
D. Related record types perform better than tables with a large scale of data
When using "a!pagingInfo()" within "a!queryEntity()", which batch size value will return all items?
A. -1
B. 0
C. null
D. 500
When setting the assignment of a User Input task, you need the task to be assigned to the person who started the process. Which option is appropriate to use to accomplish this goal?
A. pp!name
B. pm!creator
C. pp!initiator
D. pm!name
A feature is being deployed to the test environment.
In which environment is unit testing performed for the feature?
A. Upgrade
B. Development
C. Production
D. Staging
What is the maximum number of additional views that can be created on Appian record types?
A. 10
B. 20
C. 30
D. There is no limit
A client requested a feature that is exceptionally specific and uncommon.
You begin by gathering research to help determine how such a feature could be implemented, but no documentation is available.
What should you do next?
A. Create a Support Case.
B. Check The Appian Academy.
C. Review the Appian Playbook.
D. Ask the Appian Community.
A form has 5 rule inputs, as follows: 1 CDT variable 3 Text variables 1 Integer variable According to best practices, how many process variables are required in the process model's user input task?
A. 1
B. 3
C. 5
D. 6