linkToItem in Related Items don´t work
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Try to debug the code you use for redirection;
Make sure that form file 'fd_Handelspartner_aca4ff6b-971d-4c79-b874-02c8d2cb2bbd_DisplayForm.aspx' exists;
Try to execute fd.openForm from the browser console.
Try to debug the code you use for redirection;
Make sure that form file 'fd_Handelspartner_aca4ff6b-971d-4c79-b874-02c8d2cb2bbd_DisplayForm.aspx' exists;
Try to execute fd.openForm from the browser console.
Hi Dmitry,
All forms exists. Also fd.openForm in the browser console works fine.
You can reproduce this bug easy!!
Just put a ContentEditorWebpart on a standard-spform an use this Code for Redirect to a different spform according the logged in user-group:
<script type="text/javascript">
ExecuteOrDelayUntilScriptLoaded(function () {
fd.openForm(yourredirectform.aspx');
}, 'plumsail.fd.core.js');
</script>
On a different spform you have a related Item with a Link to the redirected Item which is desicribed above!
Then you get the described white window!!!
lg.
Johannes
All forms exists. Also fd.openForm in the browser console works fine.
You can reproduce this bug easy!!
Just put a ContentEditorWebpart on a standard-spform an use this Code for Redirect to a different spform according the logged in user-group:
<script type="text/javascript">
ExecuteOrDelayUntilScriptLoaded(function () {
fd.openForm(yourredirectform.aspx');
}, 'plumsail.fd.core.js');
</script>
On a different spform you have a related Item with a Link to the redirected Item which is desicribed above!
Then you get the described white window!!!
lg.
Johannes
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Works fine for me.
1. Make sure that the content of the Content Editor Web Part is specified as a Content Link and stored in a separate file.
2. Possibly, you just have too long URL. Try to change 'redirect' script this way:
If it does not help, please, purchase 60 support minutes and provide temporary access to the site:
https://spform.com/buy/support-maintenance
1. Make sure that the content of the Content Editor Web Part is specified as a Content Link and stored in a separate file.
2. Possibly, you just have too long URL. Try to change 'redirect' script this way:
Code: Select all
<script type="text/javascript">
ExecuteOrDelayUntilScriptLoaded(function () {
fd.openForm('yourform.aspx', {Source: ''});
}, 'plumsail.fd.core.js');
</script>
https://spform.com/buy/support-maintenance
-
- Information
-
Who is online
Users browsing this forum: No registered users and 5 guests