/
Populating Fields
Populating Fields
JavaScript can be used as part of blender to populate fields on a new record for inbound calls. For example, inserting the phone number into the phone field.
$.njDialerPlugin.onConnect = function() { // lead connected var number = jQuery.njDialerPlugin.getFieldValue('njDialedNumber'); jQuery.njDialerPlugin.setFieldValueByName('HomePhone',number); };
Now when, a new record is created the phone field will be populated with the phone number that called in.
Related content
15.0 Caller Id Mapping
15.0 Caller Id Mapping
More like this
5.4.3 On Call Phase
5.4.3 On Call Phase
More like this
05.5. Javascript Editor
05.5. Javascript Editor
More like this
1.0 Integration
1.0 Integration
More like this
Noojee Click for AJAX
Noojee Click for AJAX
More like this
4.0 Example
4.0 Example
More like this