No penalty for non-maintenance of minimum average balance
Tata Technologies - Corporate Salary Package
Relationship Manager

Please Select The Location
Vikas D | Bangalore vikas.d@sbi.co.in 9972277365
GOVIND UPADHYAY | Chennai govind.upadhyay@sbi.co.in 9580713232
SAURABH RANA | Gurgaon saurabh.rana@sbi.co.in 9986227556
PRIYANKA CHOUDHARY | Noida priyanka.chaudhary@sbi.co.in 8762405958
Mr.Priybrat Kumar poddar | Hyderabad csrm4.aocyb@sbi.co.in 9199155844
Daya Shankar Shukla | Hyderabad csrm7.aocyb@sbi.co.in 9208093511
Bidyasish Bhattacharjee | Kolkata bidyasish.bhattacharjee@sbi.co.in 9883571167
Mr. Amarendra Paswan | Mumbai (Ghatkopar) mgrcsrm02.aothane@sbi.co.in 9987781551
Mr. Sunil Kumar Ramadhar | Mumbai (Thane Central) kamcsp9thane@sbi.co.in 8197410568
Kiran Dabhade | Mumbai (Andheri) Kiran Dabhade 9967062870
Shweta Kumari | Pune (Hinjewadi) agmcsptl2.aopune@sbi.co.in 9099091500
Shweta Kumari | Pune (Hadapsar) agmcsptl2.aopune@sbi.co.in 9099091500
Retail Loans
SBI Rewards
The following has evaluated to null or missing: ==> image_container.AltTitle [in template "100#136#72945" at line 42, column 100] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${image_container.AltTitle.getData()} [in template "100#136#72945" at line 42, column 98] ----
1<#assign siteGroupID = themeDisplay.getSiteGroupId() />
2<#-- Site group id of Corporate Salary Package, State Government Salary Package, Defence Salary Package
3This code is written for hiding the hindi text of the Other Services text -->
4<#assign listUrls = [159341, 2782897, 5566837]>
5
6<style>
7.otherservices-row-text-font {
8 font-weight: 600;
9}
10</style>
11<div class="col-xl-12 col-lg-12 col-xs-12 col-sm-12 col-md-12 sbi-session sbi-sess1 otherserv">
12 <div class="card sbi-acr-card">
13
14 <center>
15 <div class="card-header sbi-acr-card-header d-block d-lg-none d-xl-none collapsed" data-toggle="collapse" id="headingSix" data-target="#collapseSix" role="button" aria-expanded="true" aria-controls="collapseSix">
16
17 <#if listUrls?seq_contains(siteGroupID)>
18 <h6 class="card-title sbi-acr-card-title yono-text-font-color">Other Services </h6>
19 <#else>
20 <h6 class="card-title sbi-acr-card-title yono-text-font-color"><#if themeDisplay.getLocale() == "hi_IN">अन्य सेवाएं <#else><b>OTHER SERVICES</b></#if></h6>
21 </#if>
22
23 </div>
24 </center>
25 <center>
26 <div class="card-header sbi-acr-card-header d-none d-lg-block d-xl-block ">
27 <#if listUrls?seq_contains(siteGroupID)>
28 <h6 class="card-title sbi-acr-card-title yono-text-font-color">Other Services</h6>
29 <#else>
30 <h6 class="card-title sbi-acr-card-title yono-text-font-color "><#if themeDisplay.getLocale() == "hi_IN">अन्य सेवाएं<#else><b>OTHER SERVICES</b></#if></h6>
31 </#if>
32 </div>
33 </center>
34
35 <div class="container-fluid container-fluid-box collapse show" id="collapseSix" data-parent="#accordionExample" aria-labelledby="headingSix">
36 <div class="row">
37 <div class="product_slide_wrap col-md-12">
38 <div class="product_slide ">
39 <#list ImageContainer.getSiblings() as image_container>
40 <a href="${image_container.ImageHyperlink.getData()}" class="text-center">
41 <div class="icon_services"> <div class="icon_services_wrap">
42 <img class="services_icons" alt="${image_container.AltTitle.getData()}"
43 src="${image_container.ImagePath.getData()}" /></div>
44 <span
45 class="services_text">${image_container.ImageText.getData()}</span>
46 </div>
47 </a>
48 </#list>
49 </div>
50 </div>
51 </div>
52 </div>
53 </div>
54</div>
55<script>
56
57 $(document).ready(function() {
58 if ($(window).width() <= 960) {
59 $('.otherserv').find('.card-header').addClass('collapsed');
60
61 $('.otherserv').find('.collapse ').removeClass('show')
62 $('#sbi-other-service').removeClass('show')
63 $('.sbi_announce').find('.card-header').addClass('collapsed')
64 $('#sbi-announce').removeClass('show')
65
66
67
68 }
69
70
71
72 $(".services_text:contains(RBI Kehta Hai)").addClass("rbikahatahai");
73 $('img[alt="RBI Kehta Hai"]').addClass("rbikahatahai_img")
74
75
76 $(".rbikahatahai").click(function(){
77 var r =window.confirm("You are about to leave SBI Website and go to an external link. Please click OK to continue to the link or CANCEL to return to the previous page.");
78 if (r==true){
79 window.location.href = "https://www.rbi.org.in/commonperson/English/Scripts/rbikehtahai.aspx";
80 }
81 else{
82 return false;
83 }
84 });
85 $(".rbikahatahai_img").click(function(){
86 var r =window.confirm("You are about to leave SBI Website and go to an external link. Please click OK to continue to the link or CANCEL to return to the previous page.");
87 if (r==true){
88 window.location.href = "https://www.rbi.org.in/commonperson/English/Scripts/rbikehtahai.aspx";
89 }
90 else{
91 return false;
92 }
93 });
94
95 //------- For LINKING OF PAN AND ADHAAR ---------------
96
97 $(".services_text:contains(LINKING OF PAN AND ADHAAR)").addClass("LINKINGPANADHAAR");
98 $('img[alt="LINKING OF PAN AND ADHAAR"]').addClass("LINKINGPANADHAAR_img");
99
100
101 $(".LINKINGPANADHAAR").click(function(){
102 var r =window.confirm("You are about to leave SBI Website and go to an external link. Please click OK to continue to the link or CANCEL to return to the previous page.");
103 if (r==true){
104 window.location.href = "https://eportal.incometax.gov.in/iec/foservices/#/pre-login/bl-link-aadhaar";
105 }
106 else{
107 return false;
108 }
109 });
110 $(".LINKINGPANADHAAR_img").click(function(){
111 var r =window.confirm("You are about to leave SBI Website and go to an external link. Please click OK to continue to the link or CANCEL to return to the previous page.");
112 if (r==true){
113 window.location.href = "https://eportal.incometax.gov.in/iec/foservices/#/pre-login/bl-link-aadhaar";
114 }
115 else{
116 return false;
117 }
118 });
119
120 //-------------------------Sachet-----------------------------------
121
122
123 $(".services_text:contains(RBI Sachet)").addClass("sachet");
124 $('img[alt="RBI Sachet"]').addClass("sachet_jpg");
125
126 $(".services_text:contains(आर बी आई सचेत)").addClass("sachet");
127 $('img[alt="आर बी आई सचेत"]').addClass("sachet_jpg");
128
129 $(".sachet").click(function(){
130 var r =window.confirm("You are about to leave SBI Website and go to an external link. Please click OK to continue to the link or CANCEL to return to the previous page.");
131 if (r==true){
132 window.location.href = "https://sachet.rbi.org.in/";
133 }
134 else{
135 return false;
136 }
137 });
138 $(".sachet_jpg").click(function(){
139 var r =window.confirm("You are about to leave SBI Website and go to an external link. Please click OK to continue to the link or CANCEL to return to the previous page.");
140 if (r==true){
141 window.location.href = "https://sachet.rbi.org.in/";
142 }
143 else{
144 return false;
145 }
146 });
147
148
149
150
151
152});
153</script>
For unresolved queries and escalations please write to citu@sbi.co.in