This content applies solely to Connected Onboarding, which must be purchased separately from the Appian base platform. This content was written for Appian 23.3 and may not reflect the interfaces or functionality of other Appian versions. |
Some modifications to the OFAC integration require more changes than what is provided in the System Administration Center. These changes include:
To learn about setting up and using the OFAC integration, see Manage OFAC Integration.
If a fuzzy name match on the customer's name is not specific enough or you would like to include more attributes of the customer in the search, create a new integration.
See the Trade.gov website for the available consolidated screening search parameters.
To change the search:
AS FS Trade.gov Consolidated Screening
connected system.AS FS CS Integration
process model.rule!AS_FS_CS_UT_queryAndMapScreeningResults
expression rule.AS__GRD_consolidatedScreeningCheckResultsGrid
, AS__CPS_reviewConsolidatedScreeningCheckTask_Results
, and AS__CPS_reviewConsolidatedScreeningCheckTask
interfaces and the AS_FS_CS_UT_mapResultsSources
expression rule.Each time the integration is called, the following information is stored in the AS_FS_CS_RESULT
table:
_
for .If results are returned from the consolidated screening, stores the following information about each result in the AS_FS_CS_RESULT_FINDING
table:
AS_FS_CS_RESULT
table.More information from the API, such as addresses or citizenships, can be also be stored or displayed. The Trade.gov website provides a list of available fields and their data types.
To save more information, add new fields to the OFAC integration records. See Modifying Record Fields for more information.
The following may need to be updated when adding fields to these records:
AS_FS_CS_RESULT
and AS_FS_CS_RESULT_FINDING
.AS_FS_CS_Result
and AS_FS_CS_Result_finding
AS FS OFAC Data Store
AS__CS_reviewConsolidatedScreeningCheckTask
and AS__GRD_consolidatedScreeningCheckResultsGrid
rule!AS_FS_CS_UT_queryAndMapScreeningResults
and rule!AS_FS_CS_UT_mapResultsSources
.will try five times to connect to OFAC before designating the integration call as a failure.
If your IT has an integration try threshold that is different than five, change the try count by updating the cons!AS_FS_CS_VAL_TRY_COUNT
constant.
Modifying OFAC Integration