[LS-326] OBC Termination , FN Fetches RL from OMAPI instead of internal order history after modify BPM OBCTermination.bpmn (attached) Created: 08/Apr/25 Updated: 03/Nov/25 Due: 15/Apr/25 |
|
| Status: | Opened |
| Project: | L3 Support |
| Component/s: | FN |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | CR | Priority: | Normal |
| Reporter: | Salem Dannawi | Assignee: | Ayed Bada |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0 minutes | ||
| Time Spent: | 2 hours | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Customer: |
OMAN-Tel
|
| Planned Start: | |
| Planned End: | |
| Actual Start: | |
| Date of Baselining: |
| Description |
|
2. OBC Termination , FN Fetches RL from OMAPI instead of internal order history after modify BPM OBCTermination.bpmn (attached) , example rejected order attached image, <NS1:Envelope xmlns:NS1=http://schemas.xmlsoap.org/soap/envelope/> ----------------- // GTM 835 println "start GTM 835 "; if(GetFixedInternetDetailsResponseMessage != null && GetFixedInternetDetailsResponseMessage.response != null) { else { if(GetFixedInternetDetailsResponseMessage.response.externalIdDetails != null && GetFixedInternetDetailsResponseMessage.response.externalIdDetails.item != null) { if ("364".equalsIgnoreCase(item.externalIdType)) { println " found OBB Sequence no " + item.externalId; execution.setVariable("OBBSeqNumber",item.externalId); matchFound = true; break; }} if (!matchFound) { execution.setVariable("OBBSeqNumber", null); }} else { execution.setVariable("OBBSeqNumber", null); } } |