Referencing an external method

You can link to an external method contained in a dll (dynamic link library) file that you have created and placed on the server.

See Referencing an external assembly.

After you've linked to an external method, you must enable it for Infor Public Sector to start using it throughout your system.

See Enabling a formula or method.

Note: When you write an external method, it should use the signature specified for the event handler from which you want to reference it. To look up an event handler's method signature, right-click the event in the Workflow Manager tree and select Add Formula. The signature is displayed in the Method Signature field.
  1. Select System > Agency Personalization > Workflow Manager.
  2. Under Infor Business Objects or Agency Business Objects, browse to the correct object and event.
  3. Right-click the event node and select Reference External Method.
  4. In the Assemblies grid, select the assembly that contains the method.
    Infor Public Sector loads a list of methods from the dll that are appropriate for the business object. You can select Show all methods to direct Infor Public Sector to show all methods in the dll regardless of which business object they are for.
  5. Select the method you want in the Methods grid.
  6. Click Save.