Giter Club home page Giter Club logo

dynamicsaxadmin's People

Contributors

jorisdg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dynamicsaxadmin's Issues

Support for VSTS

Thanks so much for sharing this library! This has been incredibly valuable at our company for a number of years. However, we have decided to migrate away from TFS to VSTS, and I was wondering if you might know of similar powershell scripts and build definitions that would be compatible with VSTS.

Thanks in advance for your help!
Dave

Failing build with C# VS 2013 Project

Hello,
I'm using this project to automate builds for AX2012 R3 on TFS 2015.
As far as I understand included Visual Studio C# Projects - once they are added to the AOT and to TFS repository - will be compiled by the build mechanism and no other steps should be necessary to make the resulting DLL “visible” to the X++ code. Is this statement correct?

I’m asking this because it seems that C# projects are not automatically compiled, thus causing compiling errors on X++ code:
\Classes\FAB_CustomerVerification\verifyCustomersActivity, line 3, column 5 : Variable FAB_CrifIntegrationV2 has not been declared.

This is the verifyCustomersActivity code:

public void verifyCustomersActivity(Set customersToBeVerified)
{
    FAB_CrifIntegrationV2.ServiceReference.SearchClient searchClient;
    FAB_CrifIntegrationV2.ServiceReference.CompanySearchData searchData = new FAB_CrifIntegrationV2.ServiceReference.CompanySearchData();
    FAB_CrifIntegrationV2.ServiceReference.InquiryCompanyDetails inquiryDetails;
    FAB_CrifIntegrationV2.ServiceReference.CompanyItem[] companyList;
    FAB_CrifIntegrationV2.ServiceReference.CompanyItem item;
                …

while the object declared are defined in FAB_CrifIntegrationV2 C# project, included in the AOT and the correct model (I'm using VS 2013). I also wrote a job that executes that method and it works correctly if executed both on client side or server side.

Please, could you point out my mistake or suggest checks that could fix the issue?

Thank you in advance for any help/suggestion.

Label import must use client language parameter

Each label file import must set the client language via command line parameter to match the language of the label being imported. Otherwise label files in languages other than the user's default are not correctly imported.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.