Hi,
I have trIed following things .
1) Provide the new ~ITSMOBILEDEVICEINCLUDE Z_DEVINCLUDE in the service and removed it from SICF. outcome no HTTP error but function keys do not work on browser.
2) Provided the new ~ITSMOBILEDEVICEINCLUDE Z_DEVINCLUDE in the service and in the SICF outcome HTTP ERROR .
3) Provided the new ~ITSMOBILEDEVICEINCLUDE Z_DEVINCLUDE in the SICF only outcome HTTP ERROR.
When every I provide the ~ITSMOBILEDEVICEINCLUDE Z_DEVINCLUDE in SICF it is give HTTP ERROR and when I provide it in the service it will not give error but at the same time function keys are not working.
Is there any other setting that I need to change. by providing device include in service/SICF should insert the include contents in all HTML Templates.
if ( ~itsmobileDeviceInclude != "" )
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileDeviceInclude & ".html");
end;
Thank you.