Forum Replies Created
-
AuthorPosts
-
Thank Alex,
I removed the solution and reinstalled it again with tenant admin. The DFFS icon is now showing.
I will proceed with my testing.Tony
Hi Martin,
I gave no CDN configured.
Hi Steve,
I assumed not as there is no such feature in both site and site collection features.Hi Alexander,
I am really excited to test the new version. I installed the solution in the app catalog and deployed it on all subsites. However I am not getting the DFFS icon in the list view. (See attachments)
Attachments:
Hi,
I am running on a new version and i have an issue with a rule where a choice field option has an apostrophe. The rule is not running and when i reload DFFS page i get the attached error.
Any help is really appreciated.Tony
Attachments:
Complete custom JS:
spjs.casc.init( { "manualMode": true, "dataSource": "", "lookupList": "Projects", "lookupListBaseUrl": "/Administration", "lookupListFields": ["Company/Title","ProjectType/Title","Title","Product/Title"], "thisListFields": ["CompanyString","StatusOfVisitString","ProjectString","ProductString"], "setFields": [{"from": "CustomerDesignation","to":"CustomerDesignation","parseFunction": "myParseFn"}], "dropDownDefaultvalue": "Select...", "filter": "", "hideEmptyDropdowns": false, "autoselectSingleOption": true, "clearInvalidSelection": false, "addOwnValue": false, "addOwnValueMouseover": "", "cancelOwnValueMouseover": "", "sideBySide": true, "multichoiceDelimiter": ";\d", "debug": false } ); function myParseFn(val) { alert(val); return val; }
The strange thing is I already tried a myParseFn with alert and it is not called at all it seems. No alert received after all levels of cascading are filled.
Version used is 3.7.41 August 30
I also tried to use the cascading tab instead of custom js but same result
Hi Again,
All names are correct (fieldinternalname)
CustomerDesignation is a single line of textTony
June 16, 2019 at 11:15 in reply to: dffs vlookup,Precancel events,control of cancel list item #25747Thank you for your reply
Yes i am using each syntax correctly in each form. And it is entering the each loop with the id pushed correctly. But once trying to use get_item, I am getting the error.
Tony
June 14, 2019 at 09:06 in reply to: dffs vlookup,Precancel events,control of cancel list item #25734Hi Again,
I tried to get the URL using the below:$.each(spjs.vLookup.dataObj["vLookupLivret"][getFieldValue("_vLookupID")].items,function(id,item){ //alert("each"); if(item.hasOwnProperty("ID")){ URL = item.get_item('FileDirRef');// + "/"+ item.get_item('FileLeafRef'); URLs.push(URL); items.push(id); //alert(item.get_item('FileDirRef')); } });
but i am getting get_item is not a supported method.
June 13, 2019 at 21:36 in reply to: dffs vlookup,Precancel events,control of cancel list item #25726Hi again,
In my example I have an array of item ids, will it work if I added docurls array to delete all child documents similat to deleting all childs in custom lists??
June 13, 2019 at 16:33 in reply to: dffs vlookup,Precancel events,control of cancel list item #25717Hi,
I implemented the above script in my parent list but it did not work. Attached is my complete function.
dRes is giving the error msg: Access denied. You do not have permission to perform this action or access this resource
Knowing that the current user has full permissions on site and can manually delete the child document from the library.Attachments:
Hi,
You can try Delaying the loading of DFFS in the Misc Tab for 100ms.HI,
Working as expected now. thanks again.
Regards,
Tony
-
AuthorPosts