cancel
Showing results for 
Search instead for 
Did you mean: 

how to give valut at runtime in adobe

Former Member
0 Kudos

Hi

Suppose made four fields in adobe and connected it to any function module ( by data connection). Now i how to validate these fields using java script and give values at runtime. One more problem is that if i give different names to fields in function modules and in adobe designer then which name is used to validate the field. on more thing if i don't know the name of function module which is binded to fields in adobe then how to get the the name of these fields.

Thanks in advance

Regards

Aditya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can either go by field names in the hierarchy or try out the binding values using '$record.<field>.****....'. PLease refer the scripting guide <a blog is available on this in SDN> or the Adobe Designer help for basics.

Thanks and Regards,

Anto.

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks john