Attribute Code : Insert - No update
-
Thursday, October 07, 2010 8:39 AM
Hello everyone,
I have a requirement in MDM that:
- Users must be able to add a new member in each entities
- But once that member is created, the code of that member must not be updated
Do you know how can I implement that scenario ?
I tried by setting the Code to ReadOnly. But then when I try to insert a new member, I have no text box for the Code, and it is a required field, so I cannot create the new member.
All Replies
-
Thursday, October 07, 2010 12:12 PMModerator
Hello Guillaume,
"I tried by setting the Code to ReadOnly. But then when I try to insert a new member, I have no text box for the Code, and it is a required field, so I cannot create the new member."
you can create a code with a business rule: see my post here :
http://social.msdn.microsoft.com/Forums/en/sqlmds/thread/c458321d-ee9e-44c0-b937-e719f307aaee
and set "read only" for the code (in user management)

Regards,
Xavier Averbouch- Proposed As Answer by Xavier Averbouch [xavave]Moderator Thursday, October 07, 2010 12:17 PM
- Marked As Answer by Guillaume Fraiture Thursday, October 07, 2010 12:51 PM

