Need to know the definition of this OOTB function/script rule: "selectThisProp", as it needs to be called explicitly in a scenario where its not executing OOTB
Hi,
Need to know the definition of this OOTB function/script rule: "selectThisProp" which is present in OOTB Section (screenshot attached), as it needs to be called explicitly in a scenario where its not executing OOTB.
Name of the OOTB Section Rule: "PropositionRow"
Class: PegaComm-NBAMCFW-SR-Negotiation
RS- PegaNBAAC-Rules:07-22-01.
The script mentioned above Runs on Click of the Select / Add Button in the above section rule (screenshot attached).
As the Script is not getting executed in such a scenario, we may have to write a function / script based upon the definition of this script.
***Moderator Edit-Vidyaranjan: Updated SR details***

I don't know where this comes from but I can give some tips to try to find out:
This looks like some javascript function which belongs to Pega framework. Check the following:
- A search for selectThisProp" on the search field. Do you get any Rule-File-Text returned? I
- Check for javascript file referenced in the harness used by the section, under "script and style" tab. The function might be there.
- Check the HTML fragment "userworkform". Sometimes this is used to add function.
Unfortunately there are many ways to reference a javascript file/function.
-Another more advanced option is to get HTTP trace with the browser cache cleared first, then do a search in all HTTP response. You should find the function then but maybe obsfuscated.