Home › Forums › Classic DFFS › SharePoint Form with CCDD and vLookup refresh Issue
- This topic has 3 replies, 2 voices, and was last updated 7 years, 9 months ago by Alexander Bautz.
-
AuthorPosts
-
-
February 21, 2017 at 13:33 #15756
Hi Alexander,
I’m not sure if this forum is the correct place for posting my problem, but I’ll give it a try.
My problem is as follows:
I’m using a New Form with tabs and CCDD and vLookups.
The purpose is as follows:
If I select a value in the CCDD the vLookup is automatically refreshed and showing some values which works great.
What I’m doing now is I added a button to clear the CCDD and the effect should be that the vLookups are empty again but it seems I cannot get this to work.
I’m successful in clearing the CCDD via jQuery:
$("#Untertitel_casc option[value='0']").attr("selected", "selected");
But this seems not to trigger the clearing of the vLookup. However, if I manually set the CCDD to blank the vLookup is cleared correctly (triggered via rule on field change).
I also tried to call the spjs.vlookup._init method in the button click function but this does not work either.Do you have any idea what could be missing here or what I’m doing wrong ?
Thank you very much in advance.
BR,
Chris- This topic was modified 7 years, 9 months ago by Christopher Holubarz.
-
February 21, 2017 at 13:54 #15759
Hi,
Forgot the Version Info:
DFFS frontend: 4.4.2.5
DFFS frontend CSS: 4.21 / 4.21
Autocomplete: 1.4.12
Cascading dropdowns: 3.6.5
jQuery: 3.0.0
Lookup: 1.1.5
Resource management: 2.4.3
SPJS-Utility: 1.270
vLookup: frontend v2.2.79BR,
Chris- This reply was modified 7 years, 9 months ago by Christopher Holubarz.
-
February 22, 2017 at 12:36 #15798
Hi Alexander,
I solved it myself.
The problem was, that the hidden Text Box in the CCDD is not cleared if you select the empty entry via jQuery.
The solution was to clear the text of the hidden Textbox via jQuery and everything is working now.
BR,
Chris -
February 24, 2017 at 00:24 #15830
I’m glad you figured it out.
It might work if you use this line:
setFieldValue("Untertitel","");
Best regards,
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.