Asset manager to AMX using Connect-IT

Hi,

We are trying to update multiple Location records in AMX but i am stuck in dynamically allocate SMAX "Id"  so the "update" operation will be working fine 

note that:

getSMAXData function from connect it is not working

  • 0  

    Hi Mohamed,

    Rather than using Connect-IT have you considered using the Integration Studio in AMX? With 24.3 there are a large number of scenario templates (19) to refer to, looking at how to extract data from AM and update/create records in AMX. In regards to Location that is something which has been in operation for a good number of SMAX releases since 2022.11. That way you could do it all in AMX without needing to use Connect-IT.

    The reason I mention this is that the Scenarios show a number of different ways to extract data from AM to then import into AMX. So they have Apply to each loops so you can loop through an array of objects and then do an UPDATE action to pass a value across from AM to AMX.

    It might be worth looking into.

    Thanks

    Dave