cancel
Showing results for 
Search instead for 
Did you mean: 

Hide field in Line Item collection on RFx

Former Member
0 Kudos

Hi All,

I am currently trying to implement what seemed like an easy customization. However, it has proven to not be so easy.

I am trying to hide the SELLSIDE_QTY_EDIT on RFx Line Items.

I created a page customization on rfx.rfxdoc.ui.buyside.default

and put hidden to True for SELLSIDE_QTY_EDIT. However, the field remained visible as part of the Line_Items collection.

To test that I had the page customization created correctly, I tried to hide the Line_Items collection altogether. This worked.

Is there something different with the fields contained within the Line_Items collection that prevents me from hiding them? Or is there another route I can take to hide it. I did notice that the RFx Line_Items collection has multiple view options (Basic View, Cost/Savings View, and ERP View) could this be a factor in the page customization not working?

Thanks.

Edited by: Greg Stewart on Jan 28, 2010 5:05 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Add the name of the collection to the field. Try LINE_ITEMS.SELLSIDE_QTY_EDIT

Answers (0)