Related Posts
  • Forum Post: Web services in Axapta

    How is possible to connect to a Reporting Service(Web Service) from axapta? I need to use this service to rendering one report automatically from reporting Service.
  • Forum Post: Create pdf of control documents in X++ ?

    I need to create pdf of control document like sale order on button click in x++ can anyone have source code ?
  • Forum Post: Need Urgent Help in Salesline table Synchronization

    Hello I have added a field with the name Print in salesline table then i deleted it from AOT but when i m going to synchronize table it is giving me error "cannot execute a data definition language command on sql database has issue an error". Then i deleted this field from sql server in...
  • Forum Post: Re: ENUM values missing in SRSANALYSISENUMS Table

    I had the same issue. I fixed it by writting a new method. The code don't check the perspective node but only the baseEnum node. see the code below: TreeNode tnEnums; TreeNode tnChild; TreeNode tnChildValues; TreeNodeIterator RootNodeIterator; TreeNodeIterator RootNodeIteratorValues;...