• Cancel wipes fields in SSJS version

    By Charles Fine 1 decade ago

    Not sure if this is a defect or just a limitation of the SSJS approach.  

    1. Click the "New User" button using SSJS option.

    2. Fill in the editable fields and click the "Select" button.

    3  Click "Cancel" on the picker page.  The fields that you filled in are wiped clean when you return to the New User page.

    Cancel works as expected in the CSJS approach because the New User page has  resetContent="false", as explained in the excellent NotesIn9 video.

    • &resetContent=false

      By Paul S Withers 1 decade ago

      It can be fixed by adding "&resetContent=false" into the headingBackPage property set for the mobilePicker custom control.

      I'm finalising an update to the project which will add &resetContent=false in the Custom Control itself, because both SSJS and CSJS options need resetContent set as false. I just need to test it.

    • Fixed in Version 1.1.0 <eom>

      By Paul S Withers 1 decade ago