Seeded Business Rule Templates

These are the seeded business rule templates:

  • Validate if Passport Expiry Date is less than 6 months from system date
  • Validate if length of Document Name is greater than 15 or it has special characters
  • Validate Document Record Publish Date is After Current Date
  • Validate Document Record From Date is After Current Date
  • Validate Document Record To Date is Before Current Date
  • Default Document Name Based on Person and Document Type
  • Default Issuing Country Based on the Legislation Code of the Primary Assignment
  • Default Passport Document Details from Person Passport
  • Default Driver’s License Document Details from Person Driver’s License
  • Default Residence Document Details from Person Visas and Permits
  • Default Native of Country Document Details from Person Citizenship

You can use seeded business rule templates to populate data from the person identification info objects into document records for the equivalent document types. The person identification info objects include Passport, Driver’s License, Visa and Permits, and Citizenship.

When a user creates a document record for any of the 4 document types, the relevant data from the person identification info objects is auto populated into the respective fields.

This table shows the mapping of the document type and person business object.

Document Type Person Business Object
Passport (GLB_PASSPORT) PER_PASSPORTS
Driver's License (GLB_DRIVERS_LICENSE) PER_DRIVERS_LICENSES
Residence (GLB_RESIDENCE) PER_VISAS_PERMITS_F
Native of Country (GLB_NATIVE_OF_COUNTRY) PER_CITIZENSHIPS
Note: The latest row of data is defaulted from the person identification objects into the corresponding document record.