How do people do this...

How do people do this...

Old forum URL: forums.lhotka.net/forums/t/4183.aspx


vdhant posted on Wednesday, January 16, 2008

Hi guys
Just a quick question. If i am using field level security, if a given role cannot read a particular property, if i am using a stored procedure which is expecting all fields and when i read the afore mentioned property and it return an empty string it would update the field with an empty string, which is not correct. So what do people do who are using field based security and stored procs.
Thanks
Anthony

Skafa replied on Thursday, January 17, 2008

Normally you would use the accompying field for the property.
So when you have a property "Name" wich is stored in the field "_name". You would use the _name field in your DataPortal functions.

Using the new 3.5 GetProperty syntax is a different story: http://forums.lhotka.net/forums/thread/20461.aspx

vdhant replied on Thursday, January 17, 2008

Ya i should have put that i was meaning 3.5. This makes sence and there is a fix for what i was after.
http://forums.lhotka.net/forums/20503/ShowThread.aspx#20503

Thanks for your help.
Anthony

Copyright (c) Marimer LLC