Are Landmark framework business classes (PfiTrigger) available via Infor ION Gateway (HR Talent or FSM Suite)?
I can access them via the Public web services API by adding ?_framework at the end of the URL.
Are you attempting to execute them from outside of Landmark?
Just trying to determine if they are really necessary in ION Gateway for your use case or you could just call them from the web run node in a flow
I want to expose PfiTrigger (Start action) via API Gateway. We have AD ID/Network ID data (for new hires) coming from a third-party system/application (ITSM), and ITSM would like to call Infor's end point and pass the payload (Emp #, AD ID and Email address). There will be one call per employee. The IPA needs to consume the payload via a trigger variable to create the Actor, Identity, User Context, etc in Landmark.
I don't know about triggering IPA directly, but we did something similar to what you're looking for using a user action on the Employee business class. It passes similar data, stores it in fields we defined on the Employee business class, creates the actor, agent and context records and then triggers an IPA flow to complete the user creation on the FSM side.