I want to customize Order view's Consignment list section in CS cockpit (Hybris 1808) as follows:
- ConsignmentModel's OOTB `trackingId` should be shown as a new column
- Tracking id should be displayed as value but embedded with carrier's tracking url. Its value should be clickable and on click should open carrier's application (the embedded url)
ConsignmentModel has OOTB `carrier` and `trackingID` attributes and I'm keeping carrier's information in a custom itemtype with custom Spring service to get tracking url based on carrier's code.
- ConsignmentModel has OOTB `carrier` and `trackingID` attributes and I'm keeping carrier's information in a custom itemtype with custom Spring service to get tracking url based on carrier's code.
I searched online in various channels but didn't get any helpful resource. Can someone assist me here? Any useful also may be helpful. Or some pointers on how to proceed? Kindly let me know if somewhere I was unclear or need more information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.