Filipe Ribeiro

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 49 total)
  • Author
    Posts
  • in reply to: Redirect do EditForm on Specified tab #34047
    Filipe Ribeiro
    Participant

    Yes that’s it was missing the “how to get the source id”. Really appreciate your help, once again 😉

    in reply to: Redirect do EditForm on Specified tab #34036
    Filipe Ribeiro
    Participant

    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.

    in reply to: External Lists (BCS) #34015
    Filipe Ribeiro
    Participant

    silly me. thanks mate

    in reply to: External Lists (BCS) #34011
    Filipe Ribeiro
    Participant

    Alexander I cannot find the opposite of spjs.dffs.doReadOnly([“Title”]); How can one enable/edit a field

    in reply to: External Lists (BCS) #34001
    Filipe Ribeiro
    Participant

    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 :)))

    in reply to: External Lists (BCS) #33987
    Filipe Ribeiro
    Participant

    Added primaryKey parameter after identified the primarykey in the bd the alert still fires a “-1” when searching for the typed NIF

    in reply to: External Lists (BCS) #33985
    Filipe Ribeiro
    Participant

    And then how to proceed If I find it off course 🙂

    in reply to: External Lists (BCS) #33981
    Filipe Ribeiro
    Participant

    Read the link you sent, so I should add the primaryKEY parameter pointing to the ID column of the external list?

    in reply to: External Lists (BCS) #33979
    Filipe Ribeiro
    Participant

    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

    in reply to: Redirect do EditForm on Specified tab #33958
    Filipe Ribeiro
    Participant

    Will check on this and return later for feedback

    in reply to: Change field value on Save and Redirect #33639
    Filipe Ribeiro
    Participant

    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"
        });
       
    }
    in reply to: Checkboxes #30329
    Filipe Ribeiro
    Participant

    Upload new prints

    Fields, internally created from the lookup are returning that error when used in tab

    in reply to: Checkboxes #30321
    Filipe Ribeiro
    Participant

    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?

    in reply to: Checkboxes #30312
    Filipe Ribeiro
    Participant

    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

    in reply to: Checkboxes #30296
    Filipe Ribeiro
    Participant

    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?

Viewing 15 posts - 1 through 15 (of 49 total)