Forum Discussion

rosscortb's avatar
rosscortb
Copper Contributor
Mar 12, 2024

Event Driven

Hello,

 

We use IFS10, which is on-premise. Lets say there is an update to a personal record, what would we use in Azure to listen for changes and then pass that change onto an third party vendor application?

 

Does anyone have good example link perhaps?

 

Thanks

 

Ross

    • rosscortb's avatar
      rosscortb
      Copper Contributor

      Kidd_Ip 

       

      Not sure I followed your reply, but I can maybe explain it again. Say, we have a Dev and Test environment for our ERP system and if someone updated my job title in Dev, using Azure, how could that change be replicated in Test? How does Azure know a change has been made?

       

      Thanks
      Ross

  • JinTha's avatar
    JinTha
    Copper Contributor
    When a record is updated, if you can call make an http call then an Azure function can be tried, if you can generate a file and store it on file server then Azure web job could pick that up for processing
    Not sure but may be just explore the options

Resources