Custom BS called inside PR for list applet keeps on triggering indefinitely on next/previous record
I am having trouble fixing one of the Open UI custom JS code issue.
Requirement: Highlight one column(on audit trail) based on field value which is not present in audit BC in List applet.
Issue: Using below code am able to achieve requirement ,But ,Application doesn't respond when we do next record/previous record (on the last record visible ).Custom BS keeps on calling indefinitely.
We have tried to achieve by calling custom BS inside PR in Bind Data function. Custom BS is called to calculate value based on which decision will be made whether to highlight list column record or not. Since it is vanilla BC that is why join can not be made.