Recalling Requests
Requests can be recalled after they're published by using the recall feature. Recalling an request will delete all response data, but will not delete the associated record.
Note: Recalling is only available for users assigned the Engage Administrator role.
On this page
Assigning the Engage Administrator role
-
From the menu, click
> Access Control > Users.
-
Select a user.
-
Click the Roles tab.
-
Click Lookup. Search for Engage Administrator and select it. Click OK.
Note: The System Administrator should alert the user that they've been assigned a new role.
Recalling within a record
After a request is successfully published, it can be recalled within the associated record.
Note: Recall uses the same Publish, Contacts, and Field Mappings information as configured during publishing.
-
From the menu, click
.
-
Navigate to a record you want to recall.
-
Click Recall. Click OK.
Recalling using a custom object
Requests can be recalled by configuring and using a Recall custom object.
Creating a custom object
-
From the menu, click
> Application Builder. Select an Engage-enabled application or questionnaire.
-
In the Layout tab, expand Layout Objects and select Custom Object.
-
Drag the Custom Object into the Layout Builder.
-
Expand Recall Properties and navigate to Code.
-
Copy the Recall code from Archer Community. Paste it into Code.
-
Update the following fields with applicable field values within the code:
-
VisibleFieldId: 29719
-
EngageProgressFieldId: 29831
-
HistoryFieldId: 29730
-
HistorySubmitByFieldId: 29827
-
HistorySubmitDateFieldId: 29828
-
HistoryActionFieldId: 29826
-
StatusFieldId: 23168
-
PublishMessageFieldId: 23162
-
PortalRequestURLFieldId: 26015
-
ProductIdentifier: E4BU
-
-
Update the urlInstanceName value with your base URL.
Note: For example, the urlInstanceName value for <Domain Name>/Archer/apps/ArcherApp/Home.aspx is Archer.
-
Click
.
Using Recall as a custom object
-
From the menu, click
. Navigate to an application or questionnaire that has Engage enabled and contains published records.
-
Navigate to a record you want to recall.
-
Click Edit, then click the Recall custom object. Click OK on the recall confirmation pop-up.