Jump to content

iroc_mxrider

Newbies
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

iroc_mxrider's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi LaRetta, I appreciate your input! I agree with everything you've mentioned. This database is over 15 years old and has had many many different developers hands in it. Most of it is sound. Just very cluttered, and lots of stuff that isnt used any more. It would need hundreds of hours just to get it clean again. We do have a developer we work with, but sometimes im able to do small tasks. Ive reached out to him for further support. I appreciate your help! Thank you for taking the time with me!
  2. Hi Doug and LaRetta, Sorry for the late response, and thank you for responding! I tried Doug's suggestion, and when the permission is checked to allow the view of the data on the screen and not have it covered by the object, the object is still displayed (when the first criteria is also met i.e. the Leads::IsOnlineProposal = "No") The object then disappear when that field is set to "No", which is perfect, but for some reason its still not hiding the box when a user who has permission to view the data behind it is on the record. I hope that makes sense. LaRetta, You are right, I did not consider the Find mode. I would need to incorporate that object to be hidden in find mode as well. Is that something that can also be scripted into the inspector hide portion? As far as having a duplicate layout, that was my first thought as well! Unfortunately though there are over 600 fields that have relationships with other tables that I believe would need to be re associated as well wouldn't they? What i really wanted to do was create a separate module for these records and have them be moved from our Leads/Appointments Module to its own module Called Online Proposals via a script trigger (button click) to move them over to a separate area as they are now different style leads, and have only certain people be able to access that module. This seemed like a very large undertaking and for now at least if i could just hide that data from the users i want to hide them from that would be almost as good. I really appreciate all the help! Thank you guys for bearing with me!
  3. Hello, Full disclosure: I am very new to scripting in FM. I am trying to hide an object based on 2 criteria: Leads::IsOnlineProposal = "No" and PatternCount ( $$Permissions ; "ViewOnlineProposal" ) = 0 When the Value for Leads::IsOnlineProposal is "Yes" I wanted my object ( just a big square to hide the customer data on the screen ) to hide everything on the screen. That part works great. But I wanted to give some users permission to still view the customer info ( or continue hiding the object ) when the permission is checked even if the value for Leads::IsOnlineProposal = "Yes". Thus the second part of the hide scripting in the hide section of the inspector. I cannot seem to figure out what to input into inspector to achieve this. Can anybody point me in the right direction? Any help is much appreciated. Hope it all makes sense! Thank you in advance, sorry if I posted in the wrong section!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.