Execute mode

You can do Fnc-REST calls using execute and interact modes. Execute is appropriate for machine integrations and corresponds to <resource path="service/execute"> in the application.WADL.

Execute mode is a one-shot call with one request and one response. You can separately ask for metadata (metadataMode="MetadataExcluded") using this function.

You can display any MDP program information, errors and notifications using execute mode.

  1. From the MDP opening page, click M3 Function > Fnc Development Client.
  2. From the Fnc Development Client sidebar, specify this information:
    Program
    Select a function program from the list.
    Param List
    Select a parameter from the list.
    Maintain Mode
    Select a maintain mode option from the list.
  3. Click Execute to show the service/execute tab with the results showing any notifications and errors.