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

Exporting view as .csv

$
0
0

Is there any possibility to export data from the exact view as a .csv file instead of .xlsx?


How to preset values in query objects?

$
0
0

I am creating a query  that is to fetch transactions from custtrans. In this particular case i am interested in setting a range on the transaction type that hides the Collection letter transactions: Custtrans.Transtype != LedgerTranstype::CollectionLetter. 

In previous versions we had to use the enum value. If the enum value was 13, then the value in the range would be:  !13.

When the query is run with an english user language, the query runs correct with   !"Collection letter"

Is there any function that may be used to have a solution that works with different languages at the same time? 

blank depreciation ending date

$
0
0

Hello, I have two fixed assets, one of them with a blank depreciation ending date and the other one with this field populated.

Both of them belong to the same Depreciation book and have same FA posting Group. Both of them have lineal depreciation mode.

Can you explain why one of them has a depreciation ending date and the other one doesnt?

Thank you.

Microsoft Graph - Copy / Move message between two folders in different accounts

$
0
0

I've been using Microsoft Graph API v1 to automate my company commercial emails. I've successfully created rules to pipe all incoming emails to my Mail Manager but now i need to move some of the emails back to my consultants inbox without having to forward it.

My app is able to read every single folder of every commercial account.

I can do almost everything above but the move. It says it can't find my folder:

ErrorToFolderNotFound

and i just got the DestinationId from another query to the API that retrieves the correct id of the destination folder.

This process between folders in the same account works flawlessly

i.e.:

ACCOUNT1 / Inbox => ACCOUNT1 / Drafts    Works

ACCOUNT1 / Inbox => ACCOUNT2 / Inbox     Doesn't work

Can anyone please help me to find a solution?

Balance Sheet & Income Statement Side by Side with different Column Definitions

$
0
0

Is it possible to look at by Balance sheet on a Period vs Prior period, and review the Income Statement on the side by side at YTD vs Budget comparison?

Payment Export

$
0
0

I am trying to process an export of a payment, and am getting this error:

The Bank Data Conversion Service - Credit Transfer export format does not support the Payment Method Code .

Any ideas?

D365 BC Payment Export

$
0
0

I am trying to process an export of a payment, and am getting this error:

The Bank Data Conversion Service - Credit Transfer export format does not support the Payment Method Code .

Any ideas what this is about?

Look Up Filters - Up a Level

$
0
0

Hi

Is there an OOB way, if not another way, that a filter can be applied up a level. I have parent of client against child account and in my form when a client is selected, this filters to accounts of that client, which as we know is standard and easy to model.  My question is can I have this behaviour reverse too so that if a user chooses an account first then when it comes to the client that only that client is there?

Thanks


how to customize help window in AX2012 EP

$
0
0

Hello everyone,

I want to customize Ep help pages. How to achieve this?

it is a  blue button (?) on the top right corner of every EP page.

regards,

khurshid wali

How to create two column for two question in survey page of VoC ?

$
0
0

In VoC while drag and drop any question it simple create 1 column. We have a requirements to put 2 question in 1 column as i attached format.

How can i do ?

Invoice Account in sales order

$
0
0

Hi Experts,

I am facing an issue in invoice posting in AX 2012 where the posting is done in different invoice account.

The customer and invoice account is same and its showing properly in sales order but on posting its going to different invoice account.

Can anyone help with this ?

Thanks in Advance

Get Best Assignment Help

$
0
0

An assignment or term paper should follow a recognizable common thread, which begins in the introduction with a clear question and problem statement or with a succinctly formulated thesis and ends in the conclusion with a corresponding answer, solution or summary of the now justified thesis. Also in the main part, which can be subdivided into chapters and sections during chores, the red thread must always be visible. Be careful not to lose this thread or stray too far from it. The red thread leads the reader successively and goal-oriented through your work. For this students need external Best Assignment Help.

CSV Payment Export

$
0
0

I am trying to do a payment export, and the XML works perfectly fine, however when i change my export format to CSV (Variable Text - delimited with Comma) i get the below error:

The Data Exch. Field does not exist. Identification fields and values: Data Exch. No.='13',Line No.='1',Column No.='1',Node ID=''

Any idea?

D365 - Should BAI2 Bank Statement import include Opening Balance amount?

$
0
0

When I import BAI2 Bank Statement, the Opening Balance is missing.  Should I expect it, or is it always to be blank?

Generate Barcode in RDLC Report NAV - EAN 128

$
0
0

Hello everyone,

I would like to print barcodes for each item in my inventory.

I want to create an RDLC report which will contain barcode (as an image i suppose) using the EAN128 format.

 I have not found any decent solution while searching.

Any ideas?


Excel import on D365

$
0
0

Dear All,

environment :D365

Task :Import excel value to ax using x++ code.

I follow some  link for upload the excel using code ,but no look  

I have some question is need to added  reference 

solution explorer, add Microsoft.Office.InterOp.Excel reference 

Please any one give some idea on this 

How to get value from Financial dimension in D365FO

$
0
0

Hi,

 how to get  "ProjectId" from voucher Transactions as financial dimensions.

e.g. GeneralLedger->Inquiries & Reports->Voucher Transaction

I want only ProjectId from LedgerAccount (Financial Dimension)

Thanks 

Model Driven App Dashboards

$
0
0

Hi All,

I just started with creating a new Model Driven app for our support team.

My idea is the new UCI app just to show what it is relevant to you (the agent in this scenario).

However, I have an issue with the dashboards.

This is how to site map will look at the beginning.

Each one of these is dashboards references. Even though I set a default dashboard for each of these options, it is still showing one dashboard everywhere.

So every time I need to select the desired dashboard from the top in order to see it, and this is until I navigate back to another section then I need to select it again.

Hope someone have any idea how can I fix this because this is the entire point of everything, a different option from the menu shows the things that are related to you only.

Kind regards

Portal Front Side Editing not reliable

$
0
0

Hi All,

Is anyone else having a battle to get Portal Front Side Editing to work as advertised? Rarely, a simple text edit will work ok, but most of the time it doesn't, and an error is thrown like this:

The error ID seems to be randomly produced - it changes every time.

Any had this issue and been able to make it go away? We're on the latest portal version (9.1.2.22) and the portal solution is up to date.

Dynamics 365, JavaScript not working on the onLoad event

$
0
0

Hi,

I have the following JavaScript:

var Sdk = window.Sdk || {};
(function () {
       // Define global variable
       var currentUserName = Xrm.Utility.getGlobalContext().userSettings.userName;

     // Code to run in the form OnLoad event
    this.formOnLoad = function (executionContext) {
        var formContext = executionContext.getFormContext();
    }

    // Code to run in the attribute OnChange event
    this.attributeOnChange = function (executionContext) {
        var formContext = executionContext.getFormContext();

        // Automatically set Current User
          alert(currentUserName);  
                        formContext.getAttribute("new_currentuser").setValue(currentUserName);  
}
}).call(Sdk);

However the Field: new_currentuser is not getting populated and the alert is not displaying.

Form Properties:  I have the New Web Resource
Form OnLoad:     Sdk.formOnLoad
Field Property:     OnChange event:  Sdk.attributeOnChange

All are enabled, saved and publish

What am I missing.

Thanks for your help

Viewing all 143529 articles
Browse latest View live


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