Commit d4ec82f0 authored by CORP\sonam.kamble's avatar CORP\sonam.kamble

updated xml to show caclues on card

parent d065fbdc
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
component_type: 'PROFILE_CARD_2', component_type: 'PROFILE_CARD_2',
selected_detail: 0, selected_detail: 0,
detailModel: { detailModel: {
thumb_obj: 'product',
image_column: 'PRODUCT_CODE', image_column: 'PRODUCT_CODE',
image_size: 'lg', image_size: 'lg',
title_column: 'PRODUCT_DESCR', title_column: 'PRODUCT_DESCR',
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
component_type: 'PROFILE_CARD_2', component_type: 'PROFILE_CARD_2',
selected_detail: 0, selected_detail: 0,
detailModel: { detailModel: {
thumb_obj: 'product',
image_column: 'PRODUCT_CODE', image_column: 'PRODUCT_CODE',
image_size: 'lg', image_size: 'lg',
title_column: 'PRODUCT_DESCR', title_column: 'PRODUCT_DESCR',
......
...@@ -55,9 +55,11 @@ ...@@ -55,9 +55,11 @@
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
copykeys : 'POS_CODE__LOGIN,POS_CODE,SELL_IN,SELL_OUT,HIER_THEME,PRD_CODE', sub_info_column_val: 'SELL_OUT_VAL',
copykeys : 'POS_CODE__LOGIN,POS_CODE,SELL_IN,SELL_OUT,SELL_IN_VAL,SELL_OUT_VAL,HIER_THEME,PRD_CODE',
_OBJECT_KEY : 'POS_CODE', _OBJECT_KEY : 'POS_CODE',
_STORAGE_KEY : 'POS_CODE__LOGIN' _STORAGE_KEY : 'POS_CODE__LOGIN'
}, },
...@@ -74,8 +76,10 @@ ...@@ -74,8 +76,10 @@
alt_image_column: 'VACANT_IMAGE', alt_image_column: 'VACANT_IMAGE',
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_any_drill', link_metadata: 'sell_plan_review_any_drill',
user_action : "ADD_TASK" user_action : "ADD_TASK"
......
...@@ -60,9 +60,11 @@ ...@@ -60,9 +60,11 @@
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
copykeys : 'POS_CODE__REPTO,POS_CODE,SELL_IN,SELL_OUT,HIER_THEME,PRD_CODE' sub_info_column_val: 'SELL_OUT_VAL',
copykeys : 'POS_CODE__REPTO,POS_CODE,SELL_IN,SELL_OUT,SELL_IN_VAL,SELL_OUT_VAL,HIER_THEME,PRD_CODE'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -77,8 +79,10 @@ ...@@ -77,8 +79,10 @@
alt_image_column: 'VACANT_IMAGE', alt_image_column: 'VACANT_IMAGE',
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_any_drill', link_metadata: 'sell_plan_review_any_drill',
user_action: "ADD_TASK" user_action: "ADD_TASK"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment