Solved

IFS Work Flow - how to call projection with virtualSet

  • 21 May 2023
  • 1 reply
  • 176 views

Userlevel 5
Badge +9
  • Sidekick (Employee)
  • 50 replies

Hi , I just created a work flow, and inside it , I would like to call a Projection like this:

 

As you can see, I need pass the “Objkey” to VirtualSet  inside the URL,

while, in work flow there is no way to pass parameter to a VirtualSet

 

I passed Objkey , but it failed to call.

icon

Best answer by Achala 16 June 2023, 19:15

View original

1 reply

Userlevel 1
Badge +1

“ConfigurationSpecVirtual_Complete()” is a bound action.  you cannot specify the entity type parameter for bound action in Workflow. that is why it does not ask input parameter when you select a bound action in Workflow designer.

To use bound action in Workflow,  First read the exact record which you want to call this bound action and then call bound action without any parameter.

 

Below is the property panel of the Read Activity

Below is the property panel of the CALL Activity

 

Hope this will usefully for your issue. Please try this out

Reply