Good day everybody!
My team has a pricing calculator for transport services (programmed by me), and I want it to generate a link to a filters applied view in our Order entity list view. (so we can check if calculator is right and we have similar prices in history of our orders)
Simple example: Order entity has a vehicleType enum field (3,5t || 7,5t || 12t || 40t) truck.
Our calculator has also vehicleType in its custom form, and this calculator I can program also to generate link to our CRM, to Order entity list view, with this (vehicleType) filter applied already.
Simply how to make something like this work: https://CRMHOST/#Order?vehicleType=3,5t
How to do that?
Thanks in advance guys <3
My team has a pricing calculator for transport services (programmed by me), and I want it to generate a link to a filters applied view in our Order entity list view. (so we can check if calculator is right and we have similar prices in history of our orders)
Simple example: Order entity has a vehicleType enum field (3,5t || 7,5t || 12t || 40t) truck.
Our calculator has also vehicleType in its custom form, and this calculator I can program also to generate link to our CRM, to Order entity list view, with this (vehicleType) filter applied already.
Simply how to make something like this work: https://CRMHOST/#Order?vehicleType=3,5t
How to do that?
Thanks in advance guys <3
Comment