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 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?
How can you add test data into your rule inputs while editing an interface object?
What is an Appian best practice for calling a query on your interface?