Quantcast
Channel: Forums - Recent Threads
Viewing all 143529 articles
Browse latest View live

User Cant Open Already Won Opportunity

$
0
0

Hello All,

I've got a user here that is trying to view an already won opportunity that is owned by another person. The owner and the user in question are not in the same business unit, BUT the user can open a won opportunity from someone in the management business unit. What do I need to change as far as permissions so that this user can view all won opportunities? He needs to be able to access them for business development reasons. I have attached a pic of the error he is getting and I will paste the error log info.

Any help would be appreciated. Thanks!

Log File:

SecLib::AccessCheckEx2 failed. Returned hr = -2147187962, ObjectId: a93c82fe-cca9-e711-811e-e0071b6ad121, OwnerId: d6df6f7c-6dd0-e511-80e4-c4346bac59b8, OwnerIdType: 8 and CallingUser: 11e06f7c-6dd0-e511-80e4-c4346bac59b8, CallerBusinessId: 667e9beb-ca3f-e611-80eb-fc15b4283a54. ObjectTypeCode: 4200, ObjectBusinessUnitId: e1bbec23-ce3f-e611-80eb-fc15b4283a54, AccessRights: WriteAccess. Computed rightsToCheck=WriteAccess, grantedRights=8, hsmGrantedRights=None, grantedRightsWithHsm=8.


Recent BC upgrade

$
0
0

Since getting upgraded to Build 24630. performance has been horrable. can not even import bank stantment todo Bank rec. Has anyone else experianced this issue

In Purchase Agreement, Where Can I See The Received Lines of The Released Lines?

$
0
0

Hello awesome community! :)

In Purchase Agreements, What I want is similar to view the "Released Order Lines" of the purchase agreement.

For example, in this screen: 

It views the Released Lines of The Purchase Agreement, what I want is to view the "Received Lines" of these released lines.

Because I want to display in an SSRS report the number of Received Lines.

I already did it for the "Release Lines" by getting the count() number of records in "PurchLine" Table where The PurchLine.MatchingAgreementLine == AgreementLine.RecId.

I'm just a beginner but I noticed that release lines are inserted in PurchLine Table, but what about Received Lines?

Thanks in advance!

Unable to Merge Records for Unknown Reason

$
0
0

Hello,

I have been having a small issue with our CRM system for a while now.  A user is trying to merge two records together. However, every time he does, is receives a popup that just says "Business Process Error: The entity cannot be updated because it is read-only".  However, neither of the records in question are read-only, and the user has all permissions for both entities.

So, I am unsure what could be causing this issue. Does anyone have any idea what it might be?

D365 FO for Partner

$
0
0

Hi,

We need an instance of D365 FO for Demo/Practice and we are the partner of Microsoft.

How do we get/configure D365 FO on-cloud instance.? 

Inventory transfer calculation

$
0
0

I make a transfer order from my warehouse to the stores every week. I would like to know if this process can be automated, that the nav calculate what should be transferred, depending on the inventory of the store and what was sold in the last 7 days.

Quick Email Campaign - Maximum number of characters has been exceeded which is 0

$
0
0

Out of the blue I'm getting an error message which claims I've exceeded the maximum number of characters has been exceeded which is 0 (zero)".  

This is when I'm trying to create a bulk email within a quick campaign.  I can leave every field blank (bcc, subject line, attachment, and email body) or put any amount of data in any of those fields and I get the same response.

I've tried this in Edge as well as Chrome and I get the same response.

Any thoughts?

New-AXUser: Error in getting SID

$
0
0

Hey all,

I'm automating the process of creating a user in AD and in AX. However, I'm facing some issues with adding the user in AX part.

I'm testing in 2 AX environments at the moment (I'll name them A and B), and in environment A it works without a problem, but in B I get the error: Error in getting SID, The Active Directory user or group does not exist. Contact your network administrator.

Both tests are with the same user and the same code, only the server is different. Am I missing something that needs to enabled on the server before I can add users via powershell? I can reach the domain controller from both servers, and manually adding the user via the AX GUI also works.

The code I use is as follows:

Invoke-Command -ComputerName $AOSserver -ScriptBlock {param($axuserid,$accountname,$AOScompany,$domain) New-AXUser -AccountType WindowsUser -AXUserId $axuserid -UserDomain $domain -UserName $accountname} -Credential $axCredential -ArgumentList $axuserid,$accountname,$AOScompany,$domain

I don't seem to have issues with other AX commands, for example I can execute the following one against environment B without any problems:

Invoke-Command -ComputerName $AOSserver -ScriptBlock {Get-AXUserLicenseUsage} -Credential $axCredential

I have tried executing the code locally on the server itself, but same result.

Any help would be appreciated.


Upgraded to Dynamics 365 version 9 - Work Flow not working

$
0
0

Hi,

We upgraded our Dynamics 365 online to version 9.

In that process, apparently a work flow is no longer functioning. It was supposed to set Sales Stage info. However, that is now left blank.

Anyone with similar problems or possible resolution?

Thanks

David

Back Up Business Central

$
0
0

Hello,

I have been read that it is impossible to make a backup, is this it correct? thank you.

JS reference error

$
0
0

Hello,

I have the following code to set a lookup field in my custom entity :

var id = Xrm.Page.data.entity.attributes.get("createdby").getValue()[0].id;

var name = Xrm.Page.data.entity.attributes.get("createdby").getValue()[0].name;

var entityType = "new_accident";

if (id != null) {
var lookupVal = new Array();
lookupVal[0] = new Object();
lookupVal[0].id = guid;
lookupVal[0].name = name;
lookupVal[0].entityType = entityType;

Xrm.Page.getAttribute("new_contactid").setValue(lookupVal);

}

I have set it to OnSave, but I get the following error :

ReferenceError: toOnSave is not defined
at eval (eval at RunHandlerInternal (smartconstat.crm4.dynamics.com/.../ClientApiWrapper.aspx), <anonymous>:1:1)
at RunHandlerInternal (smartconstat.crm4.dynamics.com/.../ClientApiWrapper.aspx)
at RunHandlers (smartconstat.crm4.dynamics.com/.../ClientApiWrapper.aspx)
at ExecuteHandler (smartconstat.crm4.dynamics.com/.../ClientApiWrapper.aspx)
at Mscrm.TurboForm.Control.CustomScriptsManager.$Dk_1 (crmcdn.azureedge.net/.../formcontrols.js)
at Mscrm.TurboForm.Control.CustomScriptsManager.executeHandler (crmcdn.azureedge.net/.../formcontrols.js)
at Mscrm.TurboForm.Control.CustomScriptsManager.executeHandlerByDescriptor (crmcdn.azureedge.net/.../formcontrols.js)
at crmcdn.azureedge.net/.../formcontrols.js
at smartconstat.crm4.dynamics.com/.../global.ashx
at Mscrm.TurboForm.Control.Data.DataEntity.$Ew_1 (crmcdn.azureedge.net/.../formcontrols.js)

What could be the reason for this?

Thanks in advance

Dynamics GP 2015 APPCRASH

$
0
0

Hi,

    Recently the users in GP is having the error APPCRASH in GP2015 on Azure. What can I do?

This is a copy or file detail with the error:

Version=1
EventType=APPCRASH
EventTime=131835993491808374
ReportType=2
Consent=1
ReportIdentifier=7647b9cd-cc16-11e8-80e6-000d3a71e707
IntegratorReportIdentifier=7647b9cc-cc16-11e8-80e6-000d3a71e707
WOW64=1
NsAppName=Dynamics.exe
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=Dynamics.exe
Sig[1].Name=Application Version
Sig[1].Value=16.0.33.0
Sig[2].Name=Application Timestamp
Sig[2].Value=583359b7
Sig[3].Name=Fault Module Name
Sig[3].Value=Dynamics.exe
Sig[4].Name=Fault Module Version
Sig[4].Value=16.0.33.0
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=583359b7
Sig[6].Name=Exception Code
Sig[6].Value=c000041d
Sig[7].Name=Exception Offset
Sig[7].Value=0003fc6e
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.3.9600.2.0.0.144.8
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=9607
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=96071098395e6747ee34221ed7251aac
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=d7c3
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=d7c354933fbdfa102ffe0014e52eb172
UI[2]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\Dynamics.exe
UI[3]=Microsoft Dynamics GP has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
LoadedModule[0]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\Dynamics.exe
LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
LoadedModule[2]=C:\Windows\SYSTEM32\MSCOREE.DLL
LoadedModule[3]=C:\Windows\SYSTEM32\KERNEL32.dll
LoadedModule[4]=C:\Windows\SYSTEM32\KERNELBASE.dll
LoadedModule[5]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\BIDI32.dll
LoadedModule[6]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\CTPMEM32.dll
LoadedModule[7]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\CTPWIN32.dll
LoadedModule[8]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\DEXVBA.dll
LoadedModule[9]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\Stream.dll
LoadedModule[10]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\xdll32.dll
LoadedModule[11]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\sqmapi.dll
LoadedModule[12]=C:\Windows\SYSTEM32\XmlLite.dll
LoadedModule[13]=C:\Windows\SYSTEM32\WINMM.dll
LoadedModule[14]=C:\Windows\SYSTEM32\WTSAPI32.dll
LoadedModule[15]=C:\Windows\SYSTEM32\MSVCP140.dll
LoadedModule[16]=C:\Windows\SYSTEM32\mfc140.dll
LoadedModule[17]=C:\Windows\SYSTEM32\USER32.dll
LoadedModule[18]=C:\Windows\SYSTEM32\GDI32.dll
LoadedModule[19]=C:\Windows\SYSTEM32\MSIMG32.dll
LoadedModule[20]=C:\Windows\SYSTEM32\COMDLG32.dll
LoadedModule[21]=C:\Windows\SYSTEM32\WINSPOOL.DRV
LoadedModule[22]=C:\Windows\SYSTEM32\ADVAPI32.dll
LoadedModule[23]=C:\Windows\SYSTEM32\SHELL32.dll
LoadedModule[24]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.18006_none_a9ec6aab013aafee\COMCTL32.dll
LoadedModule[25]=C:\Windows\SYSTEM32\SHLWAPI.dll
LoadedModule[26]=C:\Windows\SYSTEM32\ole32.dll
LoadedModule[27]=C:\Windows\SYSTEM32\OLEAUT32.dll
LoadedModule[28]=C:\Windows\SYSTEM32\CRYPT32.dll
LoadedModule[29]=C:\Windows\SYSTEM32\VCRUNTIME140.dll
LoadedModule[30]=C:\Windows\SYSTEM32\api-ms-win-crt-string-l1-1-0.dll
LoadedModule[31]=C:\Windows\SYSTEM32\api-ms-win-crt-stdio-l1-1-0.dll
LoadedModule[32]=C:\Windows\SYSTEM32\api-ms-win-crt-runtime-l1-1-0.dll
LoadedModule[33]=C:\Windows\SYSTEM32\api-ms-win-crt-heap-l1-1-0.dll
LoadedModule[34]=C:\Windows\SYSTEM32\api-ms-win-crt-convert-l1-1-0.dll
LoadedModule[35]=C:\Windows\SYSTEM32\api-ms-win-crt-time-l1-1-0.dll
LoadedModule[36]=C:\Windows\SYSTEM32\api-ms-win-crt-utility-l1-1-0.dll
LoadedModule[37]=C:\Windows\SYSTEM32\api-ms-win-crt-math-l1-1-0.dll
LoadedModule[38]=C:\Windows\SYSTEM32\api-ms-win-crt-filesystem-l1-1-0.dll
LoadedModule[39]=C:\Windows\SYSTEM32\api-ms-win-crt-locale-l1-1-0.dll
LoadedModule[40]=C:\Windows\SYSTEM32\WS2_32.dll
LoadedModule[41]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\TNTLIB.dll
LoadedModule[42]=C:\Windows\SYSTEM32\VERSION.dll
LoadedModule[43]=C:\Windows\SYSTEM32\msvcrt.dll
LoadedModule[44]=C:\Windows\SYSTEM32\WINMMBASE.dll
LoadedModule[45]=C:\Windows\SYSTEM32\api-ms-win-crt-multibyte-l1-1-0.dll
LoadedModule[46]=C:\Windows\SYSTEM32\api-ms-win-crt-environment-l1-1-0.dll
LoadedModule[47]=C:\Windows\SYSTEM32\IMM32.dll
LoadedModule[48]=C:\Windows\SYSTEM32\UxTheme.dll
LoadedModule[49]=C:\Windows\SYSTEM32\sechost.dll
LoadedModule[50]=C:\Windows\SYSTEM32\RPCRT4.dll
LoadedModule[51]=C:\Windows\SYSTEM32\combase.dll
LoadedModule[52]=C:\Windows\SYSTEM32\MSASN1.dll
LoadedModule[53]=C:\Windows\SYSTEM32\NSI.dll
LoadedModule[54]=C:\Windows\SYSTEM32\ucrtbase.DLL
LoadedModule[55]=C:\Windows\SYSTEM32\cfgmgr32.dll
LoadedModule[56]=C:\Windows\SYSTEM32\DEVOBJ.dll
LoadedModule[57]=C:\Windows\SYSTEM32\MSCTF.dll
LoadedModule[58]=C:\Windows\SYSTEM32\SspiCli.dll
LoadedModule[59]=C:\Windows\SYSTEM32\SHCORE.DLL
LoadedModule[60]=C:\Windows\SYSTEM32\CRYPTBASE.dll
LoadedModule[61]=C:\Windows\SYSTEM32\bcryptPrimitives.dll
LoadedModule[62]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
LoadedModule[63]=C:\Windows\SYSTEM32\kernel.appcore.dll
LoadedModule[64]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
LoadedModule[65]=C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll
LoadedModule[66]=C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\399032397425364b053c532bbbeacc09\mscorlib.ni.dll
LoadedModule[67]=C:\Windows\SYSTEM32\CRYPTSP.dll
LoadedModule[68]=C:\Windows\system32\rsaenh.dll
LoadedModule[69]=C:\Windows\SYSTEM32\bcrypt.dll
LoadedModule[70]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
LoadedModule[71]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System\e666d3cc16379e964ca7637bc00b2be1\System.ni.dll
LoadedModule[72]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Drawing\5624f8679e73f4eba6cc5b7e85555b1e\System.Drawing.ni.dll
LoadedModule[73]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\f77f53bb0efa2c77b4620a392b4369c9\System.Windows.Forms.ni.dll
LoadedModule[74]=C:\Windows\SYSTEM32\SETUPAPI.dll
LoadedModule[75]=C:\Windows\SYSTEM32\profapi.dll
LoadedModule[76]=C:\Windows\SYSTEM32\hhctrl.ocx
LoadedModule[77]=C:\Windows\SYSTEM32\dwmapi.dll
LoadedModule[78]=C:\Windows\SYSTEM32\ODBC32.dll
LoadedModule[79]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Core\bdf426a1b2bbbd680ca2d3aee33cc667\System.Core.ni.dll
LoadedModule[80]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Configuration\963cb10bd6b9b20a365b892adf5a30c9\System.Configuration.ni.dll
LoadedModule[81]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml\3f7a808cd6cd6a853cb552a5ca8d0122\System.Xml.ni.dll
LoadedModule[82]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9600.19127_none_dad9491e5bcb7383\gdiplus.dll
LoadedModule[83]=C:\Windows\SYSTEM32\DWrite.dll
LoadedModule[84]=C:\Windows\SYSTEM32\WindowsCodecs.dll
LoadedModule[85]=C:\Windows\SYSTEM32\clbcatq.dll
LoadedModule[86]=C:\Windows\SYSTEM32\sxs.dll
LoadedModule[87]=C:\Windows\SYSTEM32\WINSTA.dll
LoadedModule[88]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\Microsoft.Dexterity.Bridge.dll
LoadedModule[89]=C:\Program Files (x86)\Microsoft Dynamics\GP2016\DDAPI.dll
LoadedModule[90]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.ServiceModel\302d40d3431ea75748a0b9f80f1c0c0a\System.ServiceModel.ni.dll
LoadedModule[91]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Servd1dec626#\9f993ac228baaf7a595843bad456a1c3\System.ServiceModel.Internals.ni.dll
LoadedModule[92]=C:\Windows\assembly\NativeImages_v4.0.30319_32\SMDiagnostics\1be5c6474ac6201b89e92e65674f1ab3\SMDiagnostics.ni.dll
LoadedModule[93]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Runteb92aa12#\b06bc35442b76d6ee10824a661453a3f\System.Runtime.Serialization.ni.dll
LoadedModule[94]=C:\Windows\SYSTEM32\pcwum.DLL
LoadedModule[95]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.IdentityModel\95b01665445955718f1eb915bfea691a\System.IdentityModel.ni.dll
LoadedModule[96]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
LoadedModule[97]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml.Linq\325bb4c9df5121579708831843909134\System.Xml.Linq.ni.dll
LoadedModule[98]=C:\Windows\SYSTEM32\urlmon.dll
LoadedModule[99]=C:\Windows\SYSTEM32\iertutil.dll
LoadedModule[100]=C:\Windows\SYSTEM32\WININET.dll
LoadedModule[101]=C:\Windows\SYSTEM32\USERENV.dll
LoadedModule[102]=C:\Windows\SYSTEM32\Secur32.dll
LoadedModule[103]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.V9921e851#\98f7216badfeaec70147d18dceee1da1\Microsoft.VisualBasic.ni.dll
LoadedModule[104]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.Services\7a04c357e1e25641508f3b5f2ced5788\System.Web.Services.ni.dll
LoadedModule[105]=C:\Windows\SYSTEM32\sqlncli11.dll
LoadedModule[106]=C:\Windows\SYSTEM32\MSVCR100.dll
LoadedModule[107]=C:\Windows\SYSTEM32\NETAPI32.dll
LoadedModule[108]=C:\Windows\SYSTEM32\netutils.dll
LoadedModule[109]=C:\Windows\SYSTEM32\srvcli.dll
LoadedModule[110]=C:\Windows\SYSTEM32\wkscli.dll
LoadedModule[111]=C:\Windows\SYSTEM32\DPAPI.DLL
LoadedModule[112]=C:\Windows\SYSTEM32\netbios.dll
LoadedModule[113]=C:\Windows\system32\odbccp32.dll
LoadedModule[114]=C:\Windows\SYSTEM32\Kerberos.DLL
LoadedModule[115]=C:\Windows\SYSTEM32\cryptdll.dll
LoadedModule[116]=C:\Windows\SYSTEM32\msv1_0.DLL
LoadedModule[117]=C:\Windows\SYSTEM32\LOGONCLI.DLL
LoadedModule[118]=C:\Windows\system32\CLUSAPI.DLL
LoadedModule[119]=C:\Windows\system32\RESUTILS.DLL
LoadedModule[120]=C:\Windows\SYSTEM32\schannel.dll
LoadedModule[121]=C:\Windows\system32\mswsock.dll
LoadedModule[122]=C:\Windows\SYSTEM32\DNSAPI.dll
LoadedModule[123]=C:\Windows\System32\rasadhlp.dll
LoadedModule[124]=C:\Windows\SYSTEM32\IPHLPAPI.DLL
LoadedModule[125]=C:\Windows\SYSTEM32\WINNSI.DLL
LoadedModule[126]=C:\Windows\System32\fwpuclnt.dll
LoadedModule[127]=C:\Windows\SYSTEM32\ncrypt.dll
LoadedModule[128]=C:\Windows\SYSTEM32\NTASN1.dll
LoadedModule[129]=C:\Windows\system32\ncryptsslp.dll
LoadedModule[130]=C:\Windows\SYSTEM32\1033\SQLNCLIR11.RLL
LoadedModule[131]=C:\Windows\system32\ntdsapi.dll
LoadedModule[132]=C:\Windows\SYSTEM32\DSPARSE.DLL
LoadedModule[133]=C:\Windows\system32\security.dll
LoadedModule[134]=C:\Windows\assembly\NativeImages_v4.0.30319_32\WindowsBase\9949d1746deb58a4688f31cc965dc739\WindowsBase.ni.dll
LoadedModule[135]=C:\Windows\SYSTEM32\apphelp.dll
LoadedModule[136]=C:\PROGRA~2\MICROS~1\Office16\GROOVEEX.DLL
LoadedModule[137]=C:\Windows\SYSTEM32\msi.dll
LoadedModule[138]=C:\PROGRA~2\MICROS~1\Office16\1033\GrooveIntlResource.dll
LoadedModule[139]=C:\Windows\SYSTEM32\PROPSYS.dll
LoadedModule[140]=C:\Windows\SYSTEM32\ieframe.dll
LoadedModule[141]=C:\Windows\SYSTEM32\WINHTTP.dll
LoadedModule[142]=C:\Windows\SYSTEM32\thumbcache.dll
LoadedModule[143]=C:\Windows\assembly\NativeImages_v4.0.30319_32\WindowsForm0b574481#\a2f301231ed77f75af3c3fc71efd0bbd\WindowsFormsIntegration.ni.dll
LoadedModule[144]=C:\Windows\assembly\NativeImages_v4.0.30319_32\PresentationCore\8988a0a2eb77b32be2ea4650bf172278\PresentationCore.ni.dll
LoadedModule[145]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Presentatio5ae0f00f#\d464f4b95bc5519df98a068ab1c03c59\PresentationFramework.ni.dll
LoadedModule[146]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xaml\863b63c6490cc6380d97087b7c943ebd\System.Xaml.ni.dll
LoadedModule[147]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll
LoadedModule[148]=C:\Windows\SYSTEM32\MSVCP120_CLR0400.dll
LoadedModule[149]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationNative_v0400.dll
LoadedModule[150]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Presentatio53a7a42c#\e742f9d1ddaeab61feffbbdd09201151\PresentationFramework.AeroLite.ni.dll
LoadedModule[151]=C:\Windows\SYSTEM32\d3d9.dll
LoadedModule[152]=C:\Windows\SYSTEM32\d3d10warp.dll
LoadedModule[153]=C:\Windows\System32\msxml3.dll
LoadedModule[154]=C:\Windows\SYSTEM32\powrprof.dll
LoadedModule[155]=C:\Windows\system32\msctfui.dll
LoadedModule[156]=C:\Windows\assembly\NativeImages_v4.0.30319_32\UIAutomationTypes\0999fb6ae64d4de0e22874da925d0ae5\UIAutomationTypes.ni.dll
LoadedModule[157]=C:\Windows\SYSTEM32\UIAutomationCore.dll
LoadedModule[158]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Presentatio4b37ff64#\eb329323b4c985f965b711fe9fd28c8c\PresentationFramework-SystemXmlLinq.ni.dll
LoadedModule[159]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Presentatio49d6fefe#\1215f89c2e2d9ccaeac0a9718fab4542\PresentationFramework-SystemXml.ni.dll
LoadedModule[160]=C:\Windows\assembly\NativeImages_v4.0.30319_32\UIAutomationProvider\b5ff622892a64190a9c1514918b44b22\UIAutomationProvider.ni.dll
LoadedModule[161]=C:\Windows\SYSTEM32\OLEACC.dll
LoadedModule[162]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Accessibility\501fd57635ccb551bc01869557d77d6f\Accessibility.ni.dll
LoadedModule[163]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web\2fac4ce5bb08f84394de2eea20547278\System.Web.ni.dll
LoadedModule[164]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\webengine4.dll
LoadedModule[165]=C:\Windows\SYSTEM32\PSAPI.DLL
LoadedModule[166]=C:\Windows\system32\prnfldr.dll
LoadedModule[167]=C:\Windows\SYSTEM32\actxprxy.dll
LoadedModule[168]=C:\Windows\SYSTEM32\mscms.dll
LoadedModule[169]=C:\Windows\SYSTEM32\ntmarta.dll
LoadedModule[170]=C:\Windows\system32\ntshrui.dll
LoadedModule[171]=C:\Windows\SYSTEM32\cscapi.dll
FriendlyEventName=Stopped working
ConsentKey=APPCRASH
AppName=Microsoft Dynamics GP
AppPath=C:\Program Files (x86)\Microsoft Dynamics\GP2016\Dynamics.exe
NsPartner=windows
NsGroup=windows8
ApplicationIdentity=DEF21F9DE8E4D8F45BDBC25CEC72C2B3

Department Hierarchy

$
0
0

Talent have the Department Hierarchy, with different level.

Example :

First Level - [Level 1 Department]

Second Level - [Level 1.1 Department], [Level 1.2 Department]

All Position is set to Second Level's department.

How/where can i generate a analysis with people is under First Level's Department.

Add failed to import records (because of duplicate) to a Marketing list

$
0
0

Hello,


I need to import large number of accounts into the CRM and then to add them to a marketing list.  When importing there are a lot of accounts that already exist in the database so they will not import due to a duplicate detection rules. The imported records can easily be added to Marketing list by selecting them and clicking the "Add to marketing list button" in the import job window.
The question is how to select all the records that already exist in the database and are duplicates and add them to a marketing list in bulk?

Activities View - Consolidate Fields

$
0
0

Hello!

I am having an issue where one of our clients wants to have the Company and Contact listed for each activity in the Activities View. The issue we are having is that we have to add multiple fields for this because there are different types of activities listed. For example, we normally have Quotes, Contacts, and Opportunities in the view. If we want to add a contact field, we have to pull in 3 different columns. Does anyone know of a way to consolidate these columns or a workaround? Or is there even a report that would show this info instead? 

Thank you!


Missing Run Workflow button from all entity forms

$
0
0

I am missing Run Workflow button from all of my Entity Form.

I am having System Administrative Security Role and using one of the Service Account which was used to install Dynamic CRM On-Premise.

I am also not able to locate the button on Ribbon Workbench.

Here are few screen shots

Want to grant non-power user new smartlist security - "SmartList Builder" product type missing from "Security Task Setup"

$
0
0

Hello all,

I'm new to being GP 2015 admin, and just getting started.

The original requirement is to make a non-power user a SmartList modifier. Access to existing lists and add new list abilities.

I found this great article: https://www.gpug.com/blogs/harry-lee/2015/08/06/smartlist-security-setup

I can follow the first section steps to provide access to existing SmartList items, but I do not have the "SmartList builder" under the Product dropdown for the Security Task Setup.

I am logged in as "sa" on the SQL Server box that hosts GP 2015.

It also has the SmartList builder on there, which I can access.

What am I missing to get to add the "SmartList builder" Security task so I can add that to the Security role?

Thanks in advance,

Dieter Stapelberg

Hololens Remote Assist Subscription Needed after reset

$
0
0

So, I had to reset the Hololens and then Remote Assit stopped working. Although I have a valid 365 account (with ADD) it show this message 

"Subscription Needed" Make sure you are using a wokr or school account with an active subscription to Remote Assist.

I had the idea that I could use the preview until dec 31. 

Do my company need to buy a license right now?

This is very unfortunate because I have scheduled a demo on Wednesday when our client is evaluating this for the project.

Upgrade GP2010 to GP2015: the conversion process encountered an error and the temporary table did not get removed

$
0
0

Upgrading GP2010 to GP2018 passing thru GP2015. The GP2015 conversion process errors out converting the the system DYNAMICS database with the message 'the conversion process encountered an error and the temporary table did not get removed' then presenting dialogs that reference the table DYNAMICS.dbo.SY01400. There are no temp tables in the DB that I can find. 

Any ideas out there?

Problem with Save button on Accounts and Contacts

$
0
0

Hello everyone,

Since the update to Microsoft Dynamics 365 Version 1710 (9.0.2.2646) online, in my account I have a problem when modifying the address fields in the composite address field - after that the Save buttons in the Account and Contacts entities aren't making a Save. While in Leads entity, there is not such problem.

Is there anyone with similar issue?

In the debugger there is this error:

"address1_line1 is null

global.ashx?ver=-2124588753:6855 CrashReport:
FileName:/form/page.aspx
LineNumber:0
Function:XrmCore.Commands.Save.saveForm
ErrorReport:<CrmScriptErrorReport>
<ReportVersion>1.0</ReportVersion>
<OriginContext>XMLHandler</OriginContext>
<OriginCorrelationId>{50883eb8-3b90-c358-277a-23a0807483db}</OriginCorrelationId>
<ScriptErrorDetails>
<Message>Cannot read property &#39;GetId&#39; of undefined</Message>
<ExceptionNumber>0</ExceptionNumber>
<Line>0</Line>
<URL>&#47;form&#47;page.aspx&#63;lcid&#61;1033&#38;themeId&#61;f499443d-2082-4938-8842-e7ee62de9a23&#38;tstamp&#61;1177931&#38;updateTimeStamp&#61;636743988747533235&#38;userts&#61;131840774038307129&#38;ver&#61;-2124588753&#35;etc&#61;1&#38;extraqs&#61;&#37;3fetc&#37;3d1&#38;pagemode&#61;iframe&#38;pagetype&#61;entityrecord&#38;counter&#61;1539617173969</URL>
<PageURL>&#47;form&#47;page.aspx&#63;lcid&#61;1033&#38;themeId&#61;f499443d-2082-4938-8842-e7ee62de9a23&#38;tstamp&#61;1177931&#38;updateTimeStamp&#61;636743988747533235&#38;userts&#61;131840774038307129&#38;ver&#61;-2124588753&#35;etc&#61;1&#38;extraqs&#61;&#37;3fetc&#37;3d1&#38;pagemode&#61;iframe&#38;pagetype&#61;entityrecord&#38;counter&#61;1539617173969</PageURL>
<Function>XrmCore.Commands.Save.saveForm</Function>
<FunctionRaw></FunctionRaw>
<SourceScriptName>&#36;webresource&#58;Main_system_library.js</SourceScriptName>
<CallStack>
TypeError&#58; Cannot read property &#39;GetId&#39; of undefined&#10; at Object.AddressChanged &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;&#37;7B636751731440002646&#37;7D&#47;WebResources&#47;msdyn_&#47;GeoCodeUtils&#47;GeoCodeForm.js&#63;ver&#61;-2124588753&#58;1&#58;8924&#41;&#10; at t.OnSave &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;&#37;7B636751731440002646&#37;7D&#47;WebResources&#47;msdyn_&#47;Account&#47;Account.Library.js&#63;ver&#61;-2124588753&#58;1&#58;56138&#41;&#10; at https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_common&#47;global.ashx&#63;ver&#61;-2124588753&#58;6855&#58;194669&#10; at Mscrm.TurboForm.Control.Data.DataEntity.&#36;Ew_1 &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_static&#47;form&#47;formcontrols.js&#63;ver&#61;-2124588753&#58;19007&#58;13&#41;&#10; at Mscrm.TurboForm.Control.Data.DataEntity.&#36;Oc_1 &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_static&#47;form&#47;formcontrols.js&#63;ver&#61;-2124588753&#58;18807&#58;25&#41;&#10; at Mscrm.TurboForm.Control.Data.DataEntity.saveInternal &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_static&#47;form&#47;formcontrols.js&#63;ver&#61;-2124588753&#58;18648&#58;25&#41;&#10; at Mscrm.TurboForm.Control.Data.DataEntity.save &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_static&#47;form&#47;formcontrols.js&#63;ver&#61;-2124588753&#58;18620&#58;18&#41;&#10; at Mscrm.FormControls.ClientApi.XrmTurboFormEntity.save &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_static&#47;form&#47;formcontrols.js&#63;ver&#61;-2124588753&#58;12726&#58;20&#41;&#10; at Function.Mscrm.CommandBarActions.saveForm &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_static&#47;_common&#47;scripts&#47;commandbaractions.js&#63;ver&#61;-2124588753&#58;1&#58;222434&#41;&#10; at Function.Mscrm.RibbonActions.saveForm &#40;https&#58;&#47;&#47;11102028.crm.dynamics.com&#47;_static&#47;_common&#47;scripts&#47;ribbonactions.js&#63;ver&#61;-2124588753&#58;1&#58;106205&#41; </CallStack>
</ScriptErrorDetails>
<ClientInformation>
<BrowserUserAgent>Mozilla&#47;5.0 &#40;Windows NT 10.0&#59; Win64&#59; x64&#41; AppleWebKit&#47;537.36 &#40;KHTML, like Gecko&#41; Chrome&#47;69.0.3497.100 Safari&#47;537.36</BrowserUserAgent>
<BrowserLanguage>undefined</BrowserLanguage>
<SystemLanguage>undefined</SystemLanguage>
<UserLanguage>undefined</UserLanguage>
<ScreenResolution>1920x1080</ScreenResolution>
<ClientName>Web</ClientName>
<ClienState>Online</ClienState>
<ClientTime>2018-10-15T18&#58;26&#58;38</ClientTime>
</ClientInformation>
</CrmScriptErrorReport>" 

Viewing all 143529 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>