Expand my Community achievements bar.

thomasborn
thomasborn
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Bruce;Unfortunately I am not that familiar with Adobe LiveCycle Designer. I have tried setting the value from within the master template and this works. Not pretty but it does the job in this instance.Thanks again for the time you spent on this. Really appreciated.RegardsThomas

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi Bruce;I really appreciate your help. Unfortunately this won't help much I believe it is the way SAP does the Master / form template merge in their system.Currently our system is unavailable but will try to place the javascript code into the master template instead and see if this works. Not ideal...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi Bruce;Thanks again for your reply. below is a link to the form.https://borncreations.sharefile.com/d-s128e315c7e040eca​RegardsThomas

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi Bruce;Thanks again, but not getting anywhere unfortunately.Running following codevar formNode = xfa.resolveNode('Form');if (formNode!=null) {for (var j=0; j<formNode.nodes.length; j++) {console.println(formNode.nodes.item(j).somExpression);for (var k=0; k<formNode.nodes.item(j).nodes.length;k++) ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Thanks Bruce, using "Form.Portrait_OutboundLetter.#pageSet" just returns a null reference.I should have mentioned the templates are provided by a SAP S/4HANA system, this means we can't influence the actual structure too much.One possible workaround could be to place the field (from the master templ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi;I am updating a form template that is linked to a master template and would like to use a script to update a text field that is part of the master template. I have written following code to find child nodes of a given node.     Form.bdyMain.frmMasterOverwrite::validate - (JavaScript, client)     ...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    11
Top badges earned by thomasborn
Customize the badges you want to showcase on your profile