Is there a way to place the cursor into a specific field. I haven't found anything at this time that leads me in the right direction. Specifically, I'd like to have the cursor land at the front of the Details textbox on the communication screen.
Is there a way to place the cursor into a specific field. I haven't found anything at this time that leads me in the right direction. Specifically, I'd like to have the cursor land at the front of the Details textbox on the communication screen.
Does this not work?
crm.ready(function() {
setTimeout(function() {
$("#comm_note").focus();
}, 500);
});
*Community Hub is the new name for Sage City