I have created a plugin that sets values of custom fields in UserProfile. I can

I have created a plugin that sets values of custom fields in UserProfile. I can see those values in Appian using function user(userName,"customField1").
But I need these custom field values to be displayed in People's tab - Update Profile. So I added my custom fields in UserDetails.jsp as below:
<asi:fieldset legend="CustomFields">
<asi:input label="HRJobCode" type="text" property="customField1"
disabled="true" readonly="true" value="${result.customField1}" />
</asi:fieldset>

Now I can see a textField displayed with label "HRJobCode". But its value is blank. On going through the UserDetails.jsp code, It appeared to me that I need to set the values of custom fields in userDataForm &UserDataAction java code. Is this approach correct? Is there a way to achieve this without modifying hte java code?

Please suggest how to set the custom Fields in Update User page (people's tab)?

Thanks in advance

Thanks
Jhothi...

OriginalPostID-131675

OriginalPostID-131675

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data