inventory management ->transaction->bill of materials have a description field.when i create a journal in bom at the same time create a description after that i create a line then post,
now i have to check in transaction form that i want to see description in journal ,this one is previously i created in bom with unique.
i tried these:
1)i pass the journal id and store the transaction form table(inventtransorigin) than i created relation in inventtransorigin to bomtable(inventjournaltable) than created display method in inventtransorigin table.
i got the output is display method returned value show in description to all journal id in transaction form.
i want unique, what i created description to particular journalid that's want to show particular journal id.
******what will do*******