Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding SmartForms

Former Member
0 Likes
279

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.

1 REPLY 1
Read only

Former Member
0 Likes
254

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.