[ACE-608] board caption need to be reviewed in the invBoard view Created: 25/Feb/26 Updated: 09/Mar/26 Due: 25/Mar/26 |
|
| Status: | Done |
| Project: | ACE |
| Component/s: | UCMDB |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Normal |
| Reporter: | Bessem Manita | Assignee: | Nouha Mhadhbi |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0 minutes | ||
| Time Spent: | 4 hours | ||
| Original Estimate: | Not Specified | ||
| Customer: |
Mobinets
|
| Planned Start: | |
| Planned End: | |
| Complexity: | High |
| Actual Start: | |
| Date of Baselining: |
| Comments |
| Comment by Nouha Mhadhbi [ 09/Mar/26 ] |
|
Hi Implemented dynamic caption rules in UCMDB_NODE_BOARD_VW using SQL CASE logic instead of the previous static concatenation. Key rules implemented: WDM + Alcatel-Lucent ADM + Huawei IDU + Huawei IDU + Ericsson Router + Huawei Router + Cisco Default rule if cabinet != 1 OR shelf != 1 → otherwise → Also implemented the Swing logic equivalent of Updated UCMDB_TRANSMISSIONLINK_VW to reuse captions from UCMDB_NODE_BOARD_VW (board1.BOARD_CAPTION, board2.BOARD_CAPTION) instead of rebuilding them. Views implemented for Oracle and MySQL with equivalent logic |