Hi,
I want to find the hsn code for line record for a transfer order.
I can't find any relation between the tables inventtransferline and hsncodetable_in. I even tried searching for inventjournalline and didn't find any.
I tried the code
Hsncodetable = hsncodetable_in::find(inventtransferline.HSNCodeTable_In)
But it is not getting hit and in SQL inventtransferline.HSNCodeTable_In does not exist