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

How to bulk edit in advanced view

$
0
0

I am trying to update invoice names buy using the bulk edit function in advanced view this used to work fine before we recently upgrade to V9. 

Now it says it is unavailable? 


What calculations are running on the Journal lines for hours in Time and Material projects in AX 2012?

$
0
0

Hi,

Can you forward me to a resource where the calculations running on the Journal lines for hours in AX 2012 is explained?

My customer is wondering whether, if they enter daily hours (say 8 hours) in the lines of the Hour Journal, any kind of sum is actually calculated from those lines to show them the weekly hours (say 40 hours), or not, or whether they should enter the weekly hours in each of the lines?

In case, I couldn't describe my question clearly, any kind of resource that explains the calculations running on the Hour journal lines would be helpful.

Thanks.

Best Regards,

Evgeni Dyulgerov

InventTrans and ProdJournalBom Table values are not matching

$
0
0

Hai,

      For a production order, picking list journal entries and InventTans entries on a particular date is different. 

For Instance, Date of 

TableNameTransaction DateProduction order IdItem IdTransTypeQtyBOMCONSUMP
InventTrans16-12-18115_0898VGPSProductionLine-15514 
InventTrans16-12-18115_0898VGPSProductionLine-956 
       
ProdJournalBom16-12-18115_0898VGPS  956
       

How this mismatch occurred and how to correct this difference (Eliminate extra entry in InventTrans or add one entry in ProdJournalBom).  

Common Data Service Import Error

$
0
0

Hi Everyone,

I have been trying to import data into CDS using an excel spreadsheet, however when I am at the Map Entities stage I get an error stating "Please first modify the definition of the entity to include a key. Otherwise, the option to "only load new or modified rows" will result in duplicate rows.

Please help!

I do not know what I am required to do, if you have any idea of how I should go about fixing this kindly assist.

Thank you.

Updated step not updating a filed with a value

$
0
0

Hi Everyone,

Writing a plugin to update a field based on certain situations.

I nearly have it working but have one hang up.

The plugin step is a post operation update

Once I update field A want to update Field B automatically and remove or add the value that was added or removed to field A.

It works if I change the value of field A except when i remove the value from field A the value is still in field B.

It gives no error which is annoying and if i add service.update it crashes with an error saying the reference was not in the given dictionary 

else if (!postMessageImage.Contains("codec_primaryprofessionalgroup"))
{
pretopic = ((EntityReference)preMessageImage.Attributes["codec_primaryprofessionalgroup"]).Name;
string newGroup = oldProGroups.Replace(pretopic, "");
work["codec_professionalgroups"] = newGroup ;

}

Any ideas?

Using chrome to open a crm entity webpage, it shows "script error", however using IE to open the same webpage, it is ok.

$
0
0

Hi,

I guess this may be a cross-origin problem, however it still not work after I set "--disable-web-security--user-data-dir=C:\MyChromeDevUserData" in the chrome, it shows "One of the scripts for this record has caused an error. For more details, download the log file. ReferenceError: $ is not defined at onload ", but using IE to open it is perfectly normal. I want to use chrome to debug, but i don't know how to setup this chrome or modify my js script to make it work. 

Upgrade to CU 13 from RTM AX 2012

$
0
0

Good Day 

I need some guidance around the upgrade from AX 2012 RTM version to CU 13.

I need to convince business in seeing the value of upgrading to CU 13.

Regards

Angel AX

How to upload a file to AZURE storage from our local folder in D365 using x++?

$
0
0

Dear all,

when i clicked on upload button in a form,i need to upload a file(.Xlsx) from my local folder(C://temp) to AZURE storage .

How to achieve it ? please suggest. i am not aware of the file storage and Blob storage.


Can't submit revised project budget for approval

$
0
0

Hello everyone, 

I have encountered an issue after creating project budget revision for a project. 

So, I created an initial project budget which I submitted for approval and the workflow status is currently approved. I created a few transactions, posted them and invoiced them as well. Everything is working fine, the amounts are correctly subtracted from the budget. 

However, I wanted to make a revision to the budget and created a new revision where I added an additional line. 

The status of the revision is created, but I do not have the Workflow button available. 

Could you tell me what may be the issue?

Regards, 

Teodora

Problem with searching in Dynamics 365 App for Outlook

$
0
0

Hi,

We have some users that have issues searching for records in D365 App for outlook in the Outlook client. It is working in the web client/OWA. 

Anyone have any ideas on how to solve this issue?

Outlook app, regular client: 
New case from e-mail, no customers found in search for “norsk”.
Outlook app, web client: 
New case from same e-mail as above, normal, expected behavior, customers starting with “Norsk” found in search:
Thanks

CRM 2011: HTTP Error 401 - Unauthorized: Access is denied

$
0
0
Hello

We have a CRM 2011 on premise system which was working fine until friday.

When I try to access it today it keeps popping up with the login box and then I get this error and not able to login.

Error: CRM 2011: HTTP Error 401 - Unauthorized: Access is denied

Could you help me please?


Thanks
AB


Picking list Report with out posting

$
0
0

Is there any way i can generate picking list report without posting it just like we can generate packing slip report without posting. Currently Posting button is disabled if i enabled it through customization what will be the impact?

Web api request

$
0
0

Hi All,

I am using the following code to fetch the name of account for specific opportunity.

1.  function setAccount()

 2. {
3. debugger;
4. var opportintytId = Xrm.Page.getAttribute("opportunity").getValue()[0].id;
5. req.open("GET", Xrm.Page.context.getClientUrl() +"/api/data/v9.1/opportunities?$select=_customerid_value&$filter=opportunityid eq ("+opportintytId+")", true);

6. req.setRequestHeader("OData-MaxVersion", "4.0");
7. req.setRequestHeader("OData-Version", "4.0");
8. req.setRequestHeader("Accept", "application/json");
9. req.setRequestHeader("Content-Type", "application/json; charset=utf-8");
10. req.onreadystatechange = function () {
11. if (this.readyState === 4) {
12. req.onreadystatechange = null;
13. if (this.status === 200) {
14. var result = JSON.parse(this.response);
15. var account = result["=_customerid_value"];
16. }
17. else {
18. alert(this.statusText);
20. }
21. }
22. };
23. }

The code is getting executed till line 9. But after line 10 it goes out of code and not getting executed at all.

I am new to web api and not able to figure out what else is needed. Please help.

Thanks 

Aparna

Issue with Microsoft.CrmSdk.CoreAssemblies installation

$
0
0

We are trying to install Microsoft.CrmSdk.CoreAssemblies in one of our API projects to consume data from our Dynamics org. 

We used “Microsoft.CrmSdk.CoreAssemblies” of version 9.0.2.5 in POC (console application) which worked perfectly fine. 

An update of the nuget package to version 9.0.2.9 was released on February 9, 2019.

 This new package is not getting installed (in both API project and console app) and was throwing the following error.

“Could not install package 'Microsoft.CrmSdk.CoreAssemblies 9.0.2.9'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.”

 

So, we tried to install the package of lower version i.e. 9.0.2.5 which was used in our POC. We are facing the following exception on calling Authenticate method of IServiceManagement<TService>.

Exception Message:

There was no endpoint listening at https://dynamicscrmind.accesscontrol.windows.net/v2/wstrust/13/issuedtoken-asymmetric that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."

Inner Exception:

The remote name could not be resolved: 'dynamicscrmind.accesscontrol.windows.net'

 

So, we followed the below link for sample code, in which the package of version 8.2.0.2 was being used. When we installed package of that version code is working fine.

https://code.msdn.microsoft.com/Authenticate-users-with-707e0375/sourcecode?fileId=182967&pathId=1984317842

Is it a known issue with the higher version packages or are we missing something ? Is there a way to make the new version working in our project?

Thanks in advance. 

Dynamics CRM Dialog will deprecated in coming update and no long supported in Future

$
0
0

Dear Team

As we are updating CRM 2011 On-premise to Dynamics 365 CRM Online v9, in this regards, I just searched on google and found that Dialog is going to deprecated in coming updates. I also found that PowerApps Canvas is perfect alternative of Dialog. Currently, we have 12 Dialogs working on CRM 2011 On-premise. 

It is request to please guide me, when our organization migrates to Dynamics 365 CRM Online V9, which type of License we need for PowerApps to smoothly works. 

Thanks


Business Process Flow

$
0
0

On Closure of an Opportunity, I would like to redirect and switch to an Agreement.

This then should load the following Business Process Flow 

How do i go about this Please ?

Cloud POS Support for offline Capability!

$
0
0

Hi All,

Could you please give me more shed on the Cloud POS.

I have gone through the some document and found it will support offline with the Concept Retail Scale Store Unit.

Thank you so Much for Help !

Deepak

Set Time Field to 00:00

$
0
0

Hi All,

I would like to set a date field to 00:00 but the duration field is locked.

How do i go about my desired time on a date field please ?

Thanks,

Employee Self Service

$
0
0

I have the admin rights. If I want to make some changes like hiding few fields on ESS page for other employees, how will I do that? is there any way to hide the fields at one go for everyone. I have done for myself.

Cancel taxes in vend invoice

$
0
0

Hello

I have a purchase order with an item line whose tax is a travel agency.


As you can see, the calculated taxes are 2 but I must extend them to this 5 value. To do this, I cancel the taxes and apply the value that I want.


The thing that the invoice does not collect the value of the taxes that I want, but the one that was already.

I have looked at the parameters and it is activated.

In addition, I have also tried activating the invoice check that ignored the calculated taxes but result is that the taxes is 0. The invoice and tax creation code is standard, so it will be some configuration.
Can you think of something that I need to look at?

Thank you,

Alex

Viewing all 143529 articles
Browse latest View live


Latest Images

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