Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Huw Reddick 1737 posts 6098 karma points MVP c-trib
    Jun 07, 2021 @ 14:10
    Huw Reddick
    0

    Custom Table migration

    Hi Stuart,

    I just wondered if it was possible to use Converge to migrate data from a custom table? Basically we have a config table that holds several values that we use to configure access to dynamics CRM etc so just wondered if it was possible to add code so that we can synch any changes to this using Converge

    Cheers Huw

  • Stuart Mullinger 79 posts 422 karma points
    Jun 07, 2021 @ 15:27
    Stuart Mullinger
    100

    Hi Huw,

    I'm afraid there's not a way to extend Converge in that way.

    If you just wanted to slot an extra event in during the merge, then you could add an $http.post function into the chain in edit.controller.js (App_Plugins/Converge/backoffice/mergeFromRemote). That could fire an ApiController method where you could do your synchronisation. But, nothing would show in the comparison table.

    Stuart.

  • Huw Reddick 1737 posts 6098 karma points MVP c-trib
    Jun 07, 2021 @ 15:35
    Huw Reddick
    0

    That should be ok actually, i'll give that a try :) Thanks for the tip.

Please Sign in or register to post replies

Write your reply to:

Draft