LPD - Event Hub - LTM/Landmark

 3 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Michael
New Member
Posts: 3
New Member
    Hello, we are trying to trigger a Process Flow off of changes to supervisor status in the Work Assignment in LTM - specifically "Assignment is Supervisor" - so that security roles can be assigned/revoked via a Process Flow. We don't want to have to touch every "out of the box" process flow that Lawson provides that makes changes to the Work Assignment.  I've been reading about Event Hub and how to trigger events off of changes to database tables like the WORKASSIGNMENT table but can't find any specific or comprehensive examples documented. We're running LTM/LPD 10.0.2.

    Does anyone have any documentation on using the Event Hub with LPD for LTM. I have the Lawson provided configuration guide but it only includes examples for M3 and is very brief. I've also requested documentation through INFOR Extreme and they seem baffled.

    Any help would be greatly appreciated.

    Mike
    John Henley
    Posts: 3353
      I think Event Hub is part of the M3 (Movex) technology foundation products acquired by Lawson from Intentia, and is used to publish/subscribe events to/from M3 business objects. Therefore LPA gives you the Event Hub node so that you can interact with Event Hub in order to integrate with M3 products. Expect that the long-term strategy would be to replace Event Hub with ION, which is Infor's enterprise integration platform across all Infor products.
      Thanks for using the LawsonGuru.com forums!
      John
      Michael
      New Member
      Posts: 3
      New Member
        Thanks for the information John. Because of the limitations of Event Hub I ended up writing a database trigger to capture changes.

        I have another question now - within LPD 10.0.2 in the Landmark Transaction node there is an option to "AssignRoleToActor" but there doesn't seem to be a corresponding "DeassignRoleFromActor" in the Action list for the Transaction node. How do I remove a role from an Actor in LTM? Does anyone have any info or recommendations?

        Again, any help is greatly appreciated.
        Michael
        New Member
        Posts: 3
        New Member
          Hello all, if anyone was wondering about this also I finally found the solution to how to delete actor roles via process flow: The delete role is in the "security" module, "ActorRole" object of the Landmark Transaction node, rather than the "person" module, "Actor" object which is where I was looking.