Dynacom Technologies

Accounting software you can count on
Welcome to Dynacom Technologies Sign in | Join | Help | Français
in Search

How do I package by code so that it can be added to dynacom software UI

Last post 07-25-2008, 9:55 AM by mouellette. 3 replies.
Sort Posts: Previous Next
  •  07-21-2008, 10:00 AM 396

    How do I package by code so that it can be added to dynacom software UI

    Hello,

    I have created a custom screen with some C# code modifying items in a grid. How do I install my custom form and code as a package so that I can run it from the Dynacom accounting software without having to create a separate executable?

  •  07-22-2008, 12:48 PM 399 in reply to 396

    Re: How do I package by code so that it can be added to dynacom software UI

    Hi,

    If you developped something not directly in Dynacom (using Designer), you will need to build an executable, deploy it with a package and do a plug-in to be able to launch you exe from Dynacom UI. Files added with a package will be saved into Dynacom installation folder.

    Here's the step you should do :

    - Create a plug-in that contain a custom screen
    - On that custom screen, add a script, that launch your exe file, on load event or on a button clicked event
    - Create a package and in that package add your plug-in and your exe file

    When you will install this package on a company, automaticly your plug-in will be installed, so you will have your custom screen in Dynacom UI and when you will open that screen, your exe will be executed.
     

     


    Martin Ouellette
    Dynacom Technologies, Inc.
    www.dynacom.com
  •  07-23-2008, 7:13 PM 402 in reply to 399

    Re: How do I package by code so that it can be added to dynacom software UI

    I assume you mean create a custom screen using designer. How do I add the exe to launch for the event click in designer?

    How do I create the package?  Is this done is designer?

  •  07-25-2008, 9:55 AM 403 in reply to 402

    Re: How do I package by code so that it can be added to dynacom software UI

    You can call you .exe by using a Shell object in your script.

    You can create a package by using package wizard. To open package wizard you need to use Customization wizard.

     


    Martin Ouellette
    Dynacom Technologies, Inc.
    www.dynacom.com
View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems