Server Automation Scripts

Within the FintechOS Studio, there are Server Scripts which execute several actions which embody a business need such as: filtering products, returning products and setting amounts or periods. On-demand automation scripts are available for being called from any object or context. Here is a list of the scripts used in this solution.

These scripts manage the data coming from the Companies House Connector. Consider installing the connector.

Script

Type

FTOS_BARET_GetApplicationDocuments

On demand

FTOS_BASME_GenerateOnboardingDocuments On demand
FTOS_BASME_GetAvailableBundle On demand
FTOS_BASME_GetAvailableProducts On demand
FTOS_BASME_GetCorporateAddress On demand
FTOS_BASME_GetRetailApplicantId On demand
FTOS_BASME_LinkRetailOnboarding On demand
FTOS_BASME_SendMailOnboardingApplicationDocuments On demand
FTOS_BASME_SendMailPickUp On demand
FTOS_BASME_SendOfficersEmail On demand
FTOS_BNKAP_AddExtraRepresentative On demand
FTOS_BNKAP_AgreeDocument On demand
FTOS_BNKAP_CheckIfIsCustomer On demand
FTOS_BNKAP_CompanyHouseSaveData On demand
FTOS_BNKAP_DeleteExtraProducts On demand
FTOS_BNKAP_GetCompanyOfficers On demand
FTOS_BNKAP_GetCompanyProfile On demand
FTOS_BNKAP_GetCorporateAddressData On demand
FTOS_BNKAP_GetCorporateApplicantByRetail On demand
FTOS_BNKAP_GetCorporateRepresentatives On demand
FTOS_BNKAP_GetExtraProducts On demand
FTOS_BNKAP_InsertExtraProducts On demand
FTOS_BNKAP_OfficerDeleteData On demand
FTOS_BNKAP_OfficerSaveData On demand
FTOS_BNKAP_SaveRetailB2CId On demand
FTOS_BNKAP_SetApplicantSMEApplication On demand

 

Contact Validation

To access the configurations done:

  1. Open FintechOS Studio.
  2. Open the main menu Digital Journey, select Form Driven Flows.
  3. From the list, select the flow named FTOS_BNKAP_ContactValidationSME.
  4. Click on the section tab named Field Options.
  5. From the Entity Form Fields, open email and phone from the grid:
Name Attribute Change Event
phone The method validatePhoneNumber called by the object validator using the parameters mobilePhone (string of digits, the value) and mobilePhone (the attribute).
email The method validateEmail called by the object validator using the parameters email (string of digits, the value) and email (the attribute).