Hi Experts ,
I created one field called offer based on edt type noyesid for check box on sales quotation header page ..I am getting check box but I am unable to click that check box ...
If i select the check box then "offer "should print on report other wise "Sample" should print on report ...
Please suggest me where I need to write code ..
vamshidher said:if(salesQuotationTable.PC_Offer == NoYes::Yes)
This is OK.
We don't know if you are fetching salesQuotationTable correctly? Are your getting the correct value in (salesQuotationTable.PC_Offer.
Have you tried to debug?