Hi there,
is it possible to set the GenProcID to a specific UID by raising an Event in the WebDesigner (V6)?
Is there a special ParamName or something else?
Thx & Best Regards,
Martin
Hi there,
is it possible to set the GenProcID to a specific UID by raising an Event in the WebDesigner (V6)?
Is there a special ParamName or something else?
Thx & Best Regards,
Martin
Hi Martin,
in regards to your 1st question: If this would be .Net I would generate a new ProcessContext with a known ProcID (ie. newid()) and use this when the process is generated. Since it is known, it can then be used for queries in subsequent code.
I'm also curious how a solution in WebDesigner would be implemented.
cu,
Oliver
Hi Martin,
in regards to your 1st question: If this would be .Net I would generate a new ProcessContext with a known ProcID (ie. newid()) and use this when the process is generated. Since it is known, it can then be used for queries in subsequent code.
I'm also curious how a solution in WebDesigner would be implemented.
cu,
Oliver