Kinetic 2024.2.7 how to call the newest Quote Form after clicking Create Quote in Case Entry.
When in Case Entry, when I click “Create Quote”, after creating the quote, it brings up the out of the box Quote form and you cannot make any changes to the Quote and there is no Save Icon. Does anyone know how to automatically bring up the newest Quote form after clicking the “Create Quote” in Case Entry that allows you to make changes and save the changes?
We don’t do much with cases, we create quotes in “quote entry,” but we can and do create a CRM-based case in Case Entry… Sorry if that sounds completely oblique or odd, but I’ve not seen our “cases” used for quotes.
So, you just need to add your custom layer name(s) here. BUT WAIT, you can’t modify base events. So…
You’ll need to:
Create a custom layer of Case Entry (if you don’t already have one)
Copy this base CreateQuote event. (because you can’t modify the base event)
In your new copied event:
Modify the trigger to override the base event.
Modify the app-open to include your customized quote form layer name.
Publish your new Case Entry layer.
So now your custom Case Entry layer will use your custom CreateQuote event to open your custom Quote Entry form.
I’ve had to do this with MES (start activity, end activity) and there have been other examples as well. Give it a shot and if you get hung up, let us know.
And this issue (from what I’ve experienced, along with others on the forum) is due to a missing EpBinding one or more of the forms.
I would get your custom Quote layer loading first, that’s top priority. And then, if you still don’t have a “Save” icon… review the application tree and make sure the pages aren’t missing their EpBinding:
Still don’t know what’s causing this, but there have been many people with this issue and we’ve found that something is wiping the bindings off the pages. The Save icon usually comes back when the binding is repaired.
Thank you 1 million times David. All of the information that you gave me solved my issue. I have been able to have all of my questions answered after posting and I can’t believe what everyone has done to help me. Much appreciated!