60 likes | 131 Views
Jira No. 210 – Changes made to include “Company” field and exclude “Position” field on Contact Info screen. By ISRC Team. Change 1: Changes carried out in UserPersonalDetailsinfo.js to include LanguageId and Company Fields. Change 2:
E N D
Jira No. 210 – Changes made to include “Company” field and exclude “Position” field on Contact Info screen By ISRC Team
Change 1: Changes carried out in UserPersonalDetailsinfo.js to include LanguageId and Company Fields
Change 2: Changes carried out in webservicefacade.js to retrieve LanguageId and Company Fields into UserInfo object (UserPersonalDetailsInfo) Function changed : _createUserInfo = function(userInfoElement, callback) {
Change 3: Changes carried out in webservicefacade.js to pass LanguageId and Company Fields to UpdateProfileDetails web service call. Also Position field is sent as “ “ (space).
Change 4: Changes carried out in login.js to set values for Company Fields on Contact Info screen var _fillContactInfo = function() {
Change 5: Changes carried out in index.html to display Company on Read Only & Editable screens.