Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
9 subscribers
Views
4027 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, we are making use of customField properties for user profiles. We are storin
GouthamKrishna
over 11 years ago
Hi, we are making use of customField properties for user profiles. We are storing employee id in customField1 using 'update profile advanced' smart service and our logic to assign tasks is based on this field. However, we observed that customFiled properties are being erased whenever a user updates his/her profiles (for example, changing mail id). When this happens it means that the particular user can’t be assigned to his tasks because the expression to get task assignees won’t return that user object. Any resolutions?...
OriginalPostID-94486
OriginalPostID-94486
Discussion posts and replies are publicly visible
Top Replies
Eduardo Fuentes
over 10 years ago
+1
Appian Employee
Customizing the People tab is not a Cloud Compliant request. You can still use the custom fields but they will have to be updated via Process Model using the custom plug-in called "Update User Profile…
0
Eduardo Fuentes
Appian Employee
over 11 years ago
You will have to expose those fields in the user interface under the People tab so they don't get blanked out when there's an update.
This is achieved by editing <APPIAN_HOME>/runtime_ear|ear/suite.ear/web.war/personalization/userdetail.jsp. You will expose these fields in the same manner as the normal fields. The custom fields are named field01 - field10. You should use this for the property and value tags of your input.
Example:
<asi:input label="Site Location" type="text" property="field03" disabled="${!useraction_2}" value="${result.field03}" useTextBundle="false"/>
The most important part is the "value" attribute since this will guarantee the fields are re-saved when the profile is updated.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
GouthamKrishna
over 11 years ago
Thanks Eduardo, we did the changes and it solves our problem.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jarrods229
over 10 years ago
Eduardo is this an issue with cloud installations - do we need to update the userdetail.jsp if we want to maintain user ids through customfields?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Customizing the People tab is not a Cloud Compliant request. You can still use the custom fields but they will have to be updated via Process Model using the custom plug-in called "Update User Profile (Advanced) Plug-in" and you will have to avoid updating profiles though the People tab to prevent they are blanked out.
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jarrods229
over 10 years ago
ok thanks, I'll follow this up through the bug tracking process if there isn't a supported work-around in the cloud
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel