Solved

Process flow in lookup not working

  • 23 June 2021
  • 2 replies
  • 80 views

Userlevel 5
Badge +15

I have a task on a table which triggers a proces flow. It's a task that add's a record to the same table and the process flow refreshes and does a ‘go to row’ to make sure the newly created record is selected. This work, however if the table is displayed in a lookup, it doesn't. I don't know why? There is no concurrent proces flow active, so it should run?

icon

Best answer by Mark Jongeling 14 September 2021, 15:51

View original

2 replies

Userlevel 7
Badge +23

Hi René,

Short answer, Process flows do not get started from lookups.

Userlevel 7
Badge +23

We do support the following extended property:

AllowProcessFlowsInLookupDialogs

“By default, process flows cannot be executed in a lookup. With this property, a process flow is allowed access to a lookup, provided all process actions are allowed in a lookup.
Forbidden process actions are: Manual, Close document, Open document, Activate document, and Zoom in on detail.”

Values: Yes / No

Hope this property helps!

Reply