
Hi All,
I have added a field from purchase order header to Item availability by event page as below. it shows correctly on a given purchase order row. However t he problem is irrespective of what purchase order are in a group (period), very first record in purchase header table is shown for rows in bold. Is there a way to hide this field for group level (bold) or change the code - currently OnAfterGetRecord of the page is modified to get a global variable
Hii samantha,
Basis on "Level" Field you can set value of new field. If this Level = 0 ,It will show line in bold & if Level = 1 this will show normal line. you cant hide this field, only you can set value to blank in case of level is 0
Thanks
Verify if my answer is useful