
Damon Maranya
-
Total activity21
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes4
-
Subscriptions2
Comments
Votes on activity by Damon Maranya-
That code block is JQuerry. Which means you will need to include the JQuerry import in the Default_Head.hbs file and the tag in the script.cc file (they're in this post). Or you can try Kay's code ...
-
The missing () at the end of the else hide function was it. Everything is working as expected now. Thank you very much for your help! Kay, I am going to make another template copy and try your code...
-
No good. When I change it to show, else hide. It just shows the form to everyone regardless of group membership. It seems like the part that isn't working is detecting the organization. Because it ...
-
Moving the code to the top has removed the form from the list. But it's hidden from all users including members of the Managers organization. I'm going to give your second suggestion a try. Thanks ...
-
I should add that because this is an active service desk I am working with a copy of the site template and the preview feature to test with. In theory that shouldn't make a difference. But it can b...
-
I tried pulling lines 479 and 502. But the form is still visible in the pulldown menu. This is the current state of the code segment at the end of script.js now: var i = 0; var checkExist = ...
-
Thanks for the suggestion Rudy! I'll give it a try. I don't see a screenshot in your message Kay. Can you please report it?
-
Hi Kay! Thanks for the reply. What code are you referring to? Please let me know if I'm just being slow here. The account I am testing with a is a basic user. It is currently in the Managers org, b...
-
KayDan CooperStephen Belleau This is what I've got. Can any of the JQuery experts here please tell me what I am missing or doing wrong?
-
Kay Sure. The images below show the code I currently have in place, along with the file they each chunk of it is in. I'm a complete novice with JScript/JQuery. So any help you can give would...