There is a Dashboard called Wait list, which has the Base Extension.
Base extension code has a method called- CallDynamicQueryAdapterUpdateMethod.
private void CallDynamicQueryAdapterUpdateMethod()
{
…
}
I am not able to call this method from the Customization code. Can you please suggest how to call the method CallDynamicQueryAdapterUpdateMethod() written on the base extension from Customization Code?