MFT - how to declare eventParams

Hello,

I want to use ActiveTransfer to send one file and I want to execute that from IS perspective.

I found the execeuteEvent service but I don’t know how to declare eventParams for one file. The results should look like this: Filename Filter = the name of the file that I declared

Any suggestions?

Hi Mark,

If I understand correctly, you want to find a specific file in your Find task and you want to pass the filename while executing the event.

This can be done by parameterizing your event definition. For your specific use case, you can parametrize the input field Filename Filter field in your Find task.

  1. Select the check box ‘Specific file name’.
  2. In the test box, provide the value as parameter in the format, [parameter_name]. For example you can say [filename].
  3. When when you execute this event using IS service, please provide the value of ‘filename’ that you want to find. This is done using the input field ‘eventParam’ (name/value).
    name - name of the parameter, filename in this example
    value - name of the file you want to Find.

Please let me know if this helps.

Thanks,
Bhaskar