December 11, 201312 yr When logged into my app with admin credentials I get the standard "insert" menu when clicking on a container field. However, under a limited privilege set I am unable to add content. Tapping on a container field simply does nothing. The limited set has full access across the board to the table in question which by the way only stores media content. I actually trigger adding the content with a script that goes to a layout, creates a new record , inserts a key and then enters the actual container field automatically. Just to be sure it wasn't a scripting issue I set the script to run with full admin access, but no joy. It is obviously a permissions issue, but don't see anything wrong. What could I be missing?
December 12, 201312 yr Have you run the script with the debugger? Does the record actually get created? Does the privilege set include full menus?
December 13, 201312 yr Author Yes, the record gets created. I hadn't tried it in Pro only Go previous to your suggestion. I ran through the script with the debugger and everything is working properly. The behavior is the same on Pro though. When I get to the layout that is based on the "Media" table with nothing but a container field I can't right click and import within Pro either. I have quadruple checked and the account has full access all the way across the Media table.
December 13, 201312 yr Author I just checked the second part of your suggestion and that fixed the issue. I guess you have to give Full Menus for this to work! Kinda stinks, but I'll live with it. Thank you very much.
December 13, 201312 yr probably not "full menus" , it is more a matter of finding and adding the one that gives you what you want instead of adding all. Also make sure the priv set setting for "available menu commands" is not set to minimum
December 13, 201312 yr It's possible to insert images with minimal menus, you'd just need to create a button and script rather than right-clicking the field directly (or the field itself could be the button).
Create an account or sign in to comment