Asset Management Suite

 View Only
  • 1.  Is it possible to update asset's status from ServiceNow?

    Posted Oct 31, 2016 11:22 AM

    Hi,

    Is there a way to update Altiris asset's statuses from ServiceNow using SOAP? Has anyone done something like that? is it even possible?  Any direction will be greatly appreciate it. 

     

    Thank you,

    Arturo



  • 2.  RE: Is it possible to update asset's status from ServiceNow?
    Best Answer

    Posted Nov 03, 2016 09:12 AM

    You could build a Workflow that changes an Asset's Status, pass in the necessary Fields like AssetId/AssetName and Status, publish this as a WS then call it from SN.

    Forum Post: Change asset status with ASDK 7.x



  • 3.  RE: Is it possible to update asset's status from ServiceNow?

    Posted Nov 07, 2016 04:12 AM

    I found that "Set Status For Asset Component" would fail if a Status was already set. It would only set an Asset Status, not change it. So this will often appear to work where no status is set in the CMDB, which is generally interpreted by Altiris views and reports as "Active" but isn't formally set as Active.



  • 4.  RE: Is it possible to update asset's status from ServiceNow?

    Posted Nov 08, 2016 08:12 AM

    I use a combination of checking for an Association, then Break Association then create Association.