Forum Replies Created
-
AuthorPosts
-
I got some help and was able to figure out how to get the value in the child item and can add it in a function in custom js. Is there something I can use to trigger the function on saving the child item? And is there a good way to limit the child items to just one?
My issue was resolved when I was granted access to the top level site.
I actually don’t get a login prompt. Just a popup…
sharepoint.xyz.com says:
Access denied. You do not have permissions to perform this action or access this resource.It appears to be referring to the below which is the subsite URL for which I have Full Control over.
……../_vti_bin/client.svc/ProcessQueryThanks for the tip on my Chrome issue. I changed the two multi-line text fields from Rich Text to Enhanced Rich Text and that issue was resolved. For the access denied popup I do have my loader file variable set correctly “var spjs_scripts_in_current_site = true;” but still get the popup. To be safe I validated the file, used the installer to uninstall and reinstall and have the same result.
I am seeing a similar issue. I have “Full Control” over a sub-site but no access to the parent site collection site. I get the access denied popup in IE and Chrome after the form is done rendering. The other odd thing is the form is not rendering in Chrome. Have very little customization yet but I get “Click for help about adding basic HTML formatting.” in Chrome. The form renders in IE. The issues may be related.
That works! Thank you!
Great. Thank you. Is there anyway to force the text to Yes for OK and No for Cancel?
I updated all my files to your recent release and am not having these same issues. Thank you!
Adding the reference to the updated jquery version did resolve the issue. Thank you.
Thanks, Alex. Luckily this configuration isn’t too complex so instead of trying to do multiple upgrades I’ll just recreate the tabs.
On the issue with my EditForm no longer working.. the NewForm is having the same problem. I did find an error in the console and it appears to have something to do with Cascading Dropdowns.
Object doesn’t support property or method ‘split’
;if(typeof spjs.casc!==”undefined”){if(spjs.casc.version.split(“.”).join(“”).substring(0,2)<spjs.dffs.backend.spjsCascMinVersion){alert(“[DFFS Plugin needs updating]\n\nThe Cascading dropdown plugin must be updated.
We had some users that were having the same issue. Their default jquery version was 1.7.2. The attached updated loader resolved the issue for them. Thank you!
Alex,
I was trying to help Naomi out and what she didn’t include in her last comment is that on save of a new item in full view the tab is remembered. When in dialog it is not. We looked at the properties of the new dialog after save and the sTab parameter was not passed as it should be. We tried to update the code to put the sTab parameter in front of the IsDLG parameter and that broke it completely and after save the user is taken to the default view instead of a new dialog. Hope these details help.
The Created By field’s internal name should be “Author”.
Thank you! Can you use a function like this to add a tooltip to a Side-by-side field label if you use a div with an ID for the “Text or HTML”?
-
AuthorPosts