Get client type using code in axapta    SysGlobalCache cache = classfactory.globalCache();    ClientType clientType;    Session session;    if (cache.isSet(classstr(Global), funcname()))    {    clientType = cache.get(classstr(Global), funcname(), ClientType::Client);    }    else    {    session = new xSession();    clientType = session.clientKind();    cache.set(classstr(Global), funcname(), clientType);    }    return clientType;     
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .