I need get “CSAnswer.Value” to “PORecieptLine” Using row selected. How can i achived that.
This is the value I want

I want get CSAnswer.value to Cuztomized feild.

this is my code. Not give correct result.

I need get “CSAnswer.Value” to “PORecieptLine” Using row selected. How can i achived that.
This is the value I want

I want get CSAnswer.value to Cuztomized feild.

this is my code. Not give correct result.

Best answer by praveenpo
Updated parameter
CSAnswers cSAnswers =
new PXSelectJoin<CSAnswers,
InnerJoin<InventoryItem, On<InventoryItem.noteID, Equal<CSAnswers.refNoteID>>>,
Where<CSAnswers.attributeID, Equal<Required<CSAnswers.attributeID>>,
And<InventoryItem.inventoryID, Equal<Required<InventoryItem.inventoryID>>>>>
(Base).Select("AttribuetID",row.InventoryID);Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.