Hi there,
Did anyone ever have an experience with assigning the {/_currentuser_display} variable to a single line field in javascript page like this ?
$(document).ready(function () {
$('#q70 input').val({/_currentuser_display});
$('#q70 input').trigger('change');
});
I tried to do this but it didn't work.
I would like to use the same account field for all forms through business process modeler so I set {/_currentuser_display} instance as default to the account field of first form and then changed value of this field in javascript page of each form.
Any help is appreciated, Thanks.