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

module integration in dynamics ax 7 for test automation

$
0
0

Hello,
Is it possible to create a tool like AXeptance, by creating a module in dynamic 365 and based on Selenium for the execution of the scenarios.
I want to know the limitations of Selenium that will prevent me from doing this.
thanks.


SSRS - Forcing table split over multiple pages

$
0
0

Hello AX World,

I want to limit my SSRS Tablix to 5 items not more(for the first page).

If I've more Items I've to split the Tablix over two pages.

How Can I do it please?!

Thanks in Advance

Download and compress files through exception during batch job in D365

$
0
0

Hi Experts,

We are generating check PDF through manual execution it will ask to save and download file. but in case of batch processing,  code in downloadAndCompressFiles class SrsReportRunController tries to navigate to download url and it through exception. Can any one suggest what would be the solution for this ?

In normal scenario if any report wants to download or save it later point of time through batch job how can we achieve that ? there is no such option in Batch job except Log.

Please let me know your thoughts on this, any suggestion will be greatly appreciated. 

Regards

Guru

How to get current PurchOrder(id)?

$
0
0

Hi everyone,
I create one form ,which shows all PO ,SO and inventTransId :

I want when I open first /Accounts payable/Common/Purchase orders/All purchase orders and click of any Purchase order like this:

When I click PurchOrderQuery , this button open this form from first picture , I want in filed with SO,PO and inventTransId  automatically to show current PO or SO .

Give me some code.


Regards,
Vladislav

CrossCompany and DataAreaID in X++ job (error)

$
0
0

I have a job that I run that looks through specific tables using Cross Company - 

Since it is grabbing salesline from all the different companies, I want to be sure to link the correct record in all the other tables - so I am using DataAreaID to make sure I only match from like companies.  But when I add the DataAreaID lines I get the following error:

Invalid use of the DataAreaId field in a cross-company query.

I have searched the web, but haven't found any information that tells me what I am doing wrong.  Can someone point me in the correct direction on this?  (I pulled out the partition lines for brevity) Thanks!

WHILE Select crossCompany * From salesLine
where salesLine.createdDateTime >= startOfDateRange
join salesTable
where  (salesTable.DataAreaID == salesLine.DataAreaID)
&& (salesTable.SalesID ==salesLine.SalesID )
join inventDim
where inventDim.DataAreaID == salesLine.DataAreaID
&& inventDim.InventDimID == salesLine.InventDimID
join inventTableModule
where  inventTableModule.ModuleType == 0
&& inventTableModule.ItemID == salesLine.ItemID
&& inventTableModule.DataAreaID == salesLine.DataAreaID
{

Integration with Dynamics 365 for Finance and Operation

$
0
0

Hi,

Can anyone please explain me what is this Dynamics 365 for Finance and Operation? How it is different from Dynamics CRM 365 ? Which SDK i have to use if i want to connect to Dynamics 365 for Finance and Operations? Can i use the same which i am using for Dynamics CRM 365?

if i have a C# windows service application which is using SDK to connect to Dynamics CRM 365 can i use the same app to connect to Dynamics 365 for Finance and Operations? 

Thanks

D365FO Demo machine for partners

$
0
0

Hi I am a consultant and MS partner and wanting to get a D365 demo machine for learning purposes.  If I log into my lcs, I only get the option to deploy AX2012 demo environments, I don't get any of the options to create/deploy a D365 project as mentioned in all of the articles.  I'm also a member of the Microsoft partner network, and get an azure subscription as part of the action pack, but this is under a different account - I can't find any route to a D365 environment here either. I managed to get a trial, but these are only intended as a look and feel I think. Can anyone point me in the right direction. Thanks

How I can get packslipid from the SalesFormLetter class?

$
0
0

I like change the packingslip status, but i need the packingslipid.

I hope you can help me.

Thanks in advance!


Recommended books for D365FO programmers

$
0
0

Hi All,

Please can anyone recommend a text book for Dynamics AX 365 programming. I know Microsoft has added new features such as Chain of Command etc.. I couldn't find any on Amazon.

Thanks

Mike

Date format

$
0
0

i need to convert this format to string 15-jun-10 any help

Exposes Web service not AIF

$
0
0

Hi Martin,

In my pattern catalog of inbounds services for a project, i had to include Web Services no AIF, the reason some service like lookups and simple queries to AX, the person in charge doesn´t want to use AIF because this services need to be high available, he thinks AIF use a lot of things that make the services slower than a web service, Actually i don't how to  deploy web service without AIF, Microsoft recommends not use BC for services anymore, so do you know another way?, it's really necessary not to use AIF?

Thanks

VSTS Upload Elements Without Project

$
0
0

I am using VSTS for the first time - please excuse terminology faults. My company has a module OHS which I need to add elements to.

My senior and main developer on the model gets his elements automatically uploaded to source control. He wants me to add my elements to the source without adding a project to the source. Is this possible?

I have found a lot of help on Microsoft docs on uploading elements through a project, but not without one.

Obviously I have my own local project open which contains the elements to be uploaded.

Thanks for reading

deleting a table extension permanently

$
0
0

Hi, Can someone please tell me how can I delete a Table extension permanently from AX7?

Check a form if is active/open

$
0
0

Hi guys, 

How do i check a Form when it is open/active via code?

thanks in advance.

How to get content from form?

$
0
0

Hi everyone,
I want to modify one SSRS report like add one field in tmp table and insert logic in field. I don't know if this is the best solution.

public void getInventTransRefId()
{ 
   */
    
    try
    {        
        ttsBegin;

         select firstonly InventTransRefId from wmsOrderTrans
            exists join * from inventDim
            where wmsOrderTrans.inventTransRefId == "SO038675"
                    && wmsOrderTrans.routeId == "001147_012";           
        if(wmsOrderTrans)
        {
            wmsPickingList_OrderPickTmpTemplate.InventTransRefId = wmsOrderTrans.inventTransRefId;       
        }

        ttsCommit;

    }
    catch
    {
        throw error(strFmt("Error! The operation is unsuccessful!"));
    }
}

I want to change strings in where clause as get information from form :

where wmsOrderTrans.inventTransRefId == "SO038675"
      && wmsOrderTrans.routeId == "001147_012"; 



How to add fields in Customer balances List reports

$
0
0

Dear All,

Version : Ax 2012 R3

Requirement:

Accounts receivable --> Reports-->Status -->Customer balances List 

I want add some filed in customer balances list report  for that ,I found CustProvisionalBalanceDP ,In that class for checking purpose ,I  put info and break point is not working  

Note : I unchecked  Tools-->options-->Development -->Execute business operations CIL  ,and ever changes I put increment cIL    ,I check different server is same issues for  all server         

Please  help to solve this issues  

BR

Tony

How to increase RAM in D365 finance and Operations in on cloud solution.

$
0
0

Hello Expertise,

I have deployed AX D365 on cloud through LCS, Now want to increase RAM for VM which is allotted by  Microsoft .

So is there any option to increase RAM ?

Please suggest .

Integration of R with D365 FO

$
0
0

Hello,

I have forecasted my sales and finance budget for next year in R and want to import into D365 so to plan my Master Scheduling.

How shall i integrate data forecasted in R into D365FO , i dont want to use Azure ML platform for integration.

Can i connect both the platform by API for real time updation.

Thanks.

Best Practice for Working with data in AX 2012

$
0
0

Hi All,

I am currently learning AX 2012. Today I found that there are three different way to work with data. 

1.  While Select - Tables as Object. (Easy one)

2. AOT Queries- In AOT Groups

3. Query Objects-

What are their individual features, limitation and uses?

SCDPBundleInstall complains about missing metadatastorepath

$
0
0

I have this error

parameter metadatastorepath was not specified

Command

SCDPBundleInstall.exe -prepare -packagepath=c:\hf\HotfixPackageBundle.axscdppkg -metadatastorepath= f:\AOSService\PackagesLocalDirectory -tfsworkspacepath= f:\AosService\PackagesLocalDirectory -tfsprojecturi=desertlineprojects.visualstudio.com/_projects

Viewing all 17532 articles
Browse latest View live


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