SALES PD MEQ PRODUCT TEMPLATE CHANGES

This commit is contained in:
venbatechnologies@gmail.com 2020-12-16 19:36:49 +05:30
parent ee79907fba
commit cf07341ebb

View File

@ -137,11 +137,11 @@
"api":"getListOfMaster", "api":"getListOfMaster",
"api_method":"POST", "api_method":"POST",
"params":{ "params":{
"master_name":"DESIGNATION" "master_name":"COMPANYRELATIONSHIPS"
}, },
"fields":[ "fields":[
"designation_id", "company_relationship_id",
"designation" "name"
] ]
}, },
"onchange_properties":null, "onchange_properties":null,
@ -167,13 +167,6 @@
"onchange_properties":null, "onchange_properties":null,
"is_repeatable":null, "is_repeatable":null,
"validations":[ "validations":[
{
"name":"required",
"isactive":"1",
"validator":"Validators.required",
"message":"Contact no Required",
"value":null
},
{ {
"name":"pattern", "name":"pattern",
"isactive":"1", "isactive":"1",
@ -267,7 +260,42 @@
"type":"8", "type":"8",
"answers":null, "answers":null,
"api_properties":"local_pincode", "api_properties":"local_pincode",
"onchange_properties":null, "onchange_properties":[
{
"purpose":"FORM_CTRL",
"form_controls":[
{
"insert_index":"pincode",
"expression":"(String('pincode') == (String('1')))",
"value_keys":[
"pincode"
],
"questions":[
{
"question":"Please Specify the Pincode",
"question_key":"pincode_other",
"place_holder": "Enter the number",
"type": "1",
"api_properties": null,
"answers": null,
"onchange_properties": null,
"is_repeatable": null,
"field_type": "num",
"validations": [
{
"name": "required",
"isactive": "1",
"validator": "Validators.required",
"message": "Required",
"value": null
}
]
}
]
}
]
}
],
"is_repeatable":null, "is_repeatable":null,
"validations":[ "validations":[
{ {
@ -728,13 +756,6 @@
"is_repeatable": null, "is_repeatable": null,
"field_type": "num", "field_type": "num",
"validations": [ "validations": [
{
"name": "required",
"isactive": "1",
"validator": "Validators.required",
"message": "Required",
"value": null
},
{ {
"name": "pattern", "name": "pattern",
"isactive": "1", "isactive": "1",
@ -842,7 +863,7 @@
{ {
"question_key":"existing_since", "question_key":"existing_since",
"question":"Existing Since", "question":"Existing Since",
"place_holder": "Enter the number", "place_holder": "Enter the year eg 2012, 2015 etc",
"type": "1", "type": "1",
"api_properties": null, "api_properties": null,
"answers": null, "answers": null,