‎2006 Oct 06 6:56 AM
Hi,
I want to place a placeholder in the creation of a Standard Text(SO10).This can be included in our smartform text node by using the INCLUDE TEXT.
Now the problem is how to declare a variable in the SO10.
And how to get the values for it?
Where can I get the value of it?
In the SO10 itself or in the smartform?
Ex:
Suppose the variable is 'field1' in table 'table1'.
Give me the advice to solve this.
‎2006 Oct 06 8:16 AM
You can declare the variable in the smartform and insert the same field in your standard text that you have created using transaction SO10.
Create nodes to write some code that will populate that field used in the standard text with desired value before printing the text node.
Hope it works.