60 likes | 136 Vues
Changes made by ISRC team include adding Company field and removing Position field in Contact Info screen. Modifications are done in various files like UserPersonalDetailsinfo.js, webservicefacade.js, login.js, and index.html to accommodate the new fields.
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.