1 / 6

Update to Include Company Field and Exclude Position Field on Contact Info Screen

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.

Télécharger la présentation

Update to Include Company Field and Exclude Position Field on Contact Info Screen

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Jira No. 210 – Changes made to include “Company” field and exclude “Position” field on Contact Info screen By ISRC Team

  2. Change 1: Changes carried out in UserPersonalDetailsinfo.js to include LanguageId and Company Fields

  3. Change 2: Changes carried out in webservicefacade.js to retrieve LanguageId and Company Fields into UserInfo object (UserPersonalDetailsInfo) Function changed : _createUserInfo = function(userInfoElement, callback) {

  4. 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).

  5. Change 4: Changes carried out in login.js to set values for Company Fields on Contact Info screen var _fillContactInfo = function() {

  6. Change 5: Changes carried out in index.html to display Company on Read Only & Editable screens.

More Related