Set field value by BDC Control

  • 17 August 2017
  • 2 replies
  • 3 views

Badge +1

Hello

I want to set a text box control based on a BDC control value. I know that there is not "set field" action in Nintex form and needs to code it in Java Script but I dont know the code and no example I could find.


2 replies

Badge +9

Hi Farzaneh Aqabeiki‌,

What is the datatype of 'BDC Control' value.

To set value to a single of text field use NWF$('#'+Number).val('testvalue');

And also see the links Blank out a number field that defaults to zero.  and  

Thanks,

Lakshmi C

Badge +1

Hi Lakshmi C,

Thanks for the example. I have a SharePoint BDC column from accounts in MS CRM. I want to set a text field value by account name when user selected it on the BDC control. Could you please tell me how can I do it by java script?

Thanks

Farzaneh

Reply