Forum Replies Created
-
AuthorPosts
-
Not that I know of, sorry.
Alexander
I have not tested it with document sets (and I have no experience with document sets either). Do you have the solution set up and working in another list or library to ensure you have the setup correctly?
Alexander
I’ll look at this in the next release. The orphans tab is intended used when setting up the solution to let the person building the form know what columns that is not used. I recommend turning this off for “production”.
Alexander
Sorry for the delay, do you get any errors in the developer console (hit F12 > Console)?
Alexander
The save item bug was fixed in BETA 1 – now BETA 2 is the most recent: https://spjsblog.com/dffs/dffs-change-log/
Alexander
You will need a third party plugin like bullzip (free) to “print” to a PDF-file on your computer. If you want to use a workflow, you can look at for example muhimbi (starting at $1499)
Alexander
Can you check v4.200 BETA and report back? If it initially does not behave better, look at the Misc tab and try setting e.g. 500 in the field “Defer loading of DFFS”.
Change log: https://spjsblog.com/dffs/dffs-change-log/
Any better?
Alexander
- This reply was modified 10 years, 2 months ago by Alexander Bautz.
Hi,
Add this code to the Custom JS section:(function colorMyField(){ var val = getFieldValue("MyNumberField"), color = "#ffffff"; if(parseInt(val,10) > 10){ color = "#00ff00"; } $(spjs.dffs.fields["MyNumberField"]).css("background-color",color); })(); $(spjs.dffs.fields["MyNumberField"]).find("input").change(function(){ colorMyField(); });
Change “MyNumberField” to match your field.
Alexander
Hi,
What is the trigger you use to set the fields as read only?Alexander
Hi,
By default, the attachment field will be present in all tabs when it is not explicitly added to one or more tabs.This means that you can add the attachment field to a dedicated tab, and it will no longer show on all the other tabs.
Alexander
It looks like the double quotes around the href attribute are wrong – try rewriting them.
Alexander
I must see the URL – to insert the code, wrap it “code tags” from the ribbon above the text field.
Alexander
Hi,
Sorry for the delay. If you have not already figured it out, please look at the “SPJS-vLookupSettings” list and see if the value in the Title field is in this format “LibraryUrlName:vLookupFieldName”.When it comes to Project server I have no experience so I cannot tell if this affects the functionality of vLookup.
Alexander
Hi,
I have now added the forum title to the subject line of email notifications from the forums.Alexander
October 30, 2014 at 00:06 in reply to: Attachments broken on Edit form with Rules making fields read only #6510Hi Earl,
We have already clarified this, so this is for anyone else with the same issue: this bug was fixed in v4.03.Alexander
-
AuthorPosts