/
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.
, multiple selections available,
Related content
15.0 Caller Id Mapping
15.0 Caller Id Mapping
More like this
Caller Id-2482
Caller Id-2482
More like this
Action Script Utils
Action Script Utils
More like this
5.4.3 On Call Phase
5.4.3 On Call Phase
More like this
4.0 Example
4.0 Example
More like this
Screen Layout Action Scripts
Screen Layout Action Scripts
More like this