79155144

Date: 2024-11-04 11:01:43
Score: 1.5
Natty:
Report link

Correct Answer: Event: Change Selection Type: item Item(s) : P1_ITEM

True Action: Execute Javascript Code:

if ($v("P1_CONDION_ITEM") == 1) {
    $("label[for=P1_ITEM] ").text("Sale Amt");
} else if ($v("P1_CONDION_ITEM") == 2) {
    $("label[for=P1_ITEM]").text("Credit Amt");
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Abdul Rehman Mirza