SALES PD MEQ PRODUCT TEMPLATE CHANGES
This commit is contained in:
parent
ee79907fba
commit
cf07341ebb
@ -137,11 +137,11 @@
|
||||
"api":"getListOfMaster",
|
||||
"api_method":"POST",
|
||||
"params":{
|
||||
"master_name":"DESIGNATION"
|
||||
"master_name":"COMPANYRELATIONSHIPS"
|
||||
},
|
||||
"fields":[
|
||||
"designation_id",
|
||||
"designation"
|
||||
"company_relationship_id",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"onchange_properties":null,
|
||||
@ -167,13 +167,6 @@
|
||||
"onchange_properties":null,
|
||||
"is_repeatable":null,
|
||||
"validations":[
|
||||
{
|
||||
"name":"required",
|
||||
"isactive":"1",
|
||||
"validator":"Validators.required",
|
||||
"message":"Contact no Required",
|
||||
"value":null
|
||||
},
|
||||
{
|
||||
"name":"pattern",
|
||||
"isactive":"1",
|
||||
@ -267,7 +260,42 @@
|
||||
"type":"8",
|
||||
"answers":null,
|
||||
"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,
|
||||
"validations":[
|
||||
{
|
||||
@ -728,13 +756,6 @@
|
||||
"is_repeatable": null,
|
||||
"field_type": "num",
|
||||
"validations": [
|
||||
{
|
||||
"name": "required",
|
||||
"isactive": "1",
|
||||
"validator": "Validators.required",
|
||||
"message": "Required",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"name": "pattern",
|
||||
"isactive": "1",
|
||||
@ -842,7 +863,7 @@
|
||||
{
|
||||
"question_key":"existing_since",
|
||||
"question":"Existing Since",
|
||||
"place_holder": "Enter the number",
|
||||
"place_holder": "Enter the year eg 2012, 2015 etc",
|
||||
"type": "1",
|
||||
"api_properties": null,
|
||||
"answers": null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user