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 @@
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
detailModel: {
thumb_obj: 'product',
image_column: 'PRODUCT_CODE',
image_size: 'lg',
title_column: 'PRODUCT_DESCR',
......
......@@ -49,6 +49,7 @@
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
detailModel: {
thumb_obj: 'product',
image_column: 'PRODUCT_CODE',
image_size: 'lg',
title_column: 'PRODUCT_DESCR',
......
......@@ -55,9 +55,11 @@
sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: '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',
_STORAGE_KEY : 'POS_CODE__LOGIN'
},
......@@ -74,8 +76,10 @@
alt_image_column: 'VACANT_IMAGE',
info_text: 'Sell In',
info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL',
info_visible : true,
link_metadata: 'sell_plan_review_any_drill',
user_action : "ADD_TASK"
......
......@@ -60,9 +60,11 @@
sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: '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: {
image_column: 'USER:EMP_CODE',
......@@ -77,8 +79,10 @@
alt_image_column: 'VACANT_IMAGE',
info_text: 'Sell In',
info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL',
info_visible : true,
link_metadata: 'sell_plan_review_any_drill',
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