You received a support ticket where the user claims that nothing happens when they click the button to complete a task. You confirm that the user is assigned to the task.
What is a possible reason for this problem?
What is an Appian best practice for calling interface rules on your interface?
You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
Which statement about local variables is valid?
An interface references an expression rule.
What are the relationships between these objects?
You configured a Custom Data Type (CDT), ACME_video. You need to set up a node in your process model to write a new video as a row in the CDT's corresponding database table.
Which set of inputs must you configure on your Write to Data Store smart service node?
You receive a bug ticket that states "After selecting a value for the drop-down field, the value disappears."
You investigate and notice that when you select the drop-down, the proper choice labels display. When you select an option, the value updates properly in the corresponding rule input.
What is the issue and how can you fix this bug?
Which two scenarios are ideal for using Appian Portals? (Choose two.)
Which code snippet calls the interface APP_RecordDashboard while following best practices for passing in values for "recordId" and "firstName"?
A)
B)
C)
You need to remove an unused field from an existing record type Product, which has data sync enabled and is backed by a database table.
What should you do?
You want to add a script task in between two User Input Tasks assigned to the same user.
What needs to be configured so that the user sees the second form immediately after submitting the first?
How can you prevent users from accessing Tempo?
You need to start a process using an email trigger.
How should you configure this process model using the Process Model Properties dialog?
How do you refer to metadata of a process model object within process model expressions? For example: the creator, name, or description.
Which option best describes the primary purpose of the interface design object?
You are creating a new customer onboarding application. Documents are required from customers for verification and onboarding purposes. You need to store these documents within Appian.
Which two areas in Appian should you configure? (Choose two.)
A customer wants to display a small toolbar with three icons - a "sad face," a "face with neutral expression," and a "happy face" - on the bottom of every page in their application.
Users will be instructed to use the icon that best expresses their current experience using the application. This will allow the customer to collect valuable data about users.
Which object type should be called from each page to implement this feature?