lpm Posted June 23, 2007 Posted June 23, 2007 In the solution I’m working on, I will have a group of users with restricted privileges that do not allow them to delete records, however in one portal I want them to be able to select a portal button and (via a scripted delete) delete the portal row. This is the only instance in the entire solution in which they will be allowed to delete. How do I allow them “full access” to delete only in this portal? I’ve tried FM Help and looked over accounts and privileges and can’t figure it out. This is what the script looks like now and works great for users with privileges that allow them to delete. --------------------- SetVariable [$CopyRowCurrent; Value:TermYear::RowCurrent] Delete Portal Row [] SetField [TermYear::RowTemp; $CopyRowCurrent] Go to Portal Row [select; No dialog; TermYear::RowTemp] If [Get(PortalRowNumber) <1] Go to Portal Row [select; Last] End If ---------------------- TIA lpm
lpm Posted June 23, 2007 Author Posted June 23, 2007 Sorry! As soon as I sent my message, I returned to the script and noticed (for the first time!) the "Run script with full access privileges" checkbox. Sorry for the lame post. lpm
Recommended Posts
This topic is 6364 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now