• Grond1l
  • NEWBIE
  • 0 Points
  • Member since 2015
  • Ticket and Service Manager
  • Century Club of SD

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hello all,
    Our company is new to sales force and I'm working on setting up multiple reports and dashboards.  I discovered that any user can access any of the folders I created.  Searching through Help pages and googleing the problem the solutions all say to select make the folder private, however I have no option to do so.  When I edit or create a folder the only options I have are the name of the folder and the unique name.  When I share the folder to only certain users the other users can still access the folders.
      Also I have checked the permissions for the standard users and they have very limited permissions.  The only way I could stop them from accessing the folders was disabling the run reports permission but then they would get insufficient privleges error when trying to access the Report or Dashboard tabs.
     Any solutions of why I don't have options to make folders private and why the sharing doesn't work properly would be helpful.
Hi out there,
I an absolute Apex beginner and would like to solve a problem: Once an opportunity is closed won the products from that opportunity should automatically become assets for that customer. I know I need a trigger, a class and a test class. So in general my idea is as follows:

if opp stage = closed won
   and if opp has products
for each product (opp-line item) 
create asset
with account ID...
set asset name = product name

etc...

How can I solve this? Where could I find appropriate code samples? Any help is pretty welcome...
So thanks in advance...

best regards Thomas