This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unsubscribe using vid_InsertForHandleObject_freeze

Hello,

Is it possible to call the Unsubscribe method using vid_InsertForHandleObject_freeze? I know you can use Abort but I have a Cancellation workflow that needs to fire, so I need to use Unsubscribe.

I know I can do this manually but I have 300 users I need to run this on with different resources so I was going to build a SQL loop to handle this for me.

I had tried this below, but I get the error "Method Unsubscribe with 1 parameters was not found."

vid_InsertForHandleObject_freeze 'CallMethod', 'PersonWantsOrg', 'uid_personwantsorg = ''0bfed517-fed5-4c9e-b1a2-db5bc3d0c0cf''','Unsub', 'Unsubscribe', 'Testing unsub method', @ProcID=newid


Please help!

Thanks in advance.

Parents
  • Hi,

    you can go to the objectbrowser, right-click on an object and check the methods per object.

    or

    as this is customizercode there there is an "generated"-documentation in the source directory

    .\SDK\Documentation\AE.Customizer.chm

    Regards,

    Martin

Reply
  • Hi,

    you can go to the objectbrowser, right-click on an object and check the methods per object.

    or

    as this is customizercode there there is an "generated"-documentation in the source directory

    .\SDK\Documentation\AE.Customizer.chm

    Regards,

    Martin

Children
No Data