A workflow activity Post-Timer is set on a manual activity to expire in five minutes. The task for the manual activity is acquired at 12:05 PM.
When will the timer notification be sent?
A. If the task is not completed by 12:10 PM, the timer notification will be sent.
B. If the task is not completed by 12:10 PM, the timer notification will be sent when the timer job runs after 12:10 PM.
C. If the task is not updated by 12:10 PM, the timer notification will be sent when the timer job runs after 12:10 PM.
D. If the workflow is not completed by 12:10 pm, the timer notification will be sent when the timer job runs after 12:10 PM.
How is Forms adaptor code executed?
A. Java on the TaskSpace Web Application Server
B. JavaScript in the client browser
C. Web Service calls to the Java Method Server
D. Java Applets in the client browser
What is the correct syntax of DQL specified in the built-in IDocbaseDataSourceAdaptorService if it takes an input named input?
A.
B.
C.
D.
Refer to the exhibit.
A form contains two sets of repeating fields where the list of possible values for the nth sub_claim_code is dependent on the value of the corresponding nth claim_code. Which design approach should be used to implement this requirement?
A. Use the out-of-the-box repository data source adaptor.
B. Rework the design to create a single repeating field that combines the values of both.
C. Develop custom data source adaptors.
D. Develop a custom document processor.
How is process data transferred from the Content Server to the BAM database?
A. The Content Server writes the data directly to the BAM database.
B. The BAM server extracts data directly from the Content Server process engine.
C. The Content Server executes the process data export job.
D. The BAM server pulls the data from the Content Server audit trail database.
The following query creates a custom report entity for BAM:
create bami_rg_entity objectset entity_type='Calls By Region Hourly',set
is_base=False,append entity_where='1=1',set gui_display_data='Calls By Region Hourly',set acl_name='BAM Admin ACL',set
acl_domain='dm_dbo',link '/System/BAM/Custom Entities'go
What does set is_base=False indicate?
A. This entity can only be added to a report as a child entity.
B. Reports containing this entity can only be configured as drill-down parent reports.
C. This entity does not appear in the PRS entity palette.
D. Aggregation cannot be applied to fields in this entity.
Which column must be included in a folder content template to support collaboration features?
A. Collaboration
B. Discussion
C. Thread
D. Topic Status
An application developer configures a TaskSpace component in Forms Builder.
What can be referenced in the conditional expressions to hide/show fields?
A. business calendar
B. parent application
C. TaskSpace tab
D. TaskSpace role
TaskSpace is deployed with Document Image Services (DIS) and a supported document viewer.
What else must be done in order to enable page serving of supported content files?
A. Install and configure PDF Annotation Services (PAS).
B. Install and configure Branch Office Caching Services (BOCS).
C. Enable Accelerated Content Services (ACS).
D. Enable Unified Client Facilities (UCF).
Which activity should be performed after deployment of xCP application DAR files when promoting an application from test to production?
A. Create groups and users defined as performers in process template activities.
B. Change the hostname, username, and password of FTP Inbound and Output Integration activities.
C. Create ACLs and ACL templates referenced by xCP artifacts.
D. Install all process templates that are deployed by the DAR.