Skip to main content

I need to add a Note text to a Quick report and could not find a place where it is stored.  

Hi,

Bit unclear about your requirement. But, the Note for the inventory part screen exist on the header.

Once you add a note 

 


Hi ​@SXPSVITLANAK,

 

Did you try using the View below ?

INVENTORY_PART

the “NOTE_TEXT” column there has the value you are looking for.

select part_no, note_text from INVENTORY_PART where part_no = '20-453' and contract = '1'

 


Reply