Fairoj : Template update
This commit is contained in:
parent
7280878fc6
commit
9bde5be0ab
@ -49,7 +49,8 @@
|
|||||||
"field_width":"100",
|
"field_width":"100",
|
||||||
"api_properties":null,
|
"api_properties":null,
|
||||||
"answers":null,
|
"answers":null,
|
||||||
"onchange_properties":[{
|
"onchange_properties":[
|
||||||
|
{
|
||||||
"purpose":"FORM_CTRL",
|
"purpose":"FORM_CTRL",
|
||||||
"form_controls":[
|
"form_controls":[
|
||||||
{
|
{
|
||||||
@ -76,6 +77,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"onchange_properties":null,
|
"onchange_properties":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"entity_type",
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
{
|
||||||
@ -88,7 +91,67 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"insert_index":"relationship",
|
||||||
|
"expression":"(String('entity_type').toLowerCase() != String('borrower'))",
|
||||||
|
"value_keys":[
|
||||||
|
"entity_type"
|
||||||
|
],
|
||||||
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Age",
|
||||||
|
"question_key":"borrower_age",
|
||||||
|
"type":"1",
|
||||||
|
"field_type":"num",
|
||||||
|
"field_width":"45",
|
||||||
|
"api_properties":null,
|
||||||
|
"answers":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"entity_type",
|
||||||
|
"is_repeatable":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]},
|
||||||
|
{
|
||||||
|
"insert_index":"relationship",
|
||||||
|
"expression":"(String('entity_type').toLowerCase() != String('guarantor'))",
|
||||||
|
"value_keys":[
|
||||||
|
"entity_type"
|
||||||
|
],
|
||||||
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Numbers of years for which the business has been running",
|
||||||
|
"question_key":"numbers_of_years_business_running",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"45",
|
||||||
|
"field_type":"num",
|
||||||
|
"api_properties":null,
|
||||||
|
"answers":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"entity_type",
|
||||||
|
"is_repeatable":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -98,7 +161,18 @@
|
|||||||
"entity_type"
|
"entity_type"
|
||||||
],
|
],
|
||||||
"insert_control":"numbers_of_years_business_running"
|
"insert_control":"numbers_of_years_business_running"
|
||||||
}],
|
},
|
||||||
|
{
|
||||||
|
"purpose":"validations",
|
||||||
|
"validations":[{
|
||||||
|
"value_keys":["entity_type"],
|
||||||
|
"value":"(String('entity_type').toLowerCase() != String('guarantor'))",
|
||||||
|
"validation_to":"borrower_age",
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Required"
|
||||||
|
}]}],
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
{
|
||||||
@ -166,51 +240,27 @@
|
|||||||
"value":null
|
"value":null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"question":"Age",
|
|
||||||
"question_key":"borrower_age",
|
|
||||||
"type":"1",
|
|
||||||
"field_type":"num",
|
|
||||||
"field_width":"45",
|
|
||||||
"api_properties":null,
|
|
||||||
"answers":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Field Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"question":"Numbers of years for which the business has been running",
|
|
||||||
"question_key":"numbers_of_years_business_running",
|
|
||||||
"type":"1",
|
|
||||||
"field_width":"45",
|
|
||||||
"field_type":"num",
|
|
||||||
"api_properties":null,
|
|
||||||
"answers":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Field Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
"is_repeatable":"1",
|
"is_repeatable":"1",
|
||||||
"group_key":"borrower_details",
|
"group_key":"borrower_details",
|
||||||
"group_title":"Borrower Details"}
|
"group_title":"Borrower Details"},
|
||||||
|
{
|
||||||
|
"question_key":"common_remarks",
|
||||||
|
"question":"Remarks",
|
||||||
|
"place_holder":"Enter the text",
|
||||||
|
"type":"7",
|
||||||
|
"api_properties":null,
|
||||||
|
"answers":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"field_type":"string",
|
||||||
|
"field_width":"45",
|
||||||
|
"validations":[
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -267,26 +267,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"question":"Debtor Days as per CM Discussion",
|
|
||||||
"question_key":"debtor_days_cm",
|
|
||||||
"type":"1",
|
|
||||||
"field_width":"45",
|
|
||||||
"answers":null,
|
|
||||||
"api_properties":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"field_type":"num",
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"question":"Creditor Days as per CET",
|
"question":"Creditor Days as per CET",
|
||||||
"sub_title":"In Case of credit purchases, what is the average no. of days taken to pay the money?",
|
"sub_title":"In Case of credit purchases, what is the average no. of days taken to pay the money?",
|
||||||
@ -309,26 +289,6 @@
|
|||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"question":"Creditor Days as per CM Discussion",
|
|
||||||
"question_key":"creditor_days_cm",
|
|
||||||
"type":"1",
|
|
||||||
"field_width":"45",
|
|
||||||
"answers":null,
|
|
||||||
"api_properties":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"field_type":"num",
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"question":"Inventory Days as per CET",
|
"question":"Inventory Days as per CET",
|
||||||
"sub_title":"What is the average no. of days for which stock lies unsold during the year?",
|
"sub_title":"What is the average no. of days for which stock lies unsold during the year?",
|
||||||
@ -349,29 +309,9 @@
|
|||||||
"value":null
|
"value":null
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"question":"Inventory Days as per CM Discussion",
|
|
||||||
"question_key":"inventory_days_cm",
|
|
||||||
"type":"1",
|
|
||||||
"field_width":"45",
|
|
||||||
"answers":null,
|
|
||||||
"api_properties":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"field_type":"num",
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
@ -379,6 +319,67 @@
|
|||||||
"group_key":"financial_info",
|
"group_key":"financial_info",
|
||||||
"group_title":"Financial Information"
|
"group_title":"Financial Information"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"question":"Debtor Days as per CM Discussion",
|
||||||
|
"question_key":"debtor_days_cm",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"45",
|
||||||
|
"answers":null,
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"field_type":"num",
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"question":"Creditor Days as per CM Discussion",
|
||||||
|
"question_key":"creditor_days_cm",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"45",
|
||||||
|
"answers":null,
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"field_type":"num",
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"question":"Inventory Days as per CM Discussion",
|
||||||
|
"question_key":"inventory_days_cm",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"45",
|
||||||
|
"answers":null,
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"field_type":"num",
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question":"Broken Period starting from (Month)",
|
"question":"Broken Period starting from (Month)",
|
||||||
"question_key":"broken_period_from_month",
|
"question_key":"broken_period_from_month",
|
||||||
@ -388,7 +389,7 @@
|
|||||||
"api_properties":null,
|
"api_properties":null,
|
||||||
"onchange_properties":null,
|
"onchange_properties":null,
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"field_type":"num",
|
"field_type":"string",
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
{
|
||||||
"name":"required",
|
"name":"required",
|
||||||
@ -409,7 +410,7 @@
|
|||||||
"api_properties":null,
|
"api_properties":null,
|
||||||
"onchange_properties":null,
|
"onchange_properties":null,
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"field_type":"num",
|
"field_type":"string",
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
{
|
||||||
"name":"required",
|
"name":"required",
|
||||||
@ -502,67 +503,6 @@
|
|||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"question":"Sales / Revenue (Rs) for the broken period of the Current FY as per applicant",
|
|
||||||
"question_key":"broken_period_sales_amount",
|
|
||||||
"type":"1",
|
|
||||||
"field_width":"45",
|
|
||||||
"answers":null,
|
|
||||||
"api_properties":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"field_type":"num",
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"question":"Net Profit / (Net Loss) (Rs) for the broken period of the Current FY as per applicant ",
|
|
||||||
"question_key":"broken_period_netprofit_amount",
|
|
||||||
"type":"1",
|
|
||||||
"field_width":"45",
|
|
||||||
"answers":null,
|
|
||||||
"api_properties":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"field_type":"num",
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"question":"% of Net Profit / (Net Loss) over Sales for the broken period of the Current FY as per applicant ",
|
|
||||||
"question_key":"broken_period_netprofit_percent",
|
|
||||||
"type":"1",
|
|
||||||
"field_width":"45",
|
|
||||||
"answers":null,
|
|
||||||
"api_properties":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
|
||||||
"field_type":"num",
|
|
||||||
"validations":[
|
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"question":"Does the business have any working capital facility from any lender other than Moneywise?",
|
"question":"Does the business have any working capital facility from any lender other than Moneywise?",
|
||||||
"question_key":"is_any_other_working_captial_facility",
|
"question_key":"is_any_other_working_captial_facility",
|
||||||
@ -590,6 +530,28 @@
|
|||||||
"is_any_other_working_captial_facility"
|
"is_any_other_working_captial_facility"
|
||||||
],
|
],
|
||||||
"questions":[
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Details of above facilities need to be entered",
|
||||||
|
"question_key":"facility_details_specify",
|
||||||
|
"type":"7",
|
||||||
|
"placeholder":"Enter the text",
|
||||||
|
"answers":null,
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"is_any_other_working_captial_facility",
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question":"Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.",
|
"question":"Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.",
|
||||||
"question_key":"facility_details_other_lender",
|
"question_key":"facility_details_other_lender",
|
||||||
@ -607,32 +569,47 @@
|
|||||||
{
|
{
|
||||||
"answer":"CC limit",
|
"answer":"CC limit",
|
||||||
"answer_id":"CC limit"
|
"answer_id":"CC limit"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"answer":"Others",
|
||||||
|
"answer_id":"Others"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"api_properties":null,
|
"api_properties":null,
|
||||||
"onchange_properties":null,
|
"onchange_properties": [
|
||||||
"is_repeatable":null,
|
{
|
||||||
"is_subfield":"1",
|
"purpose":"FORM_CTRL",
|
||||||
"parent_question_key":"is_any_other_working_captial_facility",
|
"form_controls":[{
|
||||||
"validations":[
|
"insert_index":"facility_details_other_lender",
|
||||||
{
|
"expression":"(String('facility_details_other_lender').toLowerCase() == String('others'))",
|
||||||
"name":"required",
|
"value_keys":[
|
||||||
"isactive":"1",
|
"facility_details_other_lender"
|
||||||
"validator":"Validators.required",
|
],
|
||||||
"message":"Required",
|
"questions":[
|
||||||
"value":null
|
{
|
||||||
|
"question": "Specify Facility details",
|
||||||
|
"question_key": "facility_details_other",
|
||||||
|
"type": "1",
|
||||||
|
"field_width": "45",
|
||||||
|
"field_type": "string",
|
||||||
|
"api_properties": null,
|
||||||
|
"answers": null,
|
||||||
|
"onchange_properties": null,
|
||||||
|
"is_repeatable": null,
|
||||||
|
"validations": [
|
||||||
|
{
|
||||||
|
"name": "required",
|
||||||
|
"isactive": "1",
|
||||||
|
"validator": "Validators.required",
|
||||||
|
"message": "Field Required",
|
||||||
|
"value": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"question":"Details of above facilities need to be entered",
|
|
||||||
"question_key":"facility_details_specify",
|
|
||||||
"type":"7",
|
|
||||||
"placeholder":"Enter the text",
|
|
||||||
"answers":null,
|
|
||||||
"api_properties":null,
|
|
||||||
"onchange_properties":null,
|
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"is_subfield":"1",
|
"is_subfield":"1",
|
||||||
"parent_question_key":"is_any_other_working_captial_facility",
|
"parent_question_key":"is_any_other_working_captial_facility",
|
||||||
@ -647,6 +624,7 @@
|
|||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -770,6 +748,20 @@
|
|||||||
"insert_control":"net_profit_to_sales_percent"
|
"insert_control":"net_profit_to_sales_percent"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"question_key":"common_remarks",
|
||||||
|
"question":"Remarks",
|
||||||
|
"place_holder":"Enter the text",
|
||||||
|
"type":"7",
|
||||||
|
"api_properties":null,
|
||||||
|
"answers":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"field_type":"string",
|
||||||
|
"field_width":"45",
|
||||||
|
"validations":[
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
@ -239,7 +239,7 @@
|
|||||||
],
|
],
|
||||||
"questions":[
|
"questions":[
|
||||||
{
|
{
|
||||||
"question":"No. of credit period provided by client",
|
"question":"No. of days of credit period provided by client",
|
||||||
"question_key":"credit_period_no",
|
"question_key":"credit_period_no",
|
||||||
"type":"1",
|
"type":"1",
|
||||||
"field_type":"num",
|
"field_type":"num",
|
||||||
@ -261,7 +261,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question":"What % of total purchases are done on credit?",
|
"question":"What % of total sales are done on credit?",
|
||||||
"question_key":"credit_total_purchase",
|
"question_key":"credit_total_purchase",
|
||||||
"type":"1",
|
"type":"1",
|
||||||
"field_type":"num",
|
"field_type":"num",
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Instalment Amount",
|
"question": "Installment Amount",
|
||||||
"question_key": "instalment_amount",
|
"question_key": "instalment_amount",
|
||||||
"type": "1",
|
"type": "1",
|
||||||
"field_width": "100",
|
"field_width": "100",
|
||||||
@ -158,7 +158,16 @@
|
|||||||
"field_type": "num",
|
"field_type": "num",
|
||||||
"api_properties": null,
|
"api_properties": null,
|
||||||
"answers": null,
|
"answers": null,
|
||||||
"onchange_properties": null,
|
"onchange_properties": [
|
||||||
|
{
|
||||||
|
"purpose":"answer_value",
|
||||||
|
"expression":"(Number(original_tenure_months)-Number(current_tenure_months))",
|
||||||
|
"value_keys":[
|
||||||
|
"original_tenure_months", "current_tenure_months"
|
||||||
|
],
|
||||||
|
"insert_control":"elapsed_tenure_months"
|
||||||
|
}
|
||||||
|
],
|
||||||
"is_repeatable": null,
|
"is_repeatable": null,
|
||||||
"validations": [
|
"validations": [
|
||||||
{
|
{
|
||||||
@ -178,7 +187,16 @@
|
|||||||
"field_width": "100",
|
"field_width": "100",
|
||||||
"api_properties": null,
|
"api_properties": null,
|
||||||
"answers": null,
|
"answers": null,
|
||||||
"onchange_properties": null,
|
"onchange_properties": [
|
||||||
|
{
|
||||||
|
"purpose":"answer_value",
|
||||||
|
"expression":"(Number(original_tenure_months)-Number(current_tenure_months))",
|
||||||
|
"value_keys":[
|
||||||
|
"original_tenure_months", "current_tenure_months"
|
||||||
|
],
|
||||||
|
"insert_control":"elapsed_tenure_months"
|
||||||
|
}
|
||||||
|
],
|
||||||
"is_repeatable": null,
|
"is_repeatable": null,
|
||||||
"validations": [
|
"validations": [
|
||||||
{
|
{
|
||||||
@ -214,6 +232,20 @@
|
|||||||
"is_repeatable": "1",
|
"is_repeatable": "1",
|
||||||
"group_title": "Existing Loan Obligations",
|
"group_title": "Existing Loan Obligations",
|
||||||
"group_key": "existing_loan_details"
|
"group_key": "existing_loan_details"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"question_key":"common_remarks",
|
||||||
|
"question":"Remarks",
|
||||||
|
"place_holder":"Enter the text",
|
||||||
|
"type":"7",
|
||||||
|
"api_properties":null,
|
||||||
|
"answers":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"field_type":"string",
|
||||||
|
"field_width":"45",
|
||||||
|
"validations":[
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -124,13 +124,6 @@
|
|||||||
"parent_question_key":"know_business_operation",
|
"parent_question_key":"know_business_operation",
|
||||||
"answers":null,
|
"answers":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Field required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -229,7 +222,19 @@
|
|||||||
"answer_id":"Could Not Verify"
|
"answer_id":"Could Not Verify"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"onchange_properties":null,
|
"onchange_properties":[
|
||||||
|
{
|
||||||
|
"purpose":"validations",
|
||||||
|
"validations":[{
|
||||||
|
"value_keys":["neighbourhood_status"],
|
||||||
|
"value":"(String('neighbourhood_status').toLowerCase() != String('positive'))",
|
||||||
|
"validation_to":"neighbourhood_remarks",
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Required"
|
||||||
|
}]}
|
||||||
|
],
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
{
|
||||||
|
|||||||
@ -103,7 +103,43 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"answers":null,
|
"answers":null,
|
||||||
"onchange_properties":null,
|
"onchange_properties": [{
|
||||||
|
"purpose":"FORM_CTRL",
|
||||||
|
"form_controls":[
|
||||||
|
{
|
||||||
|
"insert_index":"address_type",
|
||||||
|
"expression":"(String('address_type') == String('1'))",
|
||||||
|
"value_keys":[
|
||||||
|
"address_type"
|
||||||
|
],
|
||||||
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Specify the Address Type",
|
||||||
|
"question_key":"address_type_others",
|
||||||
|
"place_holder":"",
|
||||||
|
"field_type":"string",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"100",
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"uom",
|
||||||
|
"answers":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}],
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
{
|
||||||
|
|||||||
@ -11,7 +11,44 @@
|
|||||||
"field_width":"100",
|
"field_width":"100",
|
||||||
"answers":null,
|
"answers":null,
|
||||||
"api_properties":null,
|
"api_properties":null,
|
||||||
"onchange_properties":null,
|
"onchange_properties":[
|
||||||
|
{
|
||||||
|
"purpose":"FORM_CTRL",
|
||||||
|
"form_controls":[
|
||||||
|
{
|
||||||
|
"insert_index":"total_fund_requirement",
|
||||||
|
"expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))",
|
||||||
|
"value_keys":[
|
||||||
|
"total_fund_requirement","loan_amount"
|
||||||
|
],
|
||||||
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Remarks on source of funds for balance amount required",
|
||||||
|
"question_key":"remarks_fund_source_balance",
|
||||||
|
"place_holder":"",
|
||||||
|
"field_type":"string",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"100",
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"total_fund_requirement",
|
||||||
|
"answers":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
],
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
{
|
||||||
@ -134,6 +171,42 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"purpose":"FORM_CTRL",
|
||||||
|
"form_controls":[
|
||||||
|
{
|
||||||
|
"insert_index":"total_fund_requirement",
|
||||||
|
"expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))",
|
||||||
|
"value_keys":[
|
||||||
|
"total_fund_requirement","loan_amount"
|
||||||
|
],
|
||||||
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Remarks on source of funds for balance amount required",
|
||||||
|
"question_key":"remarks_fund_source_balance",
|
||||||
|
"place_holder":"",
|
||||||
|
"field_type":"string",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"100",
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"total_fund_requirement",
|
||||||
|
"answers":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]
|
||||||
}],
|
}],
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
@ -281,7 +354,7 @@
|
|||||||
{
|
{
|
||||||
"question":"Name of Owner",
|
"question":"Name of Owner",
|
||||||
"question_key":"owner_name",
|
"question_key":"owner_name",
|
||||||
"type":"3",
|
"type":"4",
|
||||||
"field_width":"45",
|
"field_width":"45",
|
||||||
"api_properties":
|
"api_properties":
|
||||||
{
|
{
|
||||||
|
|||||||
@ -56,8 +56,8 @@
|
|||||||
"answer_id":"Export"
|
"answer_id":"Export"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"answer":"Both",
|
"answer":"Both (within India and Export)",
|
||||||
"answer_id":"Both"
|
"answer_id":"Both (within India and Export)"
|
||||||
}],
|
}],
|
||||||
|
|
||||||
"onchange_properties":null,
|
"onchange_properties":null,
|
||||||
@ -99,10 +99,59 @@
|
|||||||
{
|
{
|
||||||
"question_key":"low_sale_month",
|
"question_key":"low_sale_month",
|
||||||
"question":"Months in which sales/services is low?",
|
"question":"Months in which sales/services is low?",
|
||||||
"place_holder":"Enter the number",
|
"place_holder":"",
|
||||||
"type":"1",
|
"type":"4",
|
||||||
"api_properties":null,
|
"api_properties":null,
|
||||||
"answers":null,
|
"answers":[
|
||||||
|
{
|
||||||
|
"answer_id":"January",
|
||||||
|
"answer":"January"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"February",
|
||||||
|
"answer":"February"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"March",
|
||||||
|
"answer":"March"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"April",
|
||||||
|
"answer":"April"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"May",
|
||||||
|
"answer":"May"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"June",
|
||||||
|
"answer":"June"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"July",
|
||||||
|
"answer":"July"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"August",
|
||||||
|
"answer":"August"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"September",
|
||||||
|
"answer":"September"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"October",
|
||||||
|
"answer":"October"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"November",
|
||||||
|
"answer":"November"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"answer_id":"December",
|
||||||
|
"answer":"December"
|
||||||
|
}
|
||||||
|
],
|
||||||
"onchange_properties":null,
|
"onchange_properties":null,
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"field_type":"num",
|
"field_type":"num",
|
||||||
@ -157,7 +206,21 @@
|
|||||||
"value":null
|
"value":null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"question_key":"common_remarks",
|
||||||
|
"question":"Remarks",
|
||||||
|
"place_holder":"Enter the text",
|
||||||
|
"type":"7",
|
||||||
|
"api_properties":null,
|
||||||
|
"answers":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"field_type":"string",
|
||||||
|
"field_width":"45",
|
||||||
|
"validations":[
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -54,7 +54,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question":"Vintage in Current Business",
|
"question":"Vintage in Current Business (in years)",
|
||||||
"question_key":"vintage_in_current_biz",
|
"question_key":"vintage_in_current_biz",
|
||||||
"place_holder":"Enter in years",
|
"place_holder":"Enter in years",
|
||||||
"type":"1",
|
"type":"1",
|
||||||
@ -111,7 +111,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question":"Total Work Experience",
|
"question":"Total Work Experience (in years)",
|
||||||
"question_key":"total_work_exp",
|
"question_key":"total_work_exp",
|
||||||
"place_holder":"Enter in years",
|
"place_holder":"Enter in years",
|
||||||
"type":"1",
|
"type":"1",
|
||||||
|
|||||||
@ -37,13 +37,6 @@
|
|||||||
"field_type":"num",
|
"field_type":"num",
|
||||||
"field_width":"45",
|
"field_width":"45",
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -80,13 +73,6 @@
|
|||||||
"field_type":"num",
|
"field_type":"num",
|
||||||
"field_width":"45",
|
"field_width":"45",
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -123,13 +109,6 @@
|
|||||||
"field_type":"numtoword",
|
"field_type":"numtoword",
|
||||||
"field_width":"45",
|
"field_width":"45",
|
||||||
"validations":[
|
"validations":[
|
||||||
{
|
|
||||||
"name":"required",
|
|
||||||
"isactive":"1",
|
|
||||||
"validator":"Validators.required",
|
|
||||||
"message":"Required",
|
|
||||||
"value":null
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,25 @@
|
|||||||
"section_name":"Business Assets",
|
"section_name":"Business Assets",
|
||||||
"onsubmit":null,
|
"onsubmit":null,
|
||||||
"questions":[
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Address",
|
||||||
|
"question_key":"initiated_address",
|
||||||
|
"type":"7",
|
||||||
|
"field_width":"100",
|
||||||
|
"answers":null,
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question":" Is this the business address?",
|
"question":" Is this the business address?",
|
||||||
"question_key":"is_business_address",
|
"question_key":"is_business_address",
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"question": [
|
"question": [
|
||||||
{
|
{
|
||||||
"question": "Business Account holder name",
|
"question": "Account holder name",
|
||||||
"question_key": "applicant_name",
|
"question_key": "applicant_name",
|
||||||
"type": "1",
|
"type": "1",
|
||||||
"api_properties": {
|
"api_properties": {
|
||||||
@ -51,43 +51,46 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Business Account type",
|
"question": "Account type",
|
||||||
"question_key": "account_type",
|
"question_key": "account_type",
|
||||||
"type": "1",
|
"type": "1",
|
||||||
"field_width": "45",
|
"field_width": "45",
|
||||||
"api_properties": {
|
"api_properties":null,
|
||||||
"api": "getListOfMaster",
|
|
||||||
"api_method": "POST",
|
|
||||||
"params": {
|
|
||||||
"master_name": "ACCOUNTTYPE"
|
|
||||||
},
|
|
||||||
"fields": [
|
|
||||||
"bt_lender_list_id",
|
|
||||||
"lender_name"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"answers": null,
|
"answers": null,
|
||||||
"onchange_properties": null,
|
"onchange_properties": [
|
||||||
"is_repeatable": null,
|
|
||||||
"validations": [
|
|
||||||
{
|
{
|
||||||
"name": "required",
|
"purpose":"FORM_CTRL",
|
||||||
"isactive": "1",
|
"form_controls":[{
|
||||||
"validator": "Validators.required",
|
"insert_index":"account_type",
|
||||||
"message": "Field Required",
|
"expression":"(String('account_type').toLowerCase() == String('savings'))",
|
||||||
"value": null
|
"value_keys":[
|
||||||
|
"account_type"
|
||||||
|
],
|
||||||
|
"questions":[
|
||||||
|
{
|
||||||
|
"question": "OD/CC Limit",
|
||||||
|
"question_key": "cc_limit",
|
||||||
|
"type": "1",
|
||||||
|
"field_width": "45",
|
||||||
|
"field_type": "num",
|
||||||
|
"api_properties": null,
|
||||||
|
"answers": null,
|
||||||
|
"onchange_properties": null,
|
||||||
|
"is_repeatable": null,
|
||||||
|
"validations": [
|
||||||
|
{
|
||||||
|
"name": "required",
|
||||||
|
"isactive": "1",
|
||||||
|
"validator": "Validators.required",
|
||||||
|
"message": "Field Required",
|
||||||
|
"value": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
},
|
|
||||||
{
|
|
||||||
"question": "OD/CC Limit",
|
|
||||||
"question_key": "cc_limit",
|
|
||||||
"type": "1",
|
|
||||||
"field_width": "45",
|
|
||||||
"field_type": "num",
|
|
||||||
"api_properties": null,
|
|
||||||
"answers": null,
|
|
||||||
"onchange_properties": null,
|
|
||||||
"is_repeatable": null,
|
"is_repeatable": null,
|
||||||
"validations": [
|
"validations": [
|
||||||
{
|
{
|
||||||
@ -99,6 +102,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"is_repeatable": "1",
|
"is_repeatable": "1",
|
||||||
"group_title": "Banking Details",
|
"group_title": "Banking Details",
|
||||||
|
|||||||
@ -3,26 +3,63 @@
|
|||||||
"section_name":"Loan details",
|
"section_name":"Loan details",
|
||||||
"onsubmit":null,
|
"onsubmit":null,
|
||||||
"questions":[
|
"questions":[
|
||||||
{
|
{
|
||||||
"question":"Loan amount applied for",
|
"question":"Loan amount applied for",
|
||||||
"question_key":"loan_amount",
|
"question_key":"loan_amount",
|
||||||
"type":"1",
|
"type":"1",
|
||||||
"field_typ":"numtoword",
|
"field_type":"numtoword",
|
||||||
"field_width":"100",
|
"field_width":"100",
|
||||||
"answers":null,
|
"answers":null,
|
||||||
"api_properties":null,
|
"api_properties":null,
|
||||||
"onchange_properties":null,
|
"onchange_properties":[
|
||||||
"is_repeatable":null,
|
{
|
||||||
"validations":[
|
"purpose":"FORM_CTRL",
|
||||||
{
|
"form_controls":[
|
||||||
"name":"required",
|
{
|
||||||
"isactive":"1",
|
"insert_index":"total_fund_requirement",
|
||||||
"validator":"Validators.required",
|
"expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))",
|
||||||
"message":"Field Required",
|
"value_keys":[
|
||||||
"value":null
|
"total_fund_requirement","loan_amount"
|
||||||
}
|
],
|
||||||
]
|
"questions":[
|
||||||
},
|
{
|
||||||
|
"question":"Remarks on source of funds for balance amount required",
|
||||||
|
"question_key":"remarks_fund_source_balance",
|
||||||
|
"place_holder":"",
|
||||||
|
"field_type":"string",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"100",
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"total_fund_requirement",
|
||||||
|
"answers":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"is_repeatable":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field Required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question":"Loan Tenure",
|
"question":"Loan Tenure",
|
||||||
"question_key":"loan_tenure",
|
"question_key":"loan_tenure",
|
||||||
@ -105,6 +142,42 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"purpose":"FORM_CTRL",
|
||||||
|
"form_controls":[
|
||||||
|
{
|
||||||
|
"insert_index":"total_fund_requirement",
|
||||||
|
"expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))",
|
||||||
|
"value_keys":[
|
||||||
|
"total_fund_requirement","loan_amount"
|
||||||
|
],
|
||||||
|
"questions":[
|
||||||
|
{
|
||||||
|
"question":"Remarks on source of funds for balance amount required",
|
||||||
|
"question_key":"remarks_fund_source_balance",
|
||||||
|
"place_holder":"",
|
||||||
|
"field_type":"string",
|
||||||
|
"type":"1",
|
||||||
|
"field_width":"100",
|
||||||
|
"api_properties":null,
|
||||||
|
"onchange_properties":null,
|
||||||
|
"is_repeatable":null,
|
||||||
|
"is_subfield":"1",
|
||||||
|
"parent_question_key":"total_fund_requirement",
|
||||||
|
"answers":null,
|
||||||
|
"validations":[
|
||||||
|
{
|
||||||
|
"name":"required",
|
||||||
|
"isactive":"1",
|
||||||
|
"validator":"Validators.required",
|
||||||
|
"message":"Field required",
|
||||||
|
"value":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]
|
||||||
}],
|
}],
|
||||||
"is_repeatable":null,
|
"is_repeatable":null,
|
||||||
"validations":[
|
"validations":[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user