Quantcast
Channel: Martin Dráb's Activities
Viewing all 17532 articles
Browse latest View live

Certification Exam (Technical ) Exam code for Dynamics 365 for finance and operation

$
0
0

Good Morning,

As i am trying to do certification on Microsoft dynamics 365 for finance and operation  (Technical).

Please can anyone tell me the name of exam and share some tips to get succeed.

Regards.

Have a great day.


what is the difference between event and Event handlers?

$
0
0

Dear all,

Can you please let me know what is the difference between event and Event handlers?

Where we can use event and Event handlers.

Please give me more she'd on this

Thanks!

Services: Authenticating a native client app

$
0
0

I have registered an app in Azure

Below is the code and specified the configurations

Below is the code for main operation been performed

But when I am testing the connection it is giving the below error

Please suggest

Bio-Metric System integration with MS project and SAP

$
0
0

Hi,

Could you please guide me about the possibilities of Bio-Metric System integration with MS project and SAP.

Regards

A calendar month in advanced filter

$
0
0

Is there a way to easily filter a date for a calendar month?

For example, if I want to filter June2013 I can write "010613..300613", but is there an easier way?

AX 2012 R3 Build number 6.3.164.0 Compatibility with SQL Server Version

$
0
0

We are running AX 2012 R3 Build number 6.3.164.0 , and planning to upgrade current SQL Server 2012 to higher version...

Please advise us which version is compatible with AX 2012 R3

Getting the local file path of selected file

$
0
0

I browse the file system to select a file. It gives me the file name. I need the complete file location on device to give as input to my function. This code works well when the parameter passed to the UplaodFunction is hard coded path. When trying to pass dynamically, it throws an exception

AzureViacSharp1.CSharpClass  testingDll;

           InteropPermission p;

           str fileUrl;

           FileUploadTemporaryStorageResult result = File::GetFileFromUser() as FileUploadTemporaryStorageResult;

           if (result && result.getUploadStatus())

           {

               fileUrl = result.getDownloadUrl();

               info(fileUrl);

           }

           p = new InteropPermission(InteropKind::DllInterop);

           p.assert();

           testingDLL = new AzureViacSharp1.CSharpClass();

           System.IO.Path::Combine();

           testingDll.UploadFunction(@'fileUrl');

           info(strFmt("Success"));

Deploy Package from D365 Platform Update 10 to D365 Platform Update 15

$
0
0

Dear All,

I have a Package in D365 which was previously upgraded from AX 2012 R3 to D365 Update 10.

Now i can use the package in D365 Platform Update 10.

But now, when i try to deploy the same package in D365 Platform Update 15 it is not getting deployed.

How can i deploy the package in Update 15?

Awaiting for  your responses.

Thank you

Manikandan.


Technical design document

$
0
0

Hi All ,

I'm aware about the purpose of the TDD.

The question is that do we have any option in VSTS to meticulously track the information what TDD contains or still we need to follow the traditional process of manual TDD ?

Does MS has any option in online or any tool available to track those changes against customizations which done by vendor ?

Any insights would highly appreciated ?

Synchronization errors

$
0
0

Hi,

I just create new filed in Ledger Journal table  getting below error 

Can any one suggest me on below errors pls :-

Error Synchronize database Cannot execute a data definition language command on ().
The SQL database has issued an error.
Info Synchronize database SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The object 'I_211TYPENUMIDX' is dependent on column 'JOURNALNUM'.
Info Synchronize database SQL statement: ALTER TABLE "DBO".LEDGERJOURNALTABLE ALTER COLUMN JOURNALNUM nvarchar(20) NOT NULL
Error Synchronize database Problems during SQL data dictionary synchronization.
The operation failed.
Info Synchronize database Synchronize failed on 1 table(s)

Error 2:-  Added new field on Agreement table and enable alert rule on field. (error coming when alert getting generated)

[Microsoft][SQL Server Native Client 11.0][SQL Server]A column has been specified more than once in
the order by list. Columns in the order by list must be unique.. The SQL statement was: "SELECT T1.PURCHNUMBERSEQUENCE,T1.VENDACCOUNT,T1.VENDORDATAAREAID,T1.BUYINGLEGALENTITY,T1.WORKFLOWSTATUS_PSN,T1.INSTANCERELATIONTYPE,T1.AGREEMENTCLASSIFICATION,T1.AGREEMENTSTATE,T1.DOCUMENTTITLE,T1.DOCUMENTEXTERNALREFERENCE,T1.CURRENCY,T1.DEFAULTAGREEMENTLINETYPE,T1.DEFAULTAGREEMENTLINEEFFECTIVEDATE,T1.DEFAULTAGREEMENTLINEEXPIRATIONDATE,T1.ORIGINATOR,T1.LANGUAGE,T1.EARLIESTLINEEFFECTIVEDATE,T1.LATESTLINEEXPIRATIONDATE,T1.ISDELETED,T1.DEFAULTDIMENSION,T1.AWARDDATE,T1.DEPARTMENT,T1.PROJECTMANAGER,T1.TOTALAMOUNT,T1.BOOKMARK1_4895,T1.PURCHAGREEMENTSTATUS,T1.DEFAULTAGREEMENTLINEEXPIRATIONDATE1_4895,T1.MODIFIEDDATETIME,T1.MODIFIEDBY,T1.CREATEDDATETIME,T1.RECVERSION,T1.RELATIONTYPE,T1.PARTITION,T1.RECID FROM AGREEMENTHEADER T1 WHERE (((T1.PARTITION=?) AND (T1.RECID=?)) AND (T1.INSTANCERELATIONTYPE IN (4902) )) ORDER BY T1.RECID,T1.RECID OPTION(FAST 2)"

Regards,

KVNKK

Set grid for new record

$
0
0

I was tasked to create a form with the data organized into months (like the Table of Contents form pattern).

I accomplished this by simply creating 12 grids on the 12 tab pages all linked to the same Form Datasource. And then I overrode the Tab.TabChanged(...) method to apply a month filter.

I know this is not standard, but I'm just a developer - following orders here.

The issue at the moment is that when the New button is clicked the form behaves inconsistently. If the current tab is January (the first tab page), everything is fine. But if the current tab page is something else the form jumps to January and does not create a new record.

My quick solution was to override the ActionPane's New button as such:

void clicked()
{
   JanuaryTabPage.activatePage();
   super();
}

Then if the current tab page is something else than January, the form will still jump to January, but at least a new record will be displayed.

How can I change the form's functionality so that a record can be created in any month? In other words no jump to the first tab page.

Thanks for reading

Multiple Agents against single Pool

$
0
0

Hi Experts,

I have following 3 VMs:

1- Development

2- RahmanD365U12

3- EhtashamD365

 

I am doing all the developments over Development VM. I have setup the VSTS and doing check-ins.

On other two VMs, I have configured the Build Agent.

Now in my scenario, when I make the check-in, only one VM gets updated while the other VM's agent sit Idle. What am I missing? I want to make single check-in and things should get deployed over both VMs.

Is it possible to execute the Builds over the single Pool with different agents? Or we need to create separate? Kindly suggest

Optimize system with more than 15 millions serial

$
0
0

Dear Friends,

I have a question:

1/ I want to setup optimize system with more than 15 millions serial?.

Manage Nuget Package option disable in VS2015

$
0
0

Hello,

I am not able to see the Nuget option enabled in VS 2015. As per the internet search I restarted VS twice but no help.

how to take json format in to DF365FO

$
0
0

Hello ,

Any one can you please share procedure take json format int to D365FO.

Regards

Priya


Generating XML document from AX 2012 and sending through SFTP

$
0
0

Hi

Can someone suggest me the better way to approach for below requirement?

We need to send vendor payments/other data to 3rd party application using SFTP channel. Third party application will accept XML formats and below are the versions.

  1. XML V2
  2. XML V3

Generating XML by using XmlDocument classes or generating XML data file using AIF.(I think we need transformation to get right XML file).

Or any other way to generate XML document.

Thanks in advance for your time and help on the same.

Regards,

KVNKK

Hide Setup Menu From General Ledger Module

$
0
0

Hello All,

I want to hide Setup Menu From General Ledger Module for few roles related to accountant....

Is it possible to hide it in a simple way without using security development tool..?

I have tried by disabling the following Duties... but its not working..

LedgerGeneralLedgerProcessEnable - Enable general ledger process

LedgerGeneralLedgerProcessPerfReview - Review general ledger process performance

LedgerRoleCenterGLProcessPerfReview - Review general ledger process performance through the role center

Can anyone guide me with any other possible ways...? Or what are all the duties should I have to disable to achieve my requirement?

Architect of Dynamics 365 On cloud

$
0
0

Dear All,

Kindly share the Architecture of D365 for cloud and Domain requirement.

Below points are required for New Environment:

My customer do not have any Active Directory. So, for D365 cloud what are recommendation of MS for it.

Active Directory on cloud or a on-premises. Moreover, If I will go to cloud active directory (Azure Active Directory or O365) so which service for feasible/recommendation on it.

Also share the requirement of ADFS for it on both cases (on cloud AD and on-premises AD)

Exporting and importing models in 365FO

Create labelfile through code

$
0
0

Hi All,

In AX2012, "SysLablefile' class is used to create label file through code. Since this is deprecated in D365, is there any replacement for this class? 

Thanks in advance!

Viewing all 17532 articles
Browse latest View live