Support #7055

[SCP ID :##3618##] : M2U not display account details link at top menu for CC

Added by Zahir Abd Latif over 7 years ago. Updated over 7 years ago.

Status:Closed - End of life cycleStart date:January 20, 2017
Priority:NormalDue date:January 24, 2017
Assignee:Zahir Abd Latif% Done:

100%

Category:-Spent time:3.00 hours
Target version:-

Description

Hi,
Kindly attend below request:

Please help to check ,

M2U not display account details link at top menu for CC

History

#1 Avatar?id=2607&size=24 Updated by Rayvandy Gabbytian over 7 years ago

  • Status changed from New - Begin Life Cycle to Development / Work In Progress
  • % Done changed from 0 to 20

#2 Avatar?id=2607&size=24 Updated by Rayvandy Gabbytian over 7 years ago

  • Due date set to January 24, 2017
  • % Done changed from 20 to 100

Dear all,

I have reverted to Wahyu via email as follows:

Dear Pak Wahyu,

Summary of findings as below:

Original Request: M2U not display account details link at top menu for CC

Issue:
- When accessing Credit Card Details inside Account Summary, top navigation only shows Previous Month Statement, Current Month Statement, Next Month Statement, and Statement Download,
- So, when user clicks other navigation (E.g.: Statement Download), he will unable to go back to view account details,
- To view account details, user must go back to Account Summary, click the credit card details. This will take longer path and time for user to re-view account details

Root cause:
- Inside database there is no data related to “Account Details” Navigation for Credit Card. Why? I assume this navigation was missed out during the very first beginning of M2U SIT, UAT, PROD migration.

Expected Result:
 - When accessing Credit Card Details inside Account Summary, top navigation must show Account Details, Previous Month Statement, Current Month Statement, Next Month Statement, and Statement Download.

Solution:
-Provide below query database to insert new “Account Details” navigation. 

insert into "DBO"."IB_NAVIGATION" ("NODE_ID", "PARENT_ID", "NODE_NAME", "NODE_NAME_SL", "NODE_DESCRIPTION", "NODE_DESCRIPTION_SL", "NODE_TYPE", "NODE_STATUS", "NODE_CODE", "NODE_DISPLAY_ORDER", "PAGE_PATH", "OPERATION_HOUR", "OPERATION_START_TIME", "OPERATION_END_TIME", "WEEKEND", "OFFLINE_MESSAGE", "OFFLINE_MESSAGE_SL", "SMS_SERVICE_INDI", "NAVIGABLE", "QUICK_LINK", "QUICK_LINK_ORDER", "NODE_CREATED_BY", "NODE_UPDATED_BY", "NODE_CREATION_DATE", "NODE_UPDATED_DATE", "CATEGORY", "TOP_MENU", "DISPLAY_CHILD", "SHORTCUT", "SP_INSTRUCT", "NODE_ICON", "ACCESS_FUNCTION", "ACCESS_ROLE", "MK_PENDING")
values((select max(node_id)+1 from dbo.ib_navigation), (select parent_id from dbo.ib_navigation where node_code = 'ACC01.01'), 'Account Details', 'Rincian Rekening', NULL, NULL, 1, 0, 'ACC01.01CCs', 1, '/ib102/ibAccountInfo.do', 1, NULL, NULL, 1, NULL, NULL, '1', 0, 0, 1, 12, 12, sysdate, sysdate, 1, 0, 0, 0, 'C', NULL, NULL, NULL, 0);
Important Notes:
- Node ID will be auto generated by getting max value +1,
- Parent ID is automatically copied from CASA Account Details,
- node creation and updated date automatically get the current date time,
- SP_INSTRUCT set as ‘C’ indicating that this Account Details will be displayed only under Credit Card Details,
- Please adjust the label in English and Indonesian based on business user needs.

insert into "DBO"."IB_NAVIGATION_GROUP" ("GROUP_ID", "NAVIGATION_ID", "IS_EDIT", "IS_VIEW", "NODE_CODE")
values(1, (select node_id from dbo.ib_navigation where node_code = 'ACC01.01CCs'), 0, 0, 'ACC01.01CCs');
Important Notes:
- To display account details for transactional users.

insert into "DBO"."IB_NAVIGATION_GROUP" ("GROUP_ID", "NAVIGATION_ID", "IS_EDIT", "IS_VIEW", "NODE_CODE")
values(2, (select node_id from dbo.ib_navigation where node_code = 'ACC01.01CCs'), 0, 0, 'ACC01.01CCs’);
Important Notes:
- To display account details for non transactional users.

Deployment Guidelines, Release Notes, Test Script and Result will be given once WM package is finished UAT and deployed to prod.

Please confirm on above solutions and do revert us back.

Thank you.

#3 Avatar?id=2607&size=24 Updated by Rayvandy Gabbytian over 7 years ago

  • Status changed from Development / Work In Progress to Pending Customer Feedback
  • Assignee changed from Rayvandy Gabbytian to Zahir Abd Latif
  • % Done changed from 100 to 0

#4 Updated by Zahir Abd Latif over 7 years ago

  • Status changed from Pending Customer Feedback to Closed - End of life cycle
  • % Done changed from 0 to 100

Issue closed in SCP.

Also available in: Atom PDF