How can I connect Case to Lot through UI. I know that an entry in the EntityConnection table is required to do so, but is there a way to do this through UI?
When trying to add a date/time value on a mini page there is no option to set the time (after setting date). It works fine when going into main form page. Is there a known bug here?
I created a class UsrAccountAddressEventListener in my package. I want this class to inherit OOTB AccountAddressEventListener (Package CrtCustomer360App, assembly CrtCustomer360App.dll, Namespace Terrasoft.Configuration.CrtCustomer360App).
But because CrtCustomer360App is configured with Compile into a separate assembly, I cannot add a using Terrasoft.Configuration.CrtCustomer360App without a compilation error.