Forum Replies Created
-
AuthorPosts
-
You must turn it on in the Miscellaneous tab in the DispForm configuration – see screenshots.
Alexander
I deleted the one I had in my app catalog and downloaded the latest one from here:
It shows as 1.1.4.0 – see attached image.
Can you try deleting it from the app catalog and then empty the recycle bin and add it again?
Alexander
Attachments:
Hi,
I have released a new version that I think should fix the web selector issue in vLookup. Check out the change log here: https://spjsworks.com/changelog/Alexander
Can you email me some more details / screenshots so I’m sure I fully understand what you mean?
Alexander
Hi,
I’ll add this info as a third parameter (boolean) to the function in the next version – so you can use it like this from v1.1.4.0:function dffs_PreSaveAction(exit, autosave, goToEditForm){ // Your own code here }
I hope to get the new version out later this week.
Alexander
I’m sorry, but I don’t have any method for doing that. The vLookup code uses the default upload control and it is not possible to inject any code there to change the document name.
It is possible to add the documents to folders that can have unique names – for example pulled from a field in the current item. See the vLookup config “Add new items to this folder” field.
Alexander
My initial approach of using a List view command set extension to override the default form proved to be a bit unreliable and I had no choice but to change it to the officially approved method using a Form customizer extension. The slower loading is unfortunately a side effect of using the official method as it is opening the page /_layouts/15/SPListForm.aspx and renders the form there.
I’m continuously looking for ways to improve DFFS, but until Microsoft offers another way to open a custom form in for example a side-panel I cannot really doo anything about it.
The link format you used should still work, but for new links you can either use this format:
.../Sites/YourSite/Lists/YourList/DispForm.aspx?ID=123
Alternatively you can use the format used by SharePoint on this format:
.../Sites/YourSite/_layouts/15/SPListForm.aspx?PageType=4&List=[GUID OF YOUR LIST]&ID=[ITEM ID]
PageType 4 = DispForm, PageType 6 = EditForm and PageType 8 = NewForm
Restoring a previous version requires that you check the “Show link to open the default version history page to enable restoring previous versions” button in the Misc tab – it gives you a link to the Standard SharePoint version log (it’s not possible to restore a version using custom code).
Alexander
Hi,
I’m not able to recreate this issue. Can you email me some screenshots of the URL when you get this error message so I can try to recreate it?
Also include the browser you are using.
Alexander
Please email me (see the contact tab for details) an example of a DFFS license that times out so I can look at the license code.
Please also include a screenshot of any error messages you see in the developer tools console (hit F12 > Open developer tools > Select Console tab) when you load the form.
Alexander
Hi,
I have made some changes to the license code validation to check both http:// and https:// prefix on the URL. Can you try closing and reopening the browser and see if this change helps?Alexander
Selecting the web is done individually for each vLookup so adding a new one should not affect the others.
Can you email me some screenshots of what you see when you open the vLookup config and click the “Select web” button?
Alexander
I have published a new version that attempts to fix the vLookup not loading issue. Let me know how it works out, and email me if it still doesn’t work so we can try to figure it out.
Alexander
I see. Can you email me the config for this form so I can take a look? – go to “Import / Export” in the to left corner and select “Export the current configuration as JSON”. There should not be any sensitive information unless you have typed it into a HTML section in the form configuration. Is so, use a text editor to clear this information from the JSON file.
Alexander
Hi,
In the update I worked through all parts of the code to clean up and in this process I made some changes to the “site picker” of a vLookup, but didn’t think this should cause any issues.Did you try to enter the vLookup configuration and verify that it looks correct?
Also, do you see any errors in the developer console (F12 > Console)?
You can email me if you have some screenshots or more information.
Alexander
Sorry, but that is not possible without using a PowerAutomate FLOW (SharePoint online only).
Alexander
-
AuthorPosts