Published on : May 26, 2020

Sample Call

[do.@cmr]
[cmr-service.email-controller.default_response_controller /]
[/do.@cmr]

Input

KeyDescriptionSample Value
@cmr.step_config.events.launch Array of events to call at launch of screen[flow category=”” action=”” label=”” /]
[section category=”” action=”” label=”” /]
[step category=”” action=”” label=”” /]
[lapp_journey category=”” action=”” label=”” /]
@cmr.lapp.personal_emailPersonal Email of appliantayush@loantap.in
@cmr.lapp.loan_cityLoan CityPune
@cmr.response_content.fields.
personal_email.label
personal Email labelEmail
@cmr.response_content.fields.
personal_email.placeholder
Personal Email PlaceholderEmail Address
@cmr.response_content.fields.
loan_city.label
Loan City LabelLoan City
@cmr.response_content.fields.
loan_city.placeholder
Loan City PlaceholderLoan City
@cmr.response_content.title Header – Title of the screenResidence Information
@cmr.response_content.descHeader – Description of the screenWe require the residence details for contactibility

Output

Logic

  • Create Events Array
  • Fire Google Analytics Array
[cmr-service.events.ga_events data="{@cmr.events_data}" /]
  • Fetch existing data from the @cmr.lapp
  • Fetch loan cities using end use
[do.@eligibility]
[env.set @eligibility.mode='frontend' /]
  [product_services.products.fetch_by_end_use end_use="{template.end_use}" o.set=template.product_list /]
  [product_services.products.fetch_configs products="{template.product_list}" o.set=template.products /]
  [product_services.get-taxonomy.loan_cities products="{template.products}" o.set=template.loan_city_options /]
[/do.@eligibility]
  • Generate Form