How i can retrieve the html div id of each row of grid section data
Hi Community,
In client code, How i can retrieve the html div id of each row of grid section data?
Like
Hello Fulgen,
This is an out-of-the box logic of our application so that IDs of elements on the page are generated randomly when refreshing the page. Currently there is no way to modify this logic since it is set in core application schemas and binary files of the application. We already have a problem registered to our R&D team so they could add some extra logic that allows static IDs of elements on the page (since request like that was asked to integrate Creatio application with PRA tools like UiPath).
The only possible way to achieve your task is to use data-item-marker since values there are static and doesn't modify after each refresh of the page. For example data-item-marker for global search window is "command-line".
Best regards,
Oscar
Oscar Dylan,
Thanks Oscar,
I just noticed like in Product Section data item marker is the product name, if there are duplicate product name data item marker will not be unique. Is there a way I can modify the data-item-marker of each row, i will give the guid of the record instead of the name? Please give me example how to do it. Thank you so much
Hello,
It is not possible to modify "data-item-marker" of the edit page (it is being generated) and we don't have a particular example of such an implementation.
Best regards,
Oscar