Application Development 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: 

currency field in smartforms

Former Member
0 Kudos

hi guyz,

i have a field total_amount when iam putting in my text node it saying total_amount is unknown in the form...where as all other fields in the textnode works.

total_amount is currency field..

plz advice

regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sudheer,

Declared it at the Global definitions.

Initialize some value there itself.

Just before the text node create one program lines node,

and that,<b>In the import and export parameters of it give total_amount</b>.

Regards,

Rama.Pammi

6 REPLIES 6

former_member208856
Active Contributor
0 Kudos

Hi,

you have to define the field in Global Definitions, in global data tab and currency/quant. fields.

Regards,

Sandeep Kaushik

0 Kudos

hi sandeep,

thanks for ya reply....

my field is

total_amount so

fieldname = total_amount

refrence field = <what is refrence field cause im taking whole table>

data type = curr..

regards

0 Kudos

Hi,

On the tab Global Data --> LV_total_amount type ekko-waers

on the tab curr/ quan field --> total_amount (ref. type) LV_total_amount (in data type select "CURR")

sandeep kaushik

Former Member
0 Kudos

Hi Sudheer,

Declared it at the Global definitions.

Initialize some value there itself.

Just before the text node create one program lines node,

and that,<b>In the import and export parameters of it give total_amount</b>.

Regards,

Rama.Pammi

Former Member
0 Kudos

Hi,

Declare the amount field in the Global definitions and give the associated type as waers.

Regards,

subha

Former Member
0 Kudos

thanks guys it seems working....