Question
Pass a variable to another Interface through a RecordType related Action
Hi,
I have a very simple need :
I have a main Interface (Intf_A) displayed from an User Input task user of a process (Pr_A).
In that interface I have a Button (related Action) used to display another Interface (Intf_B) which is a start Form of another Process (Pr_B).
In Intf_A I have a Text field, and when I click on the Button, I need the text value to be passed to the IntF B.
How may I do this without saving first the Text value in DB ?
