Workflow Soluiton

 View Only
  • 1.  Modify a Custom Component

    Posted Mar 08, 2012 04:33 PM

    I created a custom componenet using the Create Integration Library button in the tool box that updates a DB table with modified variables.  I realized I left out one of the columns in the component and cant figure out if it is possible to modify that custom component to include the new table or do I need to create a new component just for that one column.



  • 2.  RE: Modify a Custom Component
    Best Answer

    Posted Mar 08, 2012 05:19 PM

    You can edit the Custom component.

     

    Open the integration project again, click Adjust defenitions, right click on the Tabel Generator you have and select Edit. Click the button Fill Table Defenition and it should add the missing fields.

    Click next all the way through making any adjustments you might need and then Finish.

    Now Recompile and Close.

    To see the change in your project, you have to close the Web Project and open it again to refresh the Dll.

     

    rob



  • 3.  RE: Modify a Custom Component

    Posted Mar 08, 2012 05:29 PM

    I've done that before and completely forgot.  When I copied the project over to a new server it only brought over the component and not the folder that i needed to edit it in the workflow designer.  Thanks for the reply