Forum Replies Created
-
AuthorPosts
-
Yes that’s it was missing the “how to get the source id”. Really appreciate your help, once again 😉
Hi again,
I didn’t quite follow how to proceed to this solution.
Was thinking on another solution that was to open a modal of the form with the EditForm (on that specific tab) but I’m still blocked on the part that’s how to open the correct ID form/tab.
silly me. thanks mate
Alexander I cannot find the opposite of spjs.dffs.doReadOnly([“Title”]); How can one enable/edit a field
I have good news. Used a cross list that has userID+PrimaryKEY from BCS and had to remake my function and it worked. It’s taking time consuming data from that external list but it is what it is. Thanks mate to pointing me to the missing piece of the puzzle :)))
Added primaryKey parameter after identified the primarykey in the bd the alert still fires a “-1” when searching for the typed NIF
Attachments:
And then how to proceed If I find it off course 🙂
Read the link you sent, so I should add the primaryKEY parameter pointing to the ID column of the external list?
Hi,
I’m using an Entity identifier (NIF) to search for Entities in external list that have the correspondent value typed by the user in a text field, if it finds a match, get the value “Name” of that Entity into a text field on the form
Will check on this and return later for feedback
Well I tryed out hiding Edit, Save and Cancel buttons in newForm tab, them added a footer with buttons and wrote their own JS managing field updates and firing spjs.dffs.check_Mandatory(); and spjs.dffs.triggerSave(); worked like a charm
Hope it help others
function NameOfFunction() { spjs.dffs.alert({ "title": "Title", "msg": "Message text", "ok":function(){ var allReqFieldsFilled = spjs.dffs.check_Mandatory(); if (!allReqFieldsFilled) { spjs.dffs.alert({ "title": "Title", "msg": "Message text", "ok": function(){ spjs.dffs.closeDlg(); }, "okBtnLabel":"Button Name", }); } else { setFieldValue("FieldName", "Value"); //Dropdown options spjs.dffs.triggerSave(); }, "okBtnLabel":"Button label", "cancel":function(){ spjs.dffs.closeDlg(); }, "cancelBtnLabel":"Button Label" }); }
- This reply was modified 3 years, 6 months ago by Filipe Ribeiro.
Upload new prints
Fields, internally created from the lookup are returning that error when used in tab
Attachments:
After the update to DFFS v4.4.4.25 (March 14, 2020) the results were the ones I reported before
Summing up, fields that weren’t associated to a content type are returning errors and in last version we haed (.17) everything was ok except pt-PT support
Will BETA fix this?
Attachments:
Hi Alexander
Sorry for the wrong info. We had de DFFS v4.4.4.17 and upgraded to DFFS v4.4.4.25 (March 14, 2020) not the BETA
Uploaded images. The field already created, long time ago, how can we be sure if it was checked the option do add to all content types?
Attachments:
-
AuthorPosts