Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

let's say you have a vendor record returned to the client and within that record you have a "payment terms field". Now, you want both user a and user b to be able to view this field but user b should be the only one with the ability to edit this field.

 

is there anything similar to the Browsable attribute that could be set to control this? if not what would be considered a "standard" technique for controlling this?

Posted

Browsable is a design attribute.

 

I think you solved the problem for yourself. I don't know how you are displaying the information, but how about checking the relation of the user to the record and then imposing a readonly status on that field if appropriate.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...