Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2023-01-02 08:54 AM
I'm building a 'Guide Me' for my findings solution and I'm having trouble to referencing divs that aren't in the same section as the code.
1- I created a new section 'Guide me' and added the code to the custom object 'Step 0'
2- Since the code is only in this section, I can only reference the divs in this section. The code shows how I'm referencing the div (in the same section it is in), but in other sections, it doesn't work.
document.evaluate('//*[@id="master_DefaultContent_rts_s1274_f22468c_text"]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue
How can I reference the other sections while leaving the code in a single section, given that I will need to follow a step-by-step, and is there an ideal order to follow?
2023-01-02 03:42 PM
@ASI_Sustentacao, everything in the DOM is accessible by the browser. The only time this isn't true is when you have fields that are in a tab that's not visible to the user. Archer only loads the content of the tab to the browser when the tab is active; selected by the user. The other is when the field is off the layout.
Advisory Consultant
2023-01-16 12:13 PM