Hello,
We are creating a security class to restrict access to the entire item master except for a few fields. We have successfully made a class that restricts all fields, but are having issues restricting all except a few. We want to allow the Charge Number, HCPCS, and Clinical System Use fields for our contracting team to edit and everything else be read only.
Below is what we have used to restrict access.
Item BusinessClass
is accessible
for all inquiries
unconditionally
Below is what we have tried for allowing just the charge number field to be editable, while the rest is read only.
Item BusinessClass
is not accessible in past,current,future
for Update, Create, Delete
unconditionally
Item.ChargeNumber Field
is accessible
for all actions
unconditionally
Has anyone had any success with doing this? We would appreciate any help.
Thanks,
Michael Hagen