Forum Replies Created
-
AuthorPosts
-
DFFS Backend v4.4.3.0|CSS version: 4.32 / 4.32|spjs-utility version: 1.305
June 27, 2017 at 23:11 in reply to: Need a way to show one field in AC options, but set value to another… #17025I have updated to the newest version of DFFS – thank you! However, what I need is to have one “showField” value, but save another field’s value into the “applyTo” field itself…
Thanks for the bug fix!
I don’t think there is any other DFFS setting that affects the field being cleared, but I’ll keep looking.
In the meantime, I think we found another bug today – when you use the Down key + Enter to select an AC option with OptionDetail fields showing, it pastes the AC field value plus the OptionDetail data into the field as one long string. This doesn’t happen if users click the value they want.
I figured out I could move all my workflow functionality into my DFFS forms, so no more save conflicts. Thanks! 🙂
Yes, it is installed on NewForm and EditForm.
Sorry, scratch that. I used the DFFS installer local version.
I believe I used the CEWP method. Installer wasn’t available yet…
Running SP2013. Only errors in the Console are:
HTML1500: Tag cannot be self-closing. Use an explicit closing tag.
File: DispForm.aspx, Line: 1705, Column: 1
HTML1508: Unmatched end tag.
File: DispForm.aspx, Line: 1705, Column: 63December 7, 2016 at 16:31 in reply to: Create a new item in list B prefilling common fields from list A #14375This got it working, thank you!
December 2, 2016 at 21:47 in reply to: Create a new item in list B prefilling common fields from list A #14329I have implemented this code successfully, except I get an error when trying to set Content Type and date type fields in the new item…
Field table says FIN for Content Type is “ContentTypeChoice”, so my line of code is:
data.ContentTypeChoice = "TestCT";
Error: “One or more field types are not installed properly. Go to the list settings page to delete these fields.”
For the date type field, code is:
data.ScheduleDate = getFieldValue("ScheduleDate");
Error: “Invalid date/time value. A date/time field contains invalid data. Please check the value and try again.”
Any help is appreciated, thanks!
Thank you! This code works just fine – I only wanted to hide the tab row border since it didn’t follow the tabs when they moved, so added the following to the Custom CSS tab:
.dffsTabRow{
border-bottom:none!important;
}Seems alright to me, but if there’s a cleaner way I’m happy to hear it! Thanks again.
Cheers,
CelesteIt works! Thank you so much for your fast and thorough response!!
Cheers,
CelesteNo errors, but the following message comes up in the Console:
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
File: NewForm.aspxNo custom code or DFFS rules affecting the Address field. Attached are screenshots from before and after clicking “Add {0} to the list?”, and when an invalid string is left in the field…
Attachments:
Still same behavior…it lets me choose the new value, but doesn’t save.
-
AuthorPosts