Guide for Modelers

Business Details Panel Section

On the Business Details Page, there is:

  • One Main Section
  • One Subform

Depending on the compliance status, either the main section or the subform will be displayed.

If the status of the Business Details section is 'IN PROGRESS', the section is editable

Condition to Display the Editable Section (Panel Section): {{(($temp.currentCompany && !saveConfirmation)||(saveConfirmation && $temp.currentCompanyRes))&&$temp.compStatus.businessDetailsStatus=='IN_PROGRESS'}}


Checking Business Details Subform

  • When status is "Under Review", a read-only version of the subform is displayed.
  • Custom Components Used:
    • Data Item - shows previously submitted details.

Adding New Fields to Business Details

To add new fields, update both the panel section and the subform:

1️⃣ Business Details Panel

  • Add the new fields that users need to fill out.
  • Map the new fields to the currentCompanyvariable.
  • Ensure these fields are also mapped in the CPT_P002process under "Save Business Details Service Registry".
  • The data is stored at the process scope level under the "business" variable.

2️⃣ Business Details Subform

  • Display the new fields that were submitted and sent for validation.

Company Data Fields for Business Details Section

Template Display NameToqio DB paramRequiredType
NamenameMandatorystring
CIFcifMandatorystring
DescriptiondescriptionOptionalstring
Registration DateregistrationDateOptionalstring
Trading AddresstradingAddressOptionalstring
Trading Address 2tradingAddress2Optionalstring
Trading CitytradingCityOptionalstring
Trading CountrytradingCountryOptionalstring
Trading NametradingNameOptionalstring
Trading Postal CodetradingPostalCodeOptionalstring
Website URLwebsiteUrlOptionalstring
Postal CodepostalCodeOptionalstring
Country CodecountryCodeMandatorystring
AddressaddressOptionalstring
CitycityOptionalstring
Business CodebusinessCodeOptionalstring

Requirement Definitions:

  • Mandatory – this field is required in the form and cannot be removed.
  • Optional – this field can be included or removed in the template-based application.

If you want to add additional information fields (e.g., cash/card percentage), you can add them through the panel to send them to the provider.

🔹 Note: These fields will not be stored in the Toqio database or used in other processes.



Managing Data & API Endpoints

Fetching Company Information

  • Triggered via the C_P013 process.
  • REST configuration:

Fetching Compliance status for the section

  • Triggered via the C_P014 process.
  • Requirement: The provider name must be dynamically assigned.
  • REST configuration:

Fetching User email

  • Triggered via the C_P012 process.
  • REST configuration:

Fetching Available Countries

  • Triggered via the C_P010 process.
  • REST configuration:

Submitting Business Details

  • Triggered via the CPT_P002 process.
  • Arguments Passed: currentCompany (business)
  • REST configuration: ➜ Save business details

REST configuration: ➜ Update section compliance status